Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. Export obj from Maya project 2. Use regular jsc3d on web page 3. What is the expected output? What do you see...
``` What steps will reproduce the problem? 1. A simple cube mesh is defined and get rendered using JSC3D. The following code segment is working fine. var canvas = document.getElementById('cv');...
``` Hi, It's possible to add a setup params, to invert the zoom with the scroll ? Thanks ``` Original issue reported on code.google.com by `[email protected]` on 19 May 2015...
``` now mesh.setMaterial can only set a single color for a mesh. if a mesh has many faces,i want to set every mesh with a color.how can i do that?i...
``` What steps will reproduce the problem? 1. Changing transparency of the loaded mesh seems rotates it a little bit. - this an an original loaded file, it's opaque https://drive.google.com/file/d/0B86_WY0vcTRkd0hzdi00eHFrVmc/view...
``` Hello, I am trying to make a viewer of mesh object (stl) where we can pick 2 points on the screen and calcul the distance. Currently I try using...
``` 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...
``` 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...
``` 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...
``` 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...