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
Next revisionBoth sides next revision
1.0.0:skybox [2023/02/23 12:44] admin1.0.0:skybox [2023/02/23 12:46] – [Blank] admin
Line 20: Line 20:
  
  
-===== SkyBox:Blank =====+===== Blank =====
  
 A blank skybox is useful for rendering a scene background in a simple color without being affected by light or shadow. A blank skybox is useful for rendering a scene background in a simple color without being affected by light or shadow.
Line 26: Line 26:
 Fog computation instead will be applied. Fog computation instead will be applied.
  
-===== SkyBox:Procedural =====+To set the intended color, simply set the Diffuse property. 
 + 
 +<file pascal> 
 +GorillaSkyBox1.Diffuse := TAlphaColorRec.Blue; 
 +</file> 
 + 
 +===== Procedural =====
  
 The basic TGorillaSkyBox component provides a fully configurable procedural rendering with clouds, stars, moon/sun and azimuth / inclination settings. The basic TGorillaSkyBox component provides a fully configurable procedural rendering with clouds, stars, moon/sun and azimuth / inclination settings.
Line 76: Line 82:
  
  
-===== SkyBox:CubeMap =====+===== CubeMap =====
  
 ==== DesignTime ==== ==== DesignTime ====