POV-Ray : Documentation : 2.5.9 Interior Texture
  POV-Ray 3.6 Documentation Online View  
2.5.8 Triangle Texture Interpolation   2.5.10 Cutaway Textures

2.5.9 Interior Texture

Syntax:

object {
  texture { TEXTURE_ITEMS... }
  interior_texture { TEXTURE_ITEMS...}
}

All surfaces have an exterior and interior surface. The interior_texture simply allows to specify a separate texture for the interior surface of the object. For objects with no well defined inside/outside (bicubic_patch, triangle, ...) the interior_texture is applied to the backside of the surface. Interior surface textures use exactly the same syntax and should work in exactly the same way as regular surface textures, except that they use the keyword interior_texture instead of texture.

Note: Do not confuse interior_texture {} with interior {}: the first one specifies surface properties, the second one specifies volume properties.

2.5.8 Triangle Texture Interpolation   2.5.10 Cutaway Textures


Copyright 2003-2021 Persistence of Vision Raytracer Pty. Ltd.