- Timestamp:
- 12/29/06 10:28:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Misc/OSGProxyGroupBase.cpp
r435 r459 74 74 75 75 /*! \class OSG::ProxyGroup 76 This group is used for delayed loading. If enabled the child nodes are 77 loaded in a second thread. Until the load is finished the child nodes 78 of this group are rendered. This could be used to show a proxy object. 79 If concurrentLoad is false, then loading is done during the first 80 frame. This is the behaviour of a simple inline. 76 This group is used for delayed loading. If enabled the child 77 nodes are loaded in a second thread. Until the load is finished 78 the child nodes of this group are rendered. This could be used 79 to show a proxy object. If concurrentLoad is false, then loading 80 is done during the first frame. This is the behaviour of a simple 81 inline. 81 82 */ 82 83 … … 88 89 89 90 */ 91 90 92 /*! \var std::string ProxyGroupBase::_sfUrl 91 93 92 94 */ 95 93 96 /*! \var NodePtr ProxyGroupBase::_sfRoot 94 97 95 98 */ 99 96 100 /*! \var UInt32 ProxyGroupBase::_sfState 97 101 98 102 */ 103 99 104 /*! \var bool ProxyGroupBase::_sfConcurrentLoad 100 105 101 106 */ 107 102 108 /*! \var DynamicVolume ProxyGroupBase::_sfVolume 103 109 104 110 */ 111 105 112 /*! \var UInt32 ProxyGroupBase::_sfIndices 106 113 107 114 */ 115 108 116 /*! \var UInt32 ProxyGroupBase::_sfTriangles 109 117 110 118 */ 119 111 120 /*! \var UInt32 ProxyGroupBase::_sfPositions 112 121 113 122 */ 123 114 124 /*! \var UInt32 ProxyGroupBase::_sfGeometries 115 125 116 126 */ 127 117 128 /*! \var std::string ProxyGroupBase::_sfAbsoluteUrl 118 129 119 130 */ 131 120 132 /*! \var UInt8 ProxyGroupBase::_mfInline 121 133 122 134 */ 135 123 136 124 137 void ProxyGroupBase::classDescInserter(TypeObject &oType)
