|
|
@@ -1,8 +1,29 @@
|
|
|
-Three.d
|
|
|
+Three.d - A high performance 3D graphics engine
|
|
|
======
|
|
|
|
|
|
-Three.d is a 3D Graphic Engine written in the D Programming Language.
|
|
|
+Three.d is high performance 3D graphics engine written in the D Programming Language.
|
|
|
|
|
|
+# Techniques
|
|
|
+* Data-Oriented Design
|
|
|
+* Virtual Textures (Megatextures)
|
|
|
+* Tiled Deferred Rendering
|
|
|
+*
|
|
|
+
|
|
|
+# Passes
|
|
|
+
|
|
|
+## Geometry Pass
|
|
|
+
|
|
|
+## Lightning Pass
|
|
|
+
|
|
|
+### Point Light Pass
|
|
|
+
|
|
|
+### Spot Light Pass
|
|
|
+
|
|
|
+### Directional Light Pass
|
|
|
+
|
|
|
+### Ambient Light Pass
|
|
|
+
|
|
|
+## Finalizing Pass
|
|
|
|
|
|
License:
|
|
|
--------
|