-
-
Notifications
You must be signed in to change notification settings - Fork 35.9k
Closed
Description
r100
has been mentioned as the target release for removing support for rendering THREE.Geometry
.
That means you can instantiate an instance of THREE.Geometry
, but you will have to convert it to THREE.BufferGeometry
prior to adding it to the scene.
By my notes, the remaining examples where Geometry
is rendered are webgl_materials.html
and svg_sandbox.html
. I believe in all other examples where Geometry
is used, Geometry
is instantiated, but not rendered.
Also, to do is #14608 -- an important one.
I would also suggest renaming THREE.Geometry
to THREE.LegacyGeometry
.
At some point, THREE.BufferGeometry
can become THREE.Geometry
, but that would be in the distant future.
Mugen87, looeee, haroldiedema and mrdoob
Metadata
Metadata
Assignees
Labels
No labels