hey, i’m trying to upgrade a old project(three 131.1).
I know Geometry is deprecated since r125,but we can still use it as ES6 module,which,in my mind ,is just code like this:‘import { Geometry } from ‘three/examples/jsm/deprecated/Geometry.js’;’
Now i know we delete the js file in version 141,dose that mean we can’t use Geometry class any more?
(English is not my native language,so forgive me if my grammar is bad)
update
i read the instruction again ,and i see developer say:’ * **THREE.Geometry is no longer renderable and can’t be used to create 3D objects (meshes, lines, points) anymore.**’
now i’m confused ,THREE.Geometry is not renderable even i use it as es6 module?
you can pull it from git history and it will likely still work, maybe with minor edits like addAttribute-setAttribute. but if you dont want to add it to your source files - forget it. it’s gone.