Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. Use a SceneUrl ending with "?", for example : "https://example.amazonaws.com/files/file.stl?Signature=F5k/cqz0K&Expires=141320 1478" What is the expected output? What do you see instead? -...
``` How to Check if texture fully rendered on the model or not? ``` Original issue reported on code.google.com by `[email protected]` on 10 Oct 2014 at 8:09
``` I'm loading some STL files from an Array as follow: components=[row;idpart; descriprion; stl_filename], and I wanna use components['row',jr] like mesh.internalID to show/hide components and components['description',jr] to label on checkbox,...
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Is it possible to change object parts (change glasses parts...
``` Hello, Firstly i would like to thank you for your excelent 3D software. I am trying to find out the surface Area of a loaded 3D object but could...
``` 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....