Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Contents

This is a projection manifold for tri-planar mapping. This techniques is also sometimes called "blended cube". It is often used to texture large environment without having to worry about UVs.

PxrRoundCube computes texture coordinates (uv) based on an object's surface position and orientation and can handle up to 6 sets of coordinates. It also outputs blending weights to be used by PxrMultiTexture.

PxrRoundCube only defines texture mapping coordinates and MUST be connected to a PxrMultiTexture pattern. To do so, connect PxrRoundCube.resultMulti to PxrMultiTexture.manifoldMulti. See maya example below.

In RenderMan 20.x, PxrRoundCube used to handle texturing on its own and you will need to modify your shading networks when importing old scenes.

Input Parameters

Number Of Textures

You can choose to project 1, 3 or 6 images. The table below shows which textures will be used by the PxrMultiTexture node.

Number of textures+X+Y+Z-X-Y-Z
1000000
3012013
6012345
RIBint numberOfTextures
Default1