Results 1 to 2 of 2

Thread: TerrainRenderer

  1. #1

    TerrainRenderer

    Hey guys.

    Could someone please explain how to set up TerrainRenderer properly. I am new to GLScene but have played a bit and find it's power superb.

    Basically I have a plane flying around and want to be able to load different terrain, say on a level basis.

    So, how do I set up the Terrain correctly and is there an editor to change the terrain etc....

    Thank you kindly to everyone for assistance.

    P.S. Great job on GLScene

  2. #2

    Re: TerrainRenderer

    Hey

    In code, make sure you wrote this:

    [pascal]
    procedure InitializeTerrain();
    begin
    GLTerrainRenderer.MaxPoolSize := 8 * 1024 * 1024;
    GLTerrainRenderer.TileSize := 64;
    end;
    [/pascal]

    Then, try to adjust the scale. See AirBlast demo for further details.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •