0

I have an array of lines and other primitives. For example, it's a tree like this one:

enter image description here

Now I need to look an it from different angles and I want to be able to rotate it with my mouse. Is there any lightweight "player" (maybe online version) and what format should I use for it? What are my options?

Nakilon
  • 34,866
  • 14
  • 107
  • 142

1 Answers1

0

So I've converted a set of vertices and lines to a Wavefront OBJ format and just drag'n'dropped to https://threejs.org/editor/

enter image description here

Nakilon
  • 34,866
  • 14
  • 107
  • 142