Axiom 中文文档Axiom 中文文档
首页
  • 简介
  • 建造者模式
  • 功能
  • 编辑器模式
  • 工具
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
首页
  • 简介
  • 建造者模式
  • 功能
  • 编辑器模式
  • 工具
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
  • 简介
  • 建造者模式
    • 移动工具
    • 克隆工具
    • 堆叠工具
    • 延展工具
    • 拉伸工具
    • 清除工具
    • 对称工具
  • 功能
    • 调整工具
    • 冻结更新
    • 强制放置
    • 替换模式
    • 快速破坏
  • 编辑器模式
    • 主菜单栏
    • Clipboard and Placements
    • Selections
    • Gizmos
    • Blueprints
    • Views
    • Tool Masks
    • Active Block
    • Target Info
    • History
    • World Properties
    • Tool Presets
  • 工具
    • 选择工具
      • Box Select
      • Magic Select
      • Freehand Select
    • 绘画工具
      • Painter
      • Noise Painter
      • Biome Painter
      • Clentaminator
      • Gradient Painter
      • Script Brush
    • 绘图工具
      • Freehand Draw
      • Sculpt Draw
      • Rock
      • Weld
      • Melt
      • Text
      • /tools/drawing/shape.html
    • 高度工具
      • Elevation
      • Slope
    • 操作工具
      • Smooth
      • Distort
      • Roughen
      • Shatter
      • Extrude
      • /tools/manipulation/modify.html
    • 标尺工具
    • 路径工具
  • 高级
    • Commands
    • Configuration

路径工具

The path tool allows you create curves in 3d space using gizmos as nodes. Click on any point to create a gizmo. It will be automatically selected. Click ctrl + z or the undo keybind to remove the currently selected gizmo.

Curve types

You may select from Linear(Bresenham), Linear(DDA), Catenary, Catmull-Rom Spline, and Bezier curve.

Linear(Bresenham)

This creates a straight line from node to node. Diagonal blocks are not filled in. You cannot change the radius.

Linear(Bresenham)

Linear(DDA)

This also creates a straight line from node to node. The diagonal blocks are filled in. You may change the radius. Linear(DDA)

Catenary

This creates a line which has some slack. It dangles down from node to node. The diagonal blocks are filled in. You may change the radius.

There are two more parameters for this curve. You may invert it such that it is flipped upside down. You may also adjust the slack, a 0% slack is a straight line.

Catenary

Catmull-Rom Spline

This type of spline is particularly useful for creating smooth paths. The spline passes through every node. The spline is also continuously smoothed between nodes evenly*.

Catmull-Rom Spline

Bezier Curve

A Bezier curve is formed by specifying a set of nodess that influence the shape of the curve. The curve starts at the first nodes, ends at the last node, and is influenced by the positions of the intermediate control points. The curve smoothly interpolates between the control points. The curve does NOT pass through all the nodes. The nodes other than the start and end nodes affect how the curve is shaped. Read more here

Bezier Curve

Additional curve options

Looped: When enabled, this connects the first and last nodes, forming a loop.

Node specific options

Overried Block

This option allows you to override the block for that node. It forms a gradient between the connected node(s). If this option is not enabled, the active block is used by default, forming a gradient with that block.

Override Radius

This option allows you to override the radius for that node. When enabled, the radius will smoothly transition between each node, allowing you to create curves with changes in thickness.

Catmull-Rom Spline Easing

You may select between Linear, Slight, Quadratic, Cubic, or Quartic easing. Each easing looks different. This only affects the easing of the selected node.

最后更新:
Prev
标尺工具
Next
Advanced