This project implements Three.js Enviroment using angular components.
<enviroment color='red'>
<object id= 'a'></object>
<object id= 'b' x='2' y='3' z='0'></object>
<object id= 'c' color='red' material=''></object>
</enviroment>
Run: npm install
Run: npm start
for a dev server.
open web browser: http://localhost:4200
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.