Nút Chất Liệu Hình Ảnh (Image Texture Node)

Nút Chất Liệu Hình Ảnh.

Được Sử Dụng cho/đối với áp dụng một hình ảnh as một chất liệu.

Đầu Vào (Inputs)

Véctơ (Vector)

3D coordinate that's projected onto the 2D image using the selected Projection method. The node then outputs the color and alpha at this projected point.

This slot is usually connected to an output of the Nút Tọa Độ Chất Liệu (Texture Coordinate Node). If left unconnected, the coordinate is taken from the object's active UV map (with Z = 0).

Tính Chất (Properties)

Hình Ảnh (Image)

Hình Ảnh khối dữ liệu tới sử dụng.

Interpolation (Nội Suy)

Method to scale images up or down for rendering.

Tuyến Tính (Linear):

Nội suy chất lượng thông thường.

Lập Phương/Bậc Ba (Cubic):

Mịn Màng Hơn, tốt/khả quan hơn chất lượng nội suy. Độ Gồ Ghề ánh xạ should sử dụng this cho/đối với tốt nhất results.

Gần Nhất (Closest):

Không nội suy (hàng xóm lân cận nhất). Hiệu Quả cho/đối với kết xuất điểm ảnh art.

Thông Minh (Smart):

Cycles Only Only for Open Shading Language. Use cubic interpolation when scaling up and linear when scaling down, for better performance and sharpness.

Projection (Phóng Chiếu)

How to project Vector onto the image for arriving at a color.

Phẳng Bẹt (Flat):

Place the image in a unit square (stretching from (0, 0, 0) to (1, 1, 0)) and project the Vector vertically onto it. This projection is typically used in combination with UV maps.

Hình Hộp (Box):

Place the image on each side of a unit cube (stretching from (0, 0, 0) to (1, 1, 1)) and project the Vector onto this cube, along the axis that's closest to the mesh normal. This projection is commonly used in architectural models considering these have lots of box-shaped objects.

Pha Trộn (Blend)

Rather than projecting onto just one side (which creates sharp transitions), project onto multiple sides and blend the results together. The higher the value, the more blending and the smoother the result.

Hình Cầu (Sphere):

Wrap the image around a sphere with origin (0.5, 0.5, 0.5), and project the Vector from this origin onto this sphere. This projection is, of course, perfect for spherical objects such as planets, and is also useful for organic objects.

Hình Ống (Tube):

Wrap the image around a cylinder with base (0.5, 0.5, 0) and height 1, and project the Vector horizontally from the central axis onto this cylinder. This projection is useful for a label on a bottle, for example. However, it's not suited for the top or bottom side of objects.

Projections demonstrated sử dụng [Projections demonstrated using] "Object" tọa độ chất liệu [texture coordinates]
../../../_images/render_shader-nodes_textures_image_projection-flat.png

Phóng chiếu [Flat projection]

../../../_images/render_shader-nodes_textures_image_projection-box.png

Phóng chiếu [Box projection]

../../../_images/render_shader-nodes_textures_image_projection-sphere.png

Phóng chiếu hình cầu [Sphere projection]

../../../_images/render_shader-nodes_textures_image_projection-tube.png

Phóng chiếu hình ống [Tube projection]

Mở Rộng (Extension)

How the image is extrapolated if Vector lies outside the regular (0, 0, 0) to (1, 1, 1) bounds:

Lặp Lại (Repeat):

Lặp Lại the hình ảnh theo chiều ngang và theo chiều dọc (bố trí ô cờ).

Nới/Mở Rộng (Extend):

Nới/Mở Rộng the hình ảnh bởi/theo repeating the điểm ảnh bật của nó cạnh.

Cắt Xén/Đoạn Phim (Clip):

Cắt tới kích thước hình ảnh gốc và đặt toàn bộ các giá trị điểm ảnh bên ngoài thành màu đen trong suốt.

Phản Chiếu Đối Xứng (Mirror):

Repeatedly đảo lật hình ảnh theo chiều ngang và theo chiều dọc.

Nguồn (Source)

Thể Loại hình ảnh (Đơn Hình Ảnh). Xin Xem Các Sắp Đặt về Hình Ảnh (Image Settings).

Số/Khung Hình (Frames)

How many frames of the Movie-type image (video) to play. Past this point, the video will be paused (unless Cyclic is enabled).

If you want to play the whole video, you can click Match Movie Length in the Image Editor's Sidebar, then copy the Frames from there to the node.

Khung Hình Đầu (Start Frame)

Scene frame at which the video should start playing.

Dịch Chuyển (Offset)

Number of frames to offset the video to an earlier point in time. (Put differently: how many frames at the start of the video to skip.)

Gợi ý

Blender plays video textures at the scene frame rate, not their original frame rate, meaning they'll be faster or slower than intended if these frame rates don't match up. You can put a Driver on the Offset to work around this. Simply type the following into the field, replacing StartFrame, VideoFrameRate and SceneFrameRate by their respective numbers:

#(frame - StartFrame) * (VideoFrameRate - SceneFrameRate) / SceneFrameRate

Cyclic (Tuần Hoàn)

Khởi/Đầu đè lên trên sau the khung hình cuối tới kiến tạo một continuous tuần hoàn.

Tự Động Làm Tươi Mới Lại (Auto Refresh)

Update the video texture in the 3D Viewport when moving through the timeline.

Color Space (Không Gian Màu Sắc)

The Color Space the image file was saved in. See Image Settings for details.

Độ Đục (Alpha)

How the image uses its Alpha Channel. See Image Settings for details.

Đầu Ra (Outputs)

Màu Sắc (Color)

RGB color from image. If the image has transparency, the color is premultiplied if the Alpha output is used, and unpremultiplied (straight) otherwise.

Độ Đục (Alpha)

Kênh alpha từ hình ảnh.

Một Số Ví Dụ (Examples)

../../../_images/render_shader-nodes_textures_image_example.jpg

Image texture from GoodTextures.com.