|
OBJParser
OBJ File Parser Powered by Boost Spirit
|
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. | |
Specifies free-form surface subdivision technique.
1.8.8