Re: [osg-users] Edit mesh

2010-02-14 Thread Andreas Ekstrand
Hi Luis, Have a look at Remo 3D, an affordable 3D modeling tool with support for OSG/IVE import/export: www.remograph.com /Andreas Luis Agero wrote: Hi Jason, Yes, I know it is something out of OSG. But that would be interesting for my project not to use another software. Luis -

Re: [osg-users] Edit mesh

2010-02-10 Thread Gordon Tomlinson
Wednesday, February 10, 2010 9:41 AM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Edit mesh Hi, The problem is that I want to modify any imported model. And it's so difficult for me to program this. I hope some day there will be a mesh editor in osg Thanks Luis -

Re: [osg-users] Edit mesh

2010-02-10 Thread Luis Agero
Hi Jason, Yes, I know it is something out of OSG. But that would be interesting for my project not to use another software. Luis -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=23958#23958 ___ osg-u

Re: [osg-users] Edit mesh

2010-02-10 Thread Jason Daly
Luis Agero wrote: Hi, The problem is that I want to modify any imported model. And it's so difficult for me to program this. I hope some day there will be a mesh editor in osg That's not OSG's job. OSG is a visualization/rendering system, and you're looking for a 3D modeling/editing pa

Re: [osg-users] Edit mesh

2010-02-10 Thread Luis Agero
Hi, The problem is that I want to modify any imported model. And it's so difficult for me to program this. I hope some day there will be a mesh editor in osg Thanks Luis -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=23937#23937 __

Re: [osg-users] Edit mesh

2010-02-10 Thread Gordon Tomlinson
users-boun...@lists.openscenegraph.org] On Behalf Of Luis Agero Sent: Wednesday, February 10, 2010 7:25 AM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Edit mesh Thanks Gordon, I undersatnd now when I must do it. But, What about modifying geometry? When I remove vertices I don´t

Re: [osg-users] Edit mesh

2010-02-10 Thread Luis Agero
Thanks Gordon, I undersatnd now when I must do it. But, What about modifying geometry? When I remove vertices I don´t know which indexs I must to remove. Luis -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=23924#23924 __

Re: [osg-users] Edit mesh

2010-02-10 Thread Gordon Tomlinson
n.com __ -Original Message- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Luis Agero Sent: Wednesday, February 10, 2010 6:47 AM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Edit mesh Hi, I have

[osg-users] Edit mesh

2010-02-10 Thread Luis Agero
Hi, I have some questions about edit geometry vertex. I have a imported model and I want to remove some region of it. What is the correct method to do this? If I only remove vertices from its vertexArray logicaly osg crashes. Think like I have a rectangle and I want to make a hole on it Simil