katopz / jsc3d

Automatically exported from code.google.com/p/jsc3d
0 stars 1 forks source link

Canvas with transparent background. #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
 Will be nice to have the possiblity to render the objects on a transparent canvas so that the bakground of the page (or any other object under this canvas will be visible)

What version of the product are you using? On what operating system?

Please provide any additional information below.

I already implemented it and after I'll refine the solution i could attach a 
new version of the javascript file.

Original issue reported on code.google.com by vasile.d...@gmail.com on 13 Jul 2013 at 6:46

GoogleCodeExporter commented 9 years ago
Transparent background is now supported with a new startup parameter 
'Background'. Details is described here: 
http://code.google.com/p/jsc3d/wiki/StartupParameters#Background. Please check 
out the latest jsc3d.js and jsc3d.webgl.js from the repository.

Original comment by Humu2...@gmail.com on 13 Feb 2014 at 11:04