what happened with planeGeometry.current.vertices? #982
-
I'm woriking with the latest R3F release and when I try to modify the vertices from a planeGeometry I get Is there any easier way to get the vertices like past versions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is due to the deprecation of |
Beta Was this translation helpful? Give feedback.
This is due to the deprecation of
THREE.Geometry
in r125 so I don't think there is an easier way (PlaneGeometry
inherits fromBufferGeometry
now). You can use an older version ofthree
if you need the old geometry API.