Changeset 13041 for OpenSceneGraph/trunk/include/osg/ShapeDrawable
- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/ShapeDrawable (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/ShapeDrawable
r8767 r13041 44 44 45 45 46 TessellationHints(const TessellationHints& tess, const CopyOp& copyop=CopyOp::SHALLOW_COPY): 46 TessellationHints(const TessellationHints& tess, const CopyOp& copyop=CopyOp::SHALLOW_COPY): 47 47 Object(tess,copyop), 48 48 _TessellationMode(tess._TessellationMode),
