Skip to content

codebysd/webgl_3d_exp

Repository files navigation

About

This project is an exploration for 3D rendering in web browsers. More specifically, browsers that support OpenGL based rendering capabilities (WebGl).

Screenshot

Project uses the awesome BabylonJS library for rendering. Mesh material uses a rough combination of diffuse, specular and fresnel shader. Ground is generated from a heightmap and grass cover is made of procedurally distributed sprites.

You'll need a modern web browser capable of webgl and a machine with decent graphics hardware.

Build and run

  1. Install NodeJS
  2. Run npm install in project root directory.
  3. Open index.html in web browser.

Licence

This source code is available under GNU GENERAL PUBLIC LICENSE.

About

An experiment in webgl based 3D rendering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published