Hi, I'm don't find source of collada in www.collada.org, what is location 
download?
 



Date: Thu, 30 Oct 2008 15:06:07 -0400From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: [osg-users] read file Collada using osg


Well did you read what 3rd Party packages it provides ?
 
Does it list Collada if it does then you should be ok if it does not then you 
have provide..
 
The package only provides a subset of possible 3rd part additions for OSG its 
aimed at the common prerequisites that most  would need
 
 

Gordon
__________________________________________________________Gordon Tomlinson
Product Manager 3DEmail  : gtomlinson @ 
overwatch.textron.com__________________________________________________________(C):
 (+1) 571-265-2612(W): (+1) 703-437-7651
"Self defence is not a function of learning tricks but is a function of how 
quickly and intensely one can arouse one's instinct for survival" - Master 
Tambo Tetsura
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adonai 
CanêzSent: Thursday, October 30, 2008 3:00 PMTo: osgSubject: Re: [osg-users] 
read file Collada using osg
Hi, when I'm compile osg I'm using 3rd party from 
http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies. This 
package not solve this problem?  

Date: Thu, 30 Oct 2008 14:52:27 -0400From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: [osg-users] read file Collada using osg


You will need to build the Collada 3rd party libraries and dependencies
www.collada.org
 
 

Gordon
__________________________________________________________Gordon Tomlinson
Product Manager 3DEmail  : gtomlinson @ 
overwatch.textron.com__________________________________________________________(C):
 (+1) 571-265-2612(W): (+1) 703-437-7651
"Self defence is not a function of learning tricks but is a function of how 
quickly and intensely one can arouse one's instinct for survival" - Master 
Tambo Tetsura
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adonai 
CanêzSent: Thursday, October 30, 2008 2:49 PMTo: osgSubject: [osg-users] read 
file Collada using osg
Hi, I'm trying to read a file extension .dae (COLLADA) version 1.4.0, using 
openSceneGraph version 2.4, but I'm getting the information that has no plugin 
todo the reading.How do I solve this? int main(){osg::Group* cenario = new 
osg::Group();osg::Geode* GeodeTerreno = new osg::Geode();osgViewer::Viewer* 
viewer = new osgViewer::Viewer();// Define a estrutura para o modelo 3D da nave 
espacialosg::Node* sphere = 
osgDB::readNodeFile("BaseEsfera.dae");osg::MatrixTransform* 
matrizTransformacoesSphere = new 
osg::MatrixTransform();matrizTransformacoesSphere->addChild(sphere);cenario->addChild(matrizTransformacoesSphere);//
 run optimization over the scene graphosgUtil::Optimizer 
optimzer;optimzer.optimize(cenario);viewer->setSceneData(cenario);return 
viewer->run();}

Veja mapas e encontre as melhores rotas para fugir do trânsito com o Live 
Search Maps! Experimente já!

Conheça já o Windows Live Spaces, o site de relacionamentos do Messenger! Crie 
já o seu!
_________________________________________________________________
Cansado de espaço para só 50 fotos? Conheça o Spaces, o site de relacionamentos 
com até 6,000 fotos!
http://www.amigosdomessenger.com.br
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to