Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
Bundle Classes

The bundle classes are internal to Coin. More...

Classes

class  SoBundle
 The SoBundle class is the superclass for all bundle classes. More...
 
class  SoMaterialBundle
 The SoMaterialBundle class simplifies material handling.Every shape node should create (on the stack) an instance of this class and call sendFirst() before sending anything to GL. During rendering, send() should be used to send material values to GL. More...
 
class  SoNormalBundle
 The SoNormalBundle class simplifies normal handling.This class is currently not used in Coin but is provided for API compatibility. More...
 
class  SoVertexAttributeBundle
 The SoVertexAttributeBundle class simplifies vertex attribute handling. More...
 
class  SoTextureCoordinateBundle
 The SoTextureCoordinateBundle class simplifies texture coordinate handling.It is unlikely that application programmers should need to know how to use this class, as it is mostly intended for internal use. More...
 

Detailed Description

The bundle classes are internal to Coin.

The Bundle Classes

The bundle classes are mostly internal to Coin.