Re: [osg-users] Volume of .obj model

2020-11-10 Thread OpenSceneGraph Users
When you saying volume what do you actually mean? The models that are loadable from .obj can be totally unconstrained open meshes where a volume isn't normally applicable without extra constraints. Do you know your models are manifold geometries? ___ os

[osg-users] Volume of .obj model

2020-11-10 Thread OpenSceneGraph Users
Hi, I'm currently trying to understand which is the occupation volume of an .obj file loaded in the node: osg::ref_ptr boat = osgDB::readNodeFile("file.obj"); Then, the problem is that I need to understand the real length, width and height of the node. I found a solution, but I think that the