문제

Some particle examples use THREE.BufferGeometry and others use a simply THREE.Geometry. Some lines about pros and cons of every method?

도움이 되었습니까?

해결책

THREE.BufferGeometry is slowly replacing THREE.Geometry as it is computationally more efficient.

The THREE.BufferGeometry API may still be undergoing changes, so you have to be prepared for that.

The THREE.Geometry API is easier to use, perhaps, but that may be because it is more familiar.

Currently they are both supported.

Which one you use is up to you.

three.js r.67

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top