File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1784,7 +1784,7 @@ class GeometryParser {
17841784 geoInfo . vertexPositions = ( geoNode . Vertices !== undefined ) ? geoNode . Vertices . a : [ ] ;
17851785 geoInfo . vertexIndices = ( geoNode . PolygonVertexIndex !== undefined ) ? geoNode . PolygonVertexIndex . a : [ ] ;
17861786
1787- if ( geoNode . LayerElementColor && geoNode . LayerElementColor . Color ) {
1787+ if ( geoNode . LayerElementColor && geoNode . LayerElementColor [ 0 ] . Colors ) {
17881788
17891789 geoInfo . color = this . parseVertexColors ( geoNode . LayerElementColor [ 0 ] ) ;
17901790
Original file line number Diff line number Diff line change 4747 'Samba Dancing' ,
4848 'morph_test' ,
4949 'monkey' ,
50- 'monkey_embedded_texture'
50+ 'monkey_embedded_texture' ,
51+ 'vCube' ,
5152 ] ;
5253
5354
You can’t perform that action at this time.
0 commit comments