I have exported an object I made on the scene with javascript (as a shapegeometry) using the toJSON()
function. Now I try to reload the object on the scene with an objectLoader
, but it fails because the objectloader doesn’t support geometry type ShapeGeometry
.
Except if I’m missing something, that means that I can’t reload exported models in the scene?
Hey guys👋 . With #12797,
ObjectLoader
can loadShapeGeometry
andShapeBufferGeometry
. AddingExtrudeGeometry
is on my todo list. But the biggest part of the work is already done since curve entities are now serializable.Demo: https://jsfiddle.net/ht3zuzkr/2/