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

Specifies free-form surface subdivision technique. More...

#include <OBJRenderState.hpp>

Public Attributes

OBJSubdivision technique
 Subdivision type. For surfaces this may be: ParametricA, ParametricB, Spatial, or Curvature. If None, then this technique has not been specified.
 
float resU
 Resolution parameter for the U direction with Parametric subdivision. If technique is ParametricB, then resU == resV.
 
float resV
 Resolution parameter for the V direction with Parametric subdivision. If technique is ParametricB, then resU == resV.
 
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 surface subdivision technique.


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