THREE
Example
Geometry
Box
Cylinder
Cone
Circle
Dodecahedron
Icosahedron
Lathe
Octahedron
Plane
Ring
Sphere
Tetrahedron
TextGeometry
Torus
TorusKnotBuffer
Camera
์ฐธ๊ณ ์๋ฃ
Memory Leak
Mesh ์ ๊ฐ์ฒด์ ๋ฐฐ์ด์ null ํน์ [] ๋ก ์ด๊ธฐํ ์์ผ์ค์ผ ํ๋ค.
In webGL Renderer, after removing a mesh with
scene.remove(mesh);
you can deallocate the memory with
renderer.deallocateObject(mesh);
You can deallocate textures with
renderer.deallocateTexture(texture);