ShiVa 1.6.2 unleashes the 3D power of the iPhone…
Categories: Game Development Tags: 3d, game engine, iphone, ipod touch, real-time, shiva
Stone Trip has released a new version of ShiVa, a platform for 3D real time development. This new release adds the support of iPhone and iPod Touch.

SIO2: OpenGL Free Open Source 3D Engine For iPhone And iPod Touch
Categories: 3D Engines, Game Development, OpenGL, SDK Tags: 3d engine, bullet, game development, graphics, iphone, ipod touch, lua, openal, opengl, opengl es, Programming, SIO2
Read more…
OpenGL and Mobile Devices: Round 2
Categories: OpenGL, Programming Tags: 3d graphics, graphics programming, ipod touch, mobile device, opengl, opengl es, power-vr
Richard S. Wright Jr. the lead author of The OpenGL SuperBible, wrote about the intersection of OpenGL and mobile devices.
Read his complete article HERE.


The graphics hardware behind the iPhone and iPod Touch is a PowerVR MBX Lite, which uses Tile-Based Deferred Rendering.
There are a few limitations you should know from the start:
* There is no stencil or accumulation buffer.
* There are only two texture units.
* The maximum texture size is 1024×1024 (use power of two only).
* The maximum space for textures and surfaces is 24MB.
* Only 2D textures are supported.
* There is no software rendering fallback.The PowerVR chip uses a full floating-point pipeline throughout. The OpenGL lighting model is fully hardware accelerated, and there is no need to use fixed-point values for either lighting and material values, or vertex data. For best performance, use directional lights instead of point lights when possible, and try to always use indexed strips for geometry submission. To minimize bandwidth, you can use unsigned byte values for colors, and either unsigned byte or shorts instead of floats for texture coordinates.
Oolong Engine
Categories: 3D Engines, SDK Tags: c++, iphone, ipod touch, oolong, Programming, sdk
Read more…












