An open API service indexing awesome lists of open source software.

https://github.com/mrgravity817/haunted-house-threejs

Mini project to learn basic 3d modeling with Three.js
https://github.com/mrgravity817/haunted-house-threejs

3dmodelling javascript threejs

Last synced: 3 months ago
JSON representation

Mini project to learn basic 3d modeling with Three.js

Awesome Lists containing this project

README

        

# Haunted House
![screenshot](./static/screenshot.png)

This is a mini project to learn how to deal with basic modeling components in Three.js:
- Texture
- Material
- Geometry
- Lights
... and etc

Big shout out to https://threejs-journey.com/ !