Changeset 976 for branches/Carsten_PtrWork/Source/System/Action/RenderTraversal/OSGScreenLODBase.cpp
- Timestamp:
- 10/20/07 18:11:52 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/Action/RenderTraversal/OSGScreenLODBase.cpp
r965 r976 445 445 446 446 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV) 447 DataType FieldTraits<ScreenLODPtr>::_type("ScreenLODPtr", "GroupPtr"); 447 DataType FieldTraits<ScreenLODInternalRefPtr>::_type( 448 "ScreenLODInternalRefPtr", 449 "GroupInternalRefPtr"); 450 DataType FieldTraits<ScreenLODWeakRefPtr>::_type( 451 "ScreenLODWeakRefPtr", 452 "GroupWeakRefPtr"); 453 DataType FieldTraits<ScreenLODParentPtr>::_type( 454 "ScreenLODParentPtr", 455 "GroupParentPtr"); 448 456 #endif 449 457
