/3D-World-THREE-js

A three js 3d world model that simulates a 3d view of a scene. The camera is position at the center of the sphere and an image is mapped inside that provides a 3d view and with orbit control, we can rotate the camera.

Primary LanguageJavaScript

3D-World-THREE-js

This is 3d world simulation using THREE JS weglrenderer which reders a 3d scene on your canvas. Here I have used OrbitControl.js for giving controls to camera. Basically Its a UV Mapping in interior of an Spherical mesh With camera at the center. You can control the camera using mouse cursor and can rotate the camera in the scene.