tutorials:basic-spectral-light-modeling
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:basic-spectral-light-modeling [2024/12/06 20:13] – extended, minor fixes MH | tutorials:basic-spectral-light-modeling [2025/01/08 21:30] (current) – MH | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Spectral Light Modelling ====== | ====== Spectral Light Modelling ====== | ||
- | |||
- | ===== General Introduction ===== | ||
- | |||
- | Light modelling generally involves three aspects: | ||
- | |||
- | * Global illumination model | ||
- | * Light sources | ||
- | * Local illumination model | ||
- | |||
- | {{ : | ||
- | |||
- | Whereas the Global illumination model handles the actual light computation, | ||
- | |||
- | In each aspect, computer graphics offers plenty of alternatives. | ||
- | |||
- | {{ : | ||
- | |||
- | Several of them are implemented in GroIMP as ready-to-use tools. | ||
- | |||
- | GroIMP integrates two two main **light model implementations**, | ||
- | |||
- | * Twilight, a CPU-based implementation | ||
- | * GPUFlux, a GPU-based implementation | ||
- | |||
- | Both implementing different global illumination model for rendering and for light computation. | ||
- | |||
- | {{ : | ||
- | |||
- | In the following, only light computation or light modelling will be discussed. | ||
- | |||
- | |||
- | Regarding light sources, GroIMP provides a complete set of possible implementations. They all implement the //Light// and // | ||
- | |||
- | {{ : | ||
- | |||
- | For the Local illumination model, which defines the optical properties of the scene objects such as values for absorption, transmission, | ||
- | |||
- | {{ : | ||
- | |||
- | GroIMP provides a set of standard shader implementations, | ||
- | |||
- | {{ : | ||
- | |||
- | |||
- | ===== Spectral light modelling ===== | ||
- | |||
These three core aspects of light simulation—global and local illumination models, and light sources—are the base for any light simulation. When it comes to spectral light simulations, | These three core aspects of light simulation—global and local illumination models, and light sources—are the base for any light simulation. When it comes to spectral light simulations, | ||
Line 322: | Line 276: | ||
Phong myShader = new Phong(); | Phong myShader = new Phong(); | ||
myShader.setDiffuse(GREEN_SPD); | myShader.setDiffuse(GREEN_SPD); | ||
- | myShader.setTrasnparency(RED_SPD); | + | myShader.setTransparency(RED_SPD); |
tutorials/basic-spectral-light-modeling.1733512436.txt.gz · Last modified: 2024/12/06 20:13 by MH