Skip to content

Commit adac9ad

Browse files
authored
Merge pull request puxiao#2 from 5unnyWind/patch-1
Update 05 Three.js基础之图元.md
2 parents 1944ddd + e097648 commit adac9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05 Three.js基础之图元.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ thetaLength — 圆柱底面圆扇区的中心角,通常被称为“θ”(
334334

335335
> this.setAttribute('position', new BufferAttribute(this._vertices, 3))
336336
337-
2. 假设这个 BufferGeometry 需要考虑反观,但不需要考虑纹理贴图,那么它需要设置 postion 和 normal。
337+
2. 假设这个 BufferGeometry 需要考虑反光,但不需要考虑纹理贴图,那么它需要设置 postion 和 normal。
338338

339339
> this.setAttribute('position', new BufferAttribute(this._vertices, 3))
340340
>

0 commit comments

Comments
 (0)