JSModeler
JSModeler copied to clipboard
A JavaScript framework to create and visualize 3D models.
Viktor - Is there an code example for dragging and dropping an selected object over another one? I am working on creating a building model and want to locate the...
The attached is just a somewhat interesting OBJ example that was created by JSModeler and modified by me to include outside and inside meshes / materials. Feel free to use...
all of these vertexes I think are supposed to be the same, but because of roundoff errors in the 11+th decimal point they end up looking like different vertex, that...
 After performing a BooleanOperation "union" on 2 cubes, the resulting stl file is not correct, which results in overlapping triangles errors. Overlapping triangles can cause other code to behave...
Adds basic support for .obj vertex colors - Creates implicit materials named "Color #RRGGBB" on import - Attaches the material to any face whose vertexes all agree on the color...
I want to try this to load an OBJ/MTL object instead of using three.js ObjectLoader. I can't find an example of doing that. Can you point me to an example...
Hey, How can I download the generated output and make changes to it?
I'm trying to load a new material for the loaded model dynamically and unable to do so. Would I have to remove and readd the meshes?
Just using the latest development branch (76e906e1e980050613123c29094f2ebcd30825f4). ``` sutest test/unittest/jsmodelertest.js ``` fails with ``` [ FAILED ] Visual.CubeTest (4 ms) Assert failed -> /home/kaspar/projects/bath/JSModeler/test/unittest/tests/visual.js:83:7 ``` Full failures reported: ``` [...