Changeset 6459
- Timestamp:
- 04/06/07 17:13:02 (6 years ago)
- Location:
- OpenSceneGraph/trunk/src/osg
- Files:
-
- 6 modified
-
ConvexPlanarOccluder.cpp (modified) (1 diff)
-
CopyOp.cpp (modified) (1 diff)
-
DeleteHandler.cpp (modified) (1 diff)
-
Object.cpp (modified) (1 diff)
-
Referenced.cpp (modified) (1 diff)
-
dxtctool.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/ConvexPlanarOccluder.cpp
r5328 r6459 17 17 ConvexPlanarOccluder::~ConvexPlanarOccluder() 18 18 { 19 } ;19 } -
OpenSceneGraph/trunk/src/osg/CopyOp.cpp
r5873 r6459 31 31 } 32 32 33 COPY_OP( Object, DEEP_COPY_OBJECTS ) ;34 COPY_OP( Node, DEEP_COPY_NODES ) ;35 COPY_OP( Drawable, DEEP_COPY_DRAWABLES ) ;36 COPY_OP( StateSet, DEEP_COPY_STATESETS ) ;37 COPY_OP( Texture, DEEP_COPY_TEXTURES ) ;38 COPY_OP( Image, DEEP_COPY_IMAGES ) ;39 COPY_OP( Array, DEEP_COPY_ARRAYS ) ;40 COPY_OP( PrimitiveSet, DEEP_COPY_PRIMITIVES ) ;41 COPY_OP( Shape, DEEP_COPY_SHAPES ) ;42 COPY_OP( Uniform, DEEP_COPY_UNIFORMS ) ;33 COPY_OP( Object, DEEP_COPY_OBJECTS ) 34 COPY_OP( Node, DEEP_COPY_NODES ) 35 COPY_OP( Drawable, DEEP_COPY_DRAWABLES ) 36 COPY_OP( StateSet, DEEP_COPY_STATESETS ) 37 COPY_OP( Texture, DEEP_COPY_TEXTURES ) 38 COPY_OP( Image, DEEP_COPY_IMAGES ) 39 COPY_OP( Array, DEEP_COPY_ARRAYS ) 40 COPY_OP( PrimitiveSet, DEEP_COPY_PRIMITIVES ) 41 COPY_OP( Shape, DEEP_COPY_SHAPES ) 42 COPY_OP( Uniform, DEEP_COPY_UNIFORMS ) 43 43 44 44 Referenced* CopyOp::operator() (const Referenced* ref) const -
OpenSceneGraph/trunk/src/osg/DeleteHandler.cpp
r6086 r6459 124 124 } 125 125 126 } ;// end of namespace osg126 } // end of namespace osg -
OpenSceneGraph/trunk/src/osg/Object.cpp
r5328 r6459 23 23 24 24 25 } ;// end of namespace osg25 } // end of namespace osg -
OpenSceneGraph/trunk/src/osg/Referenced.cpp
r6086 r6459 229 229 } 230 230 231 } ;// end of namespace osg231 } // end of namespace osg 232 232 233 233 #endif //OSG_JAVA_BUILD -
OpenSceneGraph/trunk/src/osg/dxtctool.cpp
r4241 r6459 158 158 159 159 160 } ;// namespace dxtc_tool160 } // namespace dxtc_tool
