-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
40 lines (29 loc) · 1.14 KB
/
Copy pathREADME.txt
File metadata and controls
40 lines (29 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Brigl, a WebGL renderer for LDraw models
========================================
Brigl is a javascript program that reads and parses LDraw models, and render
them with WebGL.
Online demo
===========
See it in action: http://www.lugato.net/brigl/index.html
How it works
============
Brigl is 100% pure javascript, with no server logic. The only thing stored
on the server is the parts library, a set of small files with the 3d
model of each piece. Any static server can be used, no need for php or other
features!
When you ask Brigl to render an LDraw model, it fetches all needed parts and
subparts from the server, and assemble the model in your browser memory.
It then starts a WebGL context and renders your model!
Features:
* Load any user submitted model
* Parses standard, unprocessed LDraw format
* Multipart support
* Display line edges (only nonconditional)
* Smooth shading of curved surfaces
* Support building steps
* Zoom, Rotate and Pan view
* Multiple view per page
How to use
==========
To use this library you must download and prepare LDraw part library.
Please follow instructions in HOWTO.txt