Skip to content

Commit fdae608

Browse files
ngokevindmarcos
authored andcommitted
reduce videosphere radius/segments for perf (#1532)
1 parent e8681b7 commit fdae608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/extras/primitives/primitives/a-videosphere.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ registerPrimitive('a-videosphere', utils.extendDeep({}, getMeshMixin(), {
66
defaultComponents: {
77
geometry: {
88
primitive: 'sphere',
9-
radius: 5000,
9+
radius: 100,
1010
segmentsWidth: 64,
11-
segmentsHeight: 64
11+
segmentsHeight: 20
1212
},
1313
material: {
1414
color: '#FFF',

0 commit comments

Comments
 (0)