|
@@ -2,8 +2,28 @@ Three.d - A high performance 3D graphics engine
|
|
|
======
|
|
======
|
|
|
|
|
|
|
|
Three.d is high performance 3D graphics engine written in the D Programming Language.
|
|
Three.d is high performance 3D graphics engine written in the D Programming Language.
|
|
|
- * Data-oriented design
|
|
|
|
|
|
|
|
|
|
|
|
+# 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:
|
|
License:
|
|
|
--------
|
|
--------
|