ig.creator:assets:materials
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ig.creator:assets:materials [2014/10/05 10:57] – eb_ig | ig.creator:assets:materials [2024/04/04 08:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Assets/ | ||
+ | === Terminology === | ||
+ | |||
+ | The modelling of materials is more complex as it maybe seems! So let's setup a little terminology for the IG.GFX/ | ||
+ | |||
+ | * A __Material__ describes basic surface parameters based on the Phong lighting model. A Material can have a Texture resp. diffuse map. Every IG.GFX client **must** implement these basic parameters. | ||
+ | * A __Texture__ is an image that describes planar surface parameters, such as color values, reflection parameters, normal vectors, etc. In the context of IG.GFX, Textures are abstract entities that can be implemented by various formats and quality levels at the same time! Textures can be assigned to Materials, Meta Materials and Geometries! | ||
+ | * A __Meta Material__ describes advanced material characteristics useful to implement super realistic rendering. Such properties are, for instance, domain-specific attributes as defined by a Material Taxonomy, or advanced asynchronous texture mappings. The implementation of Meta Materials is client specific! Between Meta Materials and Materials there' | ||
+ | * A __Mapping__ is a run-time texure-mapping modification. Again, the implementation of Mappings is client specific. | ||
+ | |||
+ | === Materials === | ||
+ | |||
+ | A Material is a composite data object that combines | ||
+ | |||
+ | * a __Name__, with or without Scope, and a Description | ||
+ | * a set of __Parameters__ corresponding to Phong material model | ||
+ | * an optional __Texture__ that defines a replacement for the diffuse reflexion | ||
+ | * an optional __Mapping__ that describes how the Texture should be applied to the Geometry | ||
+ | * an optional __Meta Material__ for advanced rendering behaviour | ||
+ | |||
+ | Furthermore, | ||
+ | |||
+ | === Pages === | ||
+ | |||
+ | So the Material management is done by various pages: | ||
+ | |||
+ | * Index (This page) - Overview of all Materials, primary page to add (remove) Materials | ||
+ | * [[ig.creator: | ||
+ | * [[ig.creator: | ||
+ | * [[ig.creator: | ||
+ | * [[ig.creator: | ||
+ | * [[ig.creator: | ||
+ | * [[ig.creator: | ||
+ | * [[ig.guidelines: | ||
+ | |||
+ | Finding and replacing of Material Categories and Mappings is available in [[ig.creator: | ||
+ | |||
+ | Please consider the implementation details of the [[ig.creator: |