Skip to content

MemoryWrong/webgl-terrain-demo

Repository files navigation

WebGL Terrain Demo

This project is webgl demo contains a lot of WebGL features like particle system, terrain and etc. And this project is using the es6-starter-kit as the es6-starter.

Content

alt text

1. webgl THREE.js terrian features 
2. particle system demo (need to modify the code)


Installation

npm install

Start Dev Server

npm run dev

Build Prod Version

npm run build

Features:

When you run npm run build we use the extract-text-webpack-plugin to move the css to a separate file and included in the head of your index.html, so that the styles are applied before any javascript gets loaded. We disabled this function for the dev version, because the loader doesn't support hot module replacement.

About

this is demo contain webgl features like terrain particle system camera lights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published