[android-developers] opengl and sketchup problem

2011-10-26 Thread netskink
Hi, I have a problem using opengl on android to draw a simple rectangle. This is what I have done. I drew a simple rectangle with sketchup. I exported the result using a 3d-model collada .dae file. I then copied the vertices data from the .dae (xml) file and put in an array. I copied the array

[android-developers] Re: trying to get the opengl-es10 tutorial to work

2011-10-22 Thread netskink
gl.glDrawArrays(GL10.GL_TRIANGLES, 0, 3); // mode, first, count to the proper place. It goes in OnDrawFrame() just like the tutorial says. On Oct 21, 3:57 pm, netskink wrote: > Hi, > > I am doing the opengl-es10 tutorial available > here:http://developer.android.com/resourc

[android-developers] trying to get the opengl-es10 tutorial to work

2011-10-21 Thread netskink
Hi, I am doing the opengl-es10 tutorial available here: http://developer.android.com/resources/tutorials/opengl/opengl-es10.html I have done up to the part where the green triangle should appear. Unfortunately it does not. I've put a breakpoint in onSurfaceCreated() routine to make sure its hitt

[android-developers] eclipse Indigo and Win7 problems with SDK and AVD Manager problems

2011-10-19 Thread netskink
Hello I've used eclipse Helios on another computer and it worked easily to install updates. I've setup a new computer using Eclipse Indigo and I have issues with SDK and AVD Manager. I can start it up but I see errors such as "no package found", permission denied or updates available but not com

[android-developers] bluetooth device voice chat

2011-08-08 Thread netskink
Hi, Maybe this off topic, but does the android API support a bluetooth voice chat capability? What i mean is that could an app be written which allow two android phones with bluetooth headsets talk to one another over bluetooth only? John -- You received this message because you are subscribed