| 125 | | NodePtr RAWSceneFileType::read(std::istream &is, const Char8 *) const |
|---|
| 126 | | { |
|---|
| 127 | | NodePtr root; |
|---|
| 128 | | GeometryPtr geo; |
|---|
| 129 | | GeoPnt3rPropertyPtr points; |
|---|
| 130 | | GeoVec3rPropertyPtr normals; |
|---|
| 131 | | GeoIntegralPropertyPtr index; |
|---|
| 132 | | GeoIntegralPropertyPtr lens; |
|---|
| 133 | | GeoIntegralPropertyPtr type; |
|---|
| | 125 | NodeTransitPtr RAWSceneFileType::read(std::istream &is, const Char8 *) const |
|---|
| | 126 | { |
|---|
| | 127 | Node::ObjRefPtr root; |
|---|
| | 128 | Geometry::ObjRefPtr geo; |
|---|
| | 129 | GeoPnt3rProperty::ObjRefPtr points; |
|---|
| | 130 | GeoVec3rProperty::ObjRefPtr normals; |
|---|
| | 131 | GeoIntegralProperty::ObjRefPtr index; |
|---|
| | 132 | GeoIntegralProperty::ObjRefPtr lens; |
|---|
| | 133 | GeoIntegralProperty::ObjRefPtr type; |
|---|