JSModeler icon indicating copy to clipboard operation
JSModeler copied to clipboard

A JavaScript framework to create and visualize 3D models.

Results 25 JSModeler issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

![UnionBug1](https://user-images.githubusercontent.com/53272925/100930669-a442f880-34a6-11eb-84e4-b711d86f9e7f.jpg) 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...

bug

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?

enhancement
question

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: ``` [...

Hi, is there a way to import Collada files (.dae)?

enhancement