Google Code Exporter
Google Code Exporter
``` i can't have multiple object in a scene, how i'm suppose to do that? i looked into the source and it seems that system just doesn't work that way...
``` Trying to reference material.name returns an empty string. I have added to JSC3D.ObjLoader.prototype.parseMtl @ line 5097 if(mtl != null) mtl.material.name = curMtlName; which appears to fix this without ill...
``` Hi, I am planning to add a ground plane to the viewer permanently. I use the viewer mainly to display buildings (stl files), so it would be more realistic...
``` Hello, I followed the issues item to add multiple stl files into a single view, which works fine. What I need to do next is to allow for a...
``` What steps will reproduce the problem? 1. Load a ctm model with vertex colours in the latest source What is the expected output? What do you see instead? vertex...
``` What steps will reproduce the problem? 1. Loading bar ("Loading obj file...") isn't shown inside . Example: http://uveter.ru/test-2/ (click on image to activate loading) What is the expected output?...
``` Hi, I wonder if you could give me any pointers on using the math and matrix functions to rotate the model interactively rather than the scene? I have everything...
``` What steps will reproduce the problem? 1. Pinch using jsc3d touch What is the expected output? What do you see instead? Pinch should just zoom, not also trigger rotate...
``` Some tools generate mtl files with wrong case for properties like "map_Kd". The property name generated is "map_kd". Example : the great tool assimp does that : http://assimp.sourceforge.net/ Checking...
``` What steps will reproduce the problem? In the viewer, open an object that contains a black mesh that has an opaque texture What is the expected output? What do...