Google Code Exporter
Google Code Exporter
``` Is Their Any kind of lighting option in JSC3D or any option to change the light position? ``` Original issue reported on code.google.com by `[email protected]` on 13 Sep 2014...
``` Is any function to calculate volume exists? ``` Original issue reported on code.google.com by `[email protected]` on 9 Sep 2014 at 4:58
``` I draw model in SketchUp (I use "Shapes" and "Push/Pull" tools). But when I preview with jsc3d, appearing strangers face. I try upload to sketchfab, it's ok. You can...
``` What steps will reproduce the problem? 1. Is it possible to have a full screen view? 2. Is it possible to limit the rotation (ie avoid to show the...
``` Hi. I want export image of canvas on new tab when replace scene complete. I write this: viewer.replaceSceneFromUrl(url); viewer.onloadingcomplete = function () { window.open(canvas.toDataURL()); }; It's open blank page....
``` What steps will reproduce the problem? 1. I have a surface model (a bit like the terrain you show in the demos) which depicts walls on bare soil. When...
``` What steps will reproduce the problem? 1. The demo of "avatar.html" is run successfully, and i find these codes in it: var avatar = new JSC3D.Mesh; avatar.name = 'lili';...
``` Hi. When I draw specimens in Sketup, it has border. You can see the image (Single Pad Footing). Then I export to OBJ file and view by jsc3d, when...
``` What steps will reproduce the problem? 1. Load a model repeatedly on a mobile device (tested on an iPhone 4s) until the "Loading mtl file..." text does not disappear...
``` I've been trying to get this working. I have an .obj as main mesh in scene. I then have multiple meshes that can attach/removed to it. Following this conversation...