cubeMap

 

Tag: cubeMap
Parent tag: textures
Attributes:

  • name (string)
  • filePosX (string) – the filename for the positive X side of the cube.
  • fileNegX (string) – the filename for the negative X side of the cube.
  • filePosY (string) – the filename for the positive Y side of the cube.
  • fileNegY (string) – the filename for the negative Y side of the cube.
  • filePosZ (string) – the filename for the positive Z side of the cube.
  • fileNegZ (string) – the filename for the negative Z side of the cube.
  • mipmap (bool)

Child tags: none

Example:

	
<cubeMap name="CMHouse" 
	filePosX="TextureCubeMaps/cubemaphouse/cm_right.jpg"
	fileNegX="TextureCubeMaps/cubemaphouse/cm_left.jpg"
	filePosY="TextureCubeMaps/cubemaphouse/cm_top.jpg"
	fileNegY="TextureCubeMaps/cubemaphouse/cm_bottom.jpg"
	filePosZ="TextureCubeMaps/cubemaphouse/cm_front.jpg"
	fileNegZ="TextureCubeMaps/cubemaphouse/cm_back.jpg"	
/>