Skip to content

Commit 4e8c6f5

Browse files
authored
Update 06 图元练习示例.md
1 parent fcb400d commit 4e8c6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06 图元练习示例.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const HelloPrimitives = () => {
112112
scene.add(light0)
113113
114114
const light1 = new Three.DirectionalLight(0xFFFFFF, 1)
115-
light0.position.set(1, -2, -4)
115+
light1.position.set(1, -2, -4)
116116
scene.add(light1)
117117
118118
//获得各个 solid 类型的图元实例,并添加到 solidPrimitivesArr 中

0 commit comments

Comments
 (0)