Module vrChunkPtr
[frames] | no frames]

Module vrChunkPtr

Deprecated. Use API v2 vrdMaterialChunk types instead.

Classes
StateChunkPtr
vrChunkPtr
Deprecated.
Functions
vrChunkPtr
createChunk(type)
Deprecated!! Creates a ChunkPtr of a specific type.
Function Details

createChunk(type)

 

Deprecated!! Creates a ChunkPtr of a specific type. Many of these chunks are no longer functional.

Types can be:

  • MaterialChunk
  • TextureChunk
  • CubeTextureChunk
  • TextureTransformChunk
  • TexGenChunk
  • PermTexture2DChunk
  • SimplexTexture1DChunk
  • VectorNoiseTexture3DChunk
  • LineChunk
  • PointChunk
  • PolygonChunk
  • BlendChunk
  • ClipPlaneChunk
  • DepthTestChunk
  • SHLChunk
Parameters:
  • type (string) - The name of the chunk type.
Returns: vrChunkPtr
The pointer to the created chunk.