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:primitives [2022/06/16 15:50] – [TGorillaGrid] admin0.8.4:primitives [2022/07/22 12:55] (current) – [TGorillaModel] admin
Line 309: Line 309:
  
 ==== TGorillaGrid3D ==== ==== TGorillaGrid3D ====
 +
 +The Grid3D component is a container holding 3 instances of TGorillaGrid for each 3D axis: GridX, GridY and GridZ.
  
 {{:0.8.4:p_grid3d.jpg?nolink&600|}} {{:0.8.4:p_grid3d.jpg?nolink&600|}}
Line 325: Line 327:
   FGrid3D.SetSize(10, 10, 10);   FGrid3D.SetSize(10, 10, 10);
      
-  /// increase frequency of marks +  /// to modify each grid inside of the container use GridX, GridY or GridZ property 
-  FGrid3D.GridX.Marks := 2+  FGrid3D.GridX.DefaultLines := 16
-  FGrid3D.GridX.Frequency := 0.5;+  FGrid3D.GridX.Frequency := 1.5
 +  FGrid3D.GridX.Marks := 2.5; 
 +  FGrid3D.GridX.LineColor := TAlphaColorRec.Cornflowerblue;
 end; end;
 </file> </file>
Line 337: Line 341:
 For detailled reading on loading models, please have a closer look [[models|here]]. For detailled reading on loading models, please have a closer look [[models|here]].
  
-Next step:: [[terrain|Terrain]]+Next step: [[cameras|Cameras]]