Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
Detail classes are objects that deliver additional information wherever the SoPrimitiveVertex class is used. More...
Classes | |
class | SoDetail |
The SoDetail class is the superclass for all classes storing detailed information about particular shapes. More... | |
class | SoConeDetail |
The SoConeDetail class contains information about the parts of a SoCone shape. More... | |
class | SoCubeDetail |
The SoCubeDetail class contains information about the parts of a SoCube shape. More... | |
class | SoCylinderDetail |
The SoCylinderDetail class contains information about the parts of a SoCylinder shape. More... | |
class | SoFaceDetail |
The SoFaceDetail class is for storing detailed polygon information. More... | |
class | SoLineDetail |
The SoLineDetail class is for storing detailed 3D line information. More... | |
class | SoNodeKitDetail |
The SoNodeKitDetail class is yet to be documented. More... | |
class | SoPointDetail |
The SoPointDetail class is for storing detailed information for a single 3D point. More... | |
class | SoTextDetail |
The SoTextDetail stores information about a character in a string. More... | |
class | SoDetailList |
The SoDetailList class is a container for pointers to SoDetail objects. More... | |
Detail classes are objects that deliver additional information wherever the SoPrimitiveVertex class is used.
This goes for ray picking results, and it also goes for primitive generation by SoShape classes for the SoCallbackAction class and fallback shape rendering through primitive generation (a useful debugging trick when debugging for instance raypicking).