Revision 8c57d77b
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/library/mesh/MeshSphere.java | ||
|---|---|---|
| 21 | 21 |
package org.distorted.library.mesh; |
| 22 | 22 |
|
| 23 | 23 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 24 |
|
|
| 25 |
import org.distorted.library.main.DistortedLibrary; |
|
| 26 |
|
|
| 24 | 27 |
/** |
| 25 | 28 |
* Create a Mesh which approximates a sphere. |
| 26 | 29 |
* <p> |
| ... | ... | |
| 258 | 261 |
} |
| 259 | 262 |
|
| 260 | 263 |
if( currentVert!=numVertices ) |
| 261 |
android.util.Log.d("MeshSphere", "currentVert= " +currentVert+" numVertices="+numVertices );
|
|
| 264 |
DistortedLibrary.logMessage("MeshSphere: currentVert= " +currentVert+" numVertices="+numVertices );
|
|
| 262 | 265 |
|
| 263 | 266 |
setAttribs(attribs1, attribs2); |
| 264 | 267 |
} |
Also available in: Unified diff
Decouple (to a large degree) the OpenGL Library from Android.