|
|
@@ -339,7 +339,7 @@ class PolyhedronGeometry extends BufferGeometry {
|
|
|
*/
|
|
|
static fromJSON( data ) {
|
|
|
|
|
|
- return new PolyhedronGeometry( data.vertices, data.indices, data.radius, data.details );
|
|
|
+ return new PolyhedronGeometry( data.vertices, data.indices, data.radius, data.detail );
|
|
|
|
|
|
}
|
|
|
|