Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
0.8.4:volumerendering [2022/06/16 13:44] – [Gamut Mapping] admin0.8.4:volumerendering [2022/06/16 13:46] – [Lighting] admin
Line 363: Line 363:
  
 {{youtube>cmgTMz4PDAc?large}} {{youtube>cmgTMz4PDAc?large}}
- 
-{{youtube>zMfiPLPDcq0?large}} 
  
  
Line 382: Line 380:
 Since v0.8.4.2314 lighting and iso surface detection is also supported. Since v0.8.4.2314 lighting and iso surface detection is also supported.
  
-Iso surface detection tries to evaluate a surface during raytracing+To activate lighting for a volumetric mesh, please use: 
 +<file pascal> 
 +GorillaVolumetricMesh1.UseLighting := true; 
 +</file> 
 + 
 +After it was activated, the implemented functions try to detect a surface from the given 3D data. 
 +This is called IsoSurface detection.
  
 Because this method always depends on the data, you can control this detection by **IsoSurfaceLimit** property. Because this method always depends on the data, you can control this detection by **IsoSurfaceLimit** property.
Line 404: Line 408:
 __Notice:__ For PBR (physically based rendering) it does not need any PBR texture, instead it will use the //AOBias//, //RoughnessBias// and //MetallicBias// properties. __Notice:__ For PBR (physically based rendering) it does not need any PBR texture, instead it will use the //AOBias//, //RoughnessBias// and //MetallicBias// properties.
  
 +
 +{{youtube>zMfiPLPDcq0?large}}
  
 ===== Filtering and MipMaps ===== ===== Filtering and MipMaps =====