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
0.8.4:volumerendering [2022/06/16 13:45] – [Lighting] admin0.8.4:volumerendering [2022/06/16 13:47] (current) – [Filtering and MipMaps] admin
Line 385: Line 385:
 </file> </file>
  
-Iso surface detection tries to evaluate a surface during raytracing+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 422: Line 423:
 <file pascal> <file pascal>
 GorillaVolumetricMesh1.LinearFiltering := true; GorillaVolumetricMesh1.LinearFiltering := true;
-GorillaVolumetricMesh1.MipMaps := true;+GorillaVolumetricMesh1.MipMaps := false;
 </file> </file>