I recently updated our current version of cesium in VWF from r20 to r24. I added support for most all of the new Geometry objects, and I exposed many of the properties required to create the objects as properties. For instance in the BoxGeometry object, I’ve exposed the ‘dimensions’ property. My question is if that property is changed, do I need to recreate the BoxGeometry? Seems like the api doesn’t expose the internal properties in a way that should be set. When the geometry is created, I also have to create a GeometryInstance and a Primitive. Should I create all of the objects again, or is there a way to just swap out the geometry?
Scott