Questions tagged [jsmodeler]

3 questions
0
votes
1 answer

Rotating a group of objects around their center in JSModeler

I am using JSModeler with three.js extension. My viewer is JSM.ThreeViewer(). The codepen is: https://codepen.io/Dharnidharka/pen/QRzBQa What I am trying to achieve is a rotation of the concentric circles around their center, but currently the…
eklavya
  • 75
  • 1
  • 5
0
votes
1 answer

how to convert jsmodeller jsonData to jsmodeller Body

How to convert JSModeller jsonData for uploaded file to JSModeller body to use in JSM.ExportBodyToStl() Requirement: option to upload stl/obj file, render it and at the end give an option to export to either stl/obj file https://3dviewer.net/ has…
Shantanu Terang
  • 208
  • 3
  • 6
0
votes
0 answers

Three.js rotate to selected mesh

I use three.js with jsmodeler to load model from obj. Everything works fine but problem is in custom things. I have list of buttons clicking on each I can select mesh and highlight it, it's working. var new_material = new THREE.MeshBasicMaterial( {…