OBJParser
OBJ File Parser Powered by Boost Spirit
|
Specifies free-form curve subdivision technique. More...
#include <OBJRenderState.hpp>
Public Attributes | |
OBJSubdivision | technique |
Subdivision type. For curves this may be: Parametric, Spatial, or Curvature. If None, then this technique has not been specified. | |
float | res |
Resolution used with Parametric subdivision. 0.0 if not used. | |
float | maxLength |
Maximum length of line segments with Spatial subdivision. 0.0 if not used. | |
float | maxDistance |
Maximum distance between line segments and curve in Curvature subdivision. 0.0 if not used. | |
float | maxAngle |
Angle between tangent vectors at line segment ends in Curvature subdivision. 0.0 if not used. | |
Specifies free-form curve subdivision technique.