Three.js editor geometry type?

i use editor for the first time , i add a box to the scene, get box geometry type is BoxBuffeGeometry,but i want get it type is BoxGeometry,how do it?

In general you should always be using BufferGeometry. What’s your reason for wanting Geometry in this case?

1 Like