Re: [osg-users] [forum] OSG on Android

2012-04-30 Thread Jorge Izquierdo Ciges
Well there was also a menu key and a option to load model files... 2012/4/30 James Lue j...@ucsd.edu osg::Geometry geometry=new osg::Geometry; geometry-setVertexArray(vertices); osg::ref_ptrosg::DrawArray array=new osg::DrawArrayGL_TRIANGLES,0,number_of_vertices;

Re: [osg-users] [forum] OSG on Android

2012-04-29 Thread James Lue
amidofu wrote: Hi, I currently wrote code to use OSG on android, right now I basically just try to do something similar but simpler to the osgAndroidExampleES1. Right now I can show the blue screen, but no geometry is rendered ( I use OpenGLES1.x). My root node does have children (I

[osg-users] [forum] OSG on Android

2012-04-28 Thread James Lue
Hi, I currently wrote code to use OSG on android, right now I basically just try to do something similar but simpler to the osgAndroidExampleES1. Right now I can show the blue screen, but no geometry is rendered ( I use OpenGLES1.x). My root node does have children (I print out the number of

Re: [osg-users] [forum] OSG on Android

2012-04-28 Thread Jorge Izquierdo Ciges
You have a menu key... God, people nowadays lack a good child's curiosity 2012/4/21 James Lue j...@ucsd.edu y to do something similar but simpler to the osgAndroidExampleES1. Right now I can show the blue screen, but no geometry is rendered ( I use OpenGLES1.x). My root node does have