kurono / simplglmdl

Simple WebGL-based renderer of 3D meshes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplglmdl

A tiny WebGL-based renderer designed for 3D faceted meshes. This project contains custom JavaScript classes located in the "src" directory, facilitating the rendering of 3D meshes while applying geometric transformations to them.

The camera's point of view can be adjusted either through touch events or by using the mouse.

Dependencies:

  • jQuery
  • Require.js

Please note that the project utilizes an older method for declaring and loading JavaScript classes.

Demo

About

Simple WebGL-based renderer of 3D meshes

License:MIT License


Languages

Language:JavaScript 94.6%Language:HTML 2.9%Language:CSS 2.5%