greeenphp / jsc3d

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

No transparency option #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set parameter background off does not make the canvas transparent
2.
3.

What is the expected output? What do you see instead?
canvas should be transparent so that the website background can be seen.

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

Please provide any additional information below.

Original issue reported on code.google.com by junhong....@solstice.sg on 9 Aug 2014 at 8:16

Attachments:

GoogleCodeExporter commented 9 years ago
This feature is not contained in release 1.6.5. You can get the latest stable 
edition from the svn repository and use it instead.  I'll publish a new release 
package soon.

Original comment by Humu2...@gmail.com on 9 Aug 2014 at 11:49

GoogleCodeExporter commented 9 years ago
From where i will be able to download the latest version,can you provide the 
link?

Original comment by prasen.b...@gmail.com on 18 Aug 2014 at 1:32

GoogleCodeExporter commented 9 years ago
Please check it out from the svn repository: 
http://code.google.com/p/jsc3d/source/checkout. Or if you just need the latest 
jsc3d.js, here is the direct link: 
http://jsc3d.googlecode.com/svn/trunk/jsc3d/jsc3d.js.

Original comment by Humu2...@gmail.com on 18 Aug 2014 at 3:56

GoogleCodeExporter commented 9 years ago
I am using this code for turn off background ,but its not working
viewer.setParameter('Background', 'off');

Original comment by prasen.b...@gmail.com on 19 Aug 2014 at 8:12

GoogleCodeExporter commented 9 years ago
I still can't get a transparent background either. I did notice that in 
jsc3d.js, a few times 'isTransparnt' is there where it should probably be 
'isTransparent'. Changing these didn't help, however, yet it might have 
something to do with this?

Original comment by Tjardo.K...@gmail.com on 17 Mar 2015 at 10:40

GoogleCodeExporter commented 9 years ago
I have downloaded the latest build form the svn link and also cannot get 
Background 'off' to work. Would really like to display objects without the 
background gradient so they fit in with the site design :(

Original comment by smi...@gmail.com on 13 May 2015 at 11:32