OBJParser
OBJ File Parser Powered by Boost Spirit
 All Classes Functions Variables Enumerations Enumerator Pages
Public Attributes | List of all members
OBJCurveTechnique Struct Reference

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.
 

Detailed Description

Specifies free-form curve subdivision technique.


The documentation for this struct was generated from the following file: