(PR) Khronos Details WebGL Initiative to Bring Hardware-Accelerated 3D Graphics to the Internet

Read more…
Categories: Khronos WebGL Tags: binding, javascript, khronos, opengl, opengl es, WebGL
Categories: Gadgets, OpenGL Tags: gpu, iphone, iphone 3g s, opengl es, PowerVR SSGX 520
Other Weekly News In Brief
Graphics Cards:
- Le GPU Chrome 430 ULP de S3 dans deux premiers portables
- Palit Radeon 4850 Sonic Review
- PCGH driver review: Catalyst 8.10 with noticeable improvements
Other Hardware:
Programming:
- OpenGL Type Traits
- OpenGL ES 2.0 Programming Guide – Book Review
- Direct3D Demos Collection
- Unreal Engine 3.5 for consoles first: Will PC gamers miss something?
Softwares:
Misc:
Categories: Industry News Tags: 3d, chrome 430, Microsoft DirectX, opengl, opengl es, Programming, radeon hd 4850, s3, unreal engine, yafray
Categories: 3D Engines, Game Development, OpenGL, SDK Tags: 3d engine, bullet, game development, graphics, iphone, ipod touch, lua, openal, opengl, opengl es, Programming, SIO2
OpenGL and Mobile Devices: Round 2
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.
Categories: OpenGL, Programming Tags: 3d graphics, graphics programming, ipod touch, mobile device, opengl, opengl es, power-vr










