Skip to content

lrusso/3DArtMuseum

Repository files navigation

3D Art Museum using Three.js

Web

https://lrusso.github.io/3DArtMuseum/3DArtMuseum.htm

Functions for inserting a picture

addToLeft  (picture_width, picture_location, jpg_filename, mp3_filename, text_description_value); // LEFT WALL
addToRight (picture_width, picture_location, jpg_filename, mp3_filename, text_description_value); // RIGHT WALL
addToFront (picture_width, picture_location, jpg_filename, mp3_filename, text_description_value); // FRONT WALL
addToBack  (picture_width, picture_location, jpg_filename, mp3_filename, text_description_value); // BACK WALL

Example: Inserting a picture on the left wall

addToLeft(35,  200, "Art_01.jpg", "Art_01.mp3", "Sample text.");

About

3D Art Museum using Three.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages