Here is all the code https://jsfiddle.net/eqccoee6/
There is a site that loads the obj model in line 88; the model is specified

var loader = new THREE.OBJLoader(); loader.load('obj/Monkey.obj', function (loadedMesh) 

How to make so that all figures were stored in a DB, and loaded from there.

  • one
    Hang up the server for you, create a database and write the server side of the client? - Den
  • @Den is a server base. I just do not understand "how to write the server side of the client?" just like a normal database connection or is there something special you need? - Michael
  • Everything depends on what you want to do, if it is just for a home project, then yes - stupid queries in the database. Too vague question to say something specific - Den
  • @Den and if not for the home, then how best to do? - Michael

0