katopz / jsc3d

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

Transparent background not working #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have downloaded the latest jsc3d version from 
http://jsc3d.googlecode.com/svn/trunk/jsc3d/jsc3d.js.

Now for turn off the background i am using bellow code

viewer.setParameter('Background', 'off');

But its not working.Can You help me,thank you.

Original issue reported on code.google.com by prasen.b...@gmail.com on 19 Aug 2014 at 10:32

GoogleCodeExporter commented 9 years ago
This is a startup parameter 
http://code.google.com/p/jsc3d/wiki/StartupParameters#Background which should 
be assigned before initialization of the viewer. It has no effect to change its 
value at runtime.

Original comment by Humu2...@gmail.com on 19 Aug 2014 at 2:47