vrdCubeTextureChunk¶
-
class
vrdCubeTextureChunk
¶
(Inherits vrdTextureChunk
)
This class represents a cube texture chunk.
Summary¶
Functions¶
-
vrdCubeTextureChunk.
getNegXImage
()¶ Returns the image for the negative X direction for the cube texture.
Returns: The negative x image. Return type: vrdImage
-
vrdCubeTextureChunk.
getNegYImage
()¶ Returns the image for the negative Y direction for the cube texture.
Returns: The negative y image. Return type: vrdImage
-
vrdCubeTextureChunk.
getNegZImage
()¶ Returns the image for the negative Z direction for the cube texture.
Returns: The negative z image. Return type: vrdImage
-
vrdCubeTextureChunk.
getPosXImage
()¶ Returns the image for the positive X direction for the cube texture.
Returns: The x position image. Return type: vrdImage
-
vrdCubeTextureChunk.
getPosYImage
()¶ Returns the image for the positive Y direction for the cube texture.
Returns: The y position image. Return type: vrdImage
-
vrdCubeTextureChunk.
getPosZImage
()¶ Returns the image for the positive Z direction for the cube texture.
Returns: The z position image. Return type: vrdImage
-
vrdCubeTextureChunk.
setNegXImage
(image)¶ Sets the image for the negative X direction for the cube texture.
Parameters: image (vrdImage) – The image
-
vrdCubeTextureChunk.
setNegYImage
(image)¶ Sets the image for the negative Y direction for the cube texture.
Parameters: image (vrdImage) – The image
-
vrdCubeTextureChunk.
setNegZImage
(image)¶ Sets the image for the negative Z direction for the cube texture.
Parameters: image (vrdImage) – The image
-
vrdCubeTextureChunk.
setPosXImage
(image)¶ Sets the image for the positive X direction for the cube texture.
Parameters: image (vrdImage) – The image