Google Code Exporter

Results 11117 issues of Google Code Exporter

``` var canvas= document.getElementById('virgin'); var viewer= new JSC3D.Viewer (canvas); viewer.setParameter('SceneUrl', 'virg.obj'); viewer.setParameter('InitRotationX', 0); viewer.setParameter('InitRotationY', 0); viewer.setParameter('InitRotationZ', 0); viewer.setParameter('BackgroundColor', '#FFFFF'); viewer.setParameter('RenderMode', 'texturesmooth'); viewer.setParameter('SphereMapUrl', 'images/black.png'); viewer.setParameter( 'Renderer', 'webgl'); viewer.init(); viewer.update(); var ctx...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, I'd like to alter the loading bar a bit, but I can't find any CSS or javascript code that determines the color etc. of this. I've searched in...

Priority-Medium
Type-Defect
auto-migrated

``` OS: Windows 8.1 (PC) Browsers used: - Firefox 35.0.1 - Chrome 40.0.2214.115 m - Safari 5.1.7 - Internet Explorer 11.0.9600 jsc3d doesn't work flawless in all browsers. My main...

Priority-Medium
Type-Defect
auto-migrated

``` hi every thing works fine but i was trying to identify backfaces i have to review several .obj models if i turn of mesh.isDoubleSided = false i can not...

Priority-Medium
Type-Defect
auto-migrated

``` Hello, I am new in this, and want to know whether it is possible to have a motion in rotating the model. I used the following code to rotate...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Open demo submarina.html full release on iPad Air (8.1) Safari 2. Pinch out with two fingers 3. Release two fingers not PERFECTLY...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, I'm trying to load meshes into a scene using the method detailed in https://code.google.com/p/jsc3d/issues/detail?id=52 and wish to use the textures and materials from the imported meshes. The problem...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. I have multiple STL files loaded to the viewer and set double side rendering for all meshes to see the back side....

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Go to JSC3D.Viewer.prototype.mouseDownHandler 2. Add if(this.onmousedown) { var info = this.pick(e.clientX, e.clientY); this.onmousedown(info.canvasX, info.canvasY, e.button, info.depth, info.mesh); //testing - add a point...

Priority-Medium
Type-Defect
auto-migrated

``` Here is what I did: I tried to use the jsc3d code to reproduce a scene with lots of meshes (a floor-plan with furniture). It works perfectly fine except...

Priority-Medium
Type-Defect
auto-migrated