Google Code Exporter
Google Code Exporter
``` What version of the product are you using? 1.6.5 Hi, Would it be possible to has meshes named as they ore in the .obj files? I have made this...
``` What steps will reproduce the problem? 1. STL File uploaded to website 2. STL File loaded into page 3. What is the expected output? What do you see instead?...
``` You can see here: If you look at the "bottom" of the vase there, it is rendering; but if you look through the "top" or "opening" of the vase,...
``` how to replace a new created mesh with the old one? ``` Original issue reported on code.google.com by `[email protected]` on 31 Jul 2014 at 1:07
``` I want change the vertexBuffer of a mesh on a button click,here is my code ,its not working in chrome but working in firefox; function changesize(size) { $.ajax({ type:...
``` Example: viewer.setParameter('SceneUrl', 'ex1.obj'); viewer.setParameter('InitRotationX', 45); viewer.setParameter('InitRotationY', 45); viewer.setParameter('InitRotationZ', 45); then viewer.replaceSceneFromUrl('ex2.obj'); viewer.update(true); How to set new rotation x,y,z of ex2.obj? ``` Original issue reported on code.google.com by `[email protected]` on...
``` What steps will reproduce the problem? 1. I downloaded the jsc3d-full-1.6.5.zip in https://code.google.com/p/jsc3d/downloads/list 2. open [jsc3d-full-1.6.5 \ demos \ bank.html] for example(what uses obj file) 3. I and other...
``` What steps will reproduce the problem? 1. Texture file not applying to .obj file 2. Have attempted .png / .jpg versions of the file --------------- I cannot get the...
``` I want to delete a mesh from a scene on button click,how it will be possible? ``` Original issue reported on code.google.com by `[email protected]` on 24 Jul 2014 at...
``` What steps will reproduce the problem? 1. I have a obj file and mtl file,how to load the 3d model without SceneUrl. I have attached obj file and texture...