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 {
1784
1784
geoInfo . vertexPositions = ( geoNode . Vertices !== undefined ) ? geoNode . Vertices . a : [ ] ;
1785
1785
geoInfo . vertexIndices = ( geoNode . PolygonVertexIndex !== undefined ) ? geoNode . PolygonVertexIndex . a : [ ] ;
1786
1786
1787
- if ( geoNode . LayerElementColor && geoNode . LayerElementColor . Color ) {
1787
+ if ( geoNode . LayerElementColor && geoNode . LayerElementColor [ 0 ] . Colors ) {
1788
1788
1789
1789
geoInfo . color = this . parseVertexColors ( geoNode . LayerElementColor [ 0 ] ) ;
1790
1790
Original file line number Diff line number Diff line change 47
47
'Samba Dancing' ,
48
48
'morph_test' ,
49
49
'monkey' ,
50
- 'monkey_embedded_texture'
50
+ 'monkey_embedded_texture' ,
51
+ 'vCube' ,
51
52
] ;
52
53
53
54
You can’t perform that action at this time.
0 commit comments