I thought I could get it using the following code, but I get an error in the console: Uncaught TypeError: Cannot set properties of undefined (setting ‘length’). Can anyone help?
var meshInstance = bbox_entity.render.meshInstances[0]; // Assuming there's only one mesh instance
var vertexPositions = meshInstance.mesh.getPositions();
Many Thanks