Changeset 531
- Timestamp:
- 10/22/10 17:09:49 (19 months ago)
- Location:
- trunk/avango-osg
- Files:
-
- 2 edited
-
include/avango/osg/Intersection.h (modified) (1 diff)
-
src/avango/osg/Intersection.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-osg/include/avango/osg/Intersection.h
r414 r531 72 72 SFVec3 Normal; 73 73 74 /** 75 * List containing the indices of the intersected geometry. 76 */ 77 MFUInt IndexList; 78 79 /** 80 * Ratios between the vertices in IndexList to get the actual intersection point. 81 */ 82 MFDouble RatioList; 83 74 84 protected: 75 85 /** -
trunk/avango-osg/src/avango/osg/Intersection.cpp
r414 r531 41 41 AV_FC_ADD_FIELD(Point, ::osg::Vec3(0.0, 0.0, 0.0)); 42 42 AV_FC_ADD_FIELD(Normal, ::osg::Vec3(0.0, 0.0, 0.0)); 43 AV_FC_ADD_FIELD(IndexList, std::vector<unsigned int>()); 44 AV_FC_ADD_FIELD(RatioList, std::vector<double>()); 43 45 } 44 46
Note: See TracChangeset
for help on using the changeset viewer.
