| 108 | | OSG::GeometryPtr pGeo = OSG::Geometry::create(); |
|---|
| 109 | | |
|---|
| 110 | | OSG::ChunkMaterialPtr pMat = OSG::ChunkMaterial::create(); |
|---|
| 111 | | OSG::MaterialChunkPtr pMatChunk = OSG::MaterialChunk::create(); |
|---|
| 112 | | |
|---|
| 113 | | OSG::GeoPnt3fPropertyPtr pPoints = OSG::GeoPnt3fProperty ::create(); |
|---|
| 114 | | OSG::GeoUInt32PropertyPtr pLengths = OSG::GeoUInt32Property ::create(); |
|---|
| 115 | | OSG::GeoUInt8PropertyPtr pTypes = OSG::GeoUInt8Property ::create(); |
|---|
| 116 | | OSG::GeoColor4fPropertyPtr pColors = OSG::GeoColor4fProperty::create(); |
|---|
| 117 | | OSG::GeoVec3fPropertyPtr pNormals = OSG::GeoVec3fProperty ::create(); |
|---|
| | 108 | GeometryUnrecPtr pGeo = Geometry::create(); |
|---|
| | 109 | |
|---|
| | 110 | ChunkMaterialUnrecPtr pMat = ChunkMaterial::create(); |
|---|
| | 111 | MaterialChunkUnrecPtr pMatChunk = MaterialChunk::create(); |
|---|
| | 112 | |
|---|
| | 113 | GeoPnt3fPropertyUnrecPtr pPoints = GeoPnt3fProperty ::create(); |
|---|
| | 114 | GeoUInt32PropertyUnrecPtr pLengths = GeoUInt32Property ::create(); |
|---|
| | 115 | GeoUInt8PropertyUnrecPtr pTypes = GeoUInt8Property ::create(); |
|---|
| | 116 | GeoColor4fPropertyUnrecPtr pColors = GeoColor4fProperty::create(); |
|---|
| | 117 | GeoVec3fPropertyUnrecPtr pNormals = GeoVec3fProperty ::create(); |
|---|