Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
CopperLicht 1.2.0 has now been released. People using copperLicht should update to this new version because it includes a change which makes CopperLicht work with a change to be introduced in next releases of the main WebGL browsers (FireFox, Webkit). Additionally, copperlicht is now able to do basic 2d drawing. Download: http://www.ambiera.com/copperlic... Details: - Renderer now has 2d drawing capabilities. The following functions have been added: - draw2DRectangle - draw2DImage Both support alpha blending. - Fixed sceneNode::getTransformedBoundingBox - Texture now has two new functions: getWidth getHeight - Improved error messages for shader compilation - It is now possible to delete textures using Renderer.deleteTexture() - It is now possible to create a texture from a 2D canvas using Renderer.createTextureFrom2DCanvas() - Updated to latest Firefox and Chrome/Webkit changes: WebGLFloatArray is now named Float32Array |
|