Nút Tọa Độ Chất Liệu (Texture Coordinate Node)#

Nút Tọa Độ Chất Liệu.

The Texture Coordinate node is commonly used for the coordinates of textures, typically used as inputs for the Vector input for texture nodes.

Đầu Vào (Inputs)#

Nút này không có đầu vào.

Tính Chất (Properties)#

Object (Đối Tượng)

Specific object to use for object space coordinates. This only affects the Object output.

Từ Thực Thể Hóa Viên Duy Cycles (Cycles Only)

If the object is generated by instancing from vertices or faces, use texture coordinates from instancer. This only affects the Generated and UV outputs.

../../../_images/render_shader-nodes_input_texture-coordinate_from-dupli-comparison.png

From left to right: Sphere with a UV-mapped texture. Small spheres instanced to the faces of the textured sphere using instancing from faces. Small spheres with From Instancer enabled, using the UV map of the large sphere.#

Ghi chú

"Từ Thực Thể Hóa Viên" only works with the UV output when the object is instanced, either từ các hạt (from particles) or từ các mặt (from faces).

Đầu Ra (Outputs)#

Do Máy Sinh Tạo (Generated)

Automatically-generated texture coordinates from the vertex positions of the mesh without deformation, keeping them sticking to the surface under animation. Range from 0.0 to 1.0 over the bounding box of the undeformed mesh. See Texture Spaces for more information.

Normal (Pháp Tuyến/Bình Thường)

Object space normal, for texturing objects with the texture staying fixed on the object as it transformed. The Normal output can be used on Point and Spot lights. The coordinates will take the rotation of the light into account.

UV

UV texture coordinates from the active render UV map. See UV Mapping for more information.

Ghi chú

In order to select UV map other than the active map you must use the UV Map node.

Object (Đối Tượng)

Uses an object as a source for coordinates. Often used with an empty, this is an easy way to place a small image at a given point on the object. This object can also be animated, to move a texture around or through a surface.

Máy Quay Phim (Camera)

Position coordinate in camera space.

Cửa Sổ (Window)

Location of shading point on the screen, ranging from 0.0 to 1.0 from the left to right side and bottom to top of the render. This is well suited for blending two objects.

Phản Quang (Reflection)

Uses the direction of the reflection vector as coordinates. This is useful for adding reflection maps. You will need this input when using environment maps.