物体信息节点

../../../_images/modeling_geometry-nodes_input_object-info_node.png

Object Info node.

The Object Info node gets information from objects. This can be useful to control parameters in the geometry node tree with an external object, either directly by using its geometry, or via its transformation properties.

An Object Info node can be added quickly by dragging an object into the node editor.

输入

物体

Object to get the properties from.

As Instance

Output the entire object as single instance instead of realized geometry. This allows instancing non-geometry object types, because the output will contain an instance of the object.

属性

变换空间

The transformation of the vector and geometry outputs.

  • 原始的

    Output the geometry relative to the input object transform, and the location, rotation and scale relative to the world origin.

    相对

    Bring the input object geometry, location, rotation and scale into the modified object, maintaining the relative position between the two objects in the scene.

输出

位置

物体在世界空间中的位置。

旋转

Rotation of the object in world space.

比例|缩放

Scale of the object in world space.

几何数据(Geometry)

Geometry of the object in world space with all its modifiers applied.