3D Brain Representation OpenGL ES and Android
Posted by Florina on Apr 25, 2013; 6:33pm
URL: https://forum.jogamp.org/3D-Brain-Representation-OpenGL-ES-and-Android-tp4029032.html
Hey,
I am new in Android programming, but I want to develop an Android Application for my final project. From the brain and skull CT Scans I have stored the Grey Values in a 3D matrix. I have 175 matrixes, each having 256 x 256 lines & columns. Can anyone please help me to represent them using OpenGL ES ? I have already done this in Java, but I have 2D representation for every axis xy, zy, yz and it can be seen every layer inside the brain using a slider. It isn't enough to represent each point with Vertex, I have to use triangle strips to batch vertex points , but I have no idea how to do this.
I would appreciate if anyone can give me a hint.