Warning: Undefined array key "translationlc" in /usr/www/users/fabook/_diggets/doc/v2/lib/plugins/translation/action.php on line 237

Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/fabook/_diggets/doc/v2/lib/plugins/translation/action.php:237) in /usr/www/users/fabook/_diggets/doc/v2/inc/Action/Export.php on line 104

Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/fabook/_diggets/doc/v2/lib/plugins/translation/action.php:237) in /usr/www/users/fabook/_diggets/doc/v2/inc/Action/Export.php on line 104

Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/fabook/_diggets/doc/v2/lib/plugins/translation/action.php:237) in /usr/www/users/fabook/_diggets/doc/v2/inc/Action/Export.php on line 104
====== Materials ====== A core feature of Gorilla3D is a set of standard materials for easy and quick usage in your project. Since version 0.8+, the most materials are inherited from the node based **TGorillaDefaultMaterialSource** for comfortable shader code reusage. ===== Default-Material ===== The **TGorillaDefaultMaterialSource** (TGorillaDefaultMaterial) is the approach to centralize basic shader operations like vertex transformation, multiple light computation, shadow casting, normal mapping and much more. The simple reason for that is, not to reinvent the basic functionality each time for new materials. Many materials need multiple lights, shadows and so one. Those operations also getting very complex in combination and its hard to keep them still efficient. Because of that, the default material uses a node based memory structure to build shader source code. On rendering the source code will automatically be compiled and registered in GPU. Read more about the default material: [[default-material|TGorillaDefaultMaterialSource]] ===== Materials ===== * [[lambert-material|TGorillaLambertMaterialSource]] * [[phong-material|TGorillaPhongMaterialSource]] * [[blinn-material|TGorillaBlinnMaterialSource]] * [[vertexcolor-material|TGorillaVertexColorMaterialSource]] * [[normalmap-material|TGorillaNormalMapMaterialSource]] * [[bumpmap-material|TGorillaBumpMapMaterialSource]] * [[rimlighting-material|TGorillaRimLightingMaterialSource]] * [[pom-material|TGorillaPOMMaterialSource]] * [[pbr-material|TGorillaPBRMaterialSource]] * [[atlas-material|TGorillaAtlasMaterialSource]] * [[terrain-material|TGorillaTerrainMaterialSource]] * [[splatmap-material|TGorillaSplatMapMaterialSource]] * [[water-material|TGorillaWaterMaterialSource]] * [[grass-material|TGorillaGrassMaterialSource]] * [[grid-material|TGorillaGridMaterialSource]] * [[particle-material|TGorillaParticleMaterialSource]] * [[layered-material|TGorillaLayeredMaterialSource]] * [[shared-material|TGorillaSharedMaterialSource]] * [[runtime-material|TGorillaRuntimeMaterialSource]] Next step: [[primitives|Primitives]]