svenfraeys / webgl-3d-model-viewer-using-three.js

WebGL 3D Model Viewer Using three.js

Home Page:https://manu.ninja/webgl-3d-model-viewer-using-three-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGL 3D Model Viewer Using three.js

Specification

  • OBJ loader for loading a geometry format that is as old and widely supported as GIFs.
  • MTL loader for loading really simple materials.
  • Orbit controls to smoothly turn the camera around the model.
  • Nearest-neighbor filtering and a pure white ambient light to showcase pixel art textures.
  • All libraries taken from the three.js repository.

About

WebGL 3D Model Viewer Using three.js

https://manu.ninja/webgl-3d-model-viewer-using-three-js

License:MIT License


Languages

Language:JavaScript 99.5%Language:HTML 0.5%