Jump to content

LoadTerain


MrIslomaniac
 Share

Recommended Posts

Good evening fellas

I tried to load a terrain I created with the editor but I seem to be missing something

TTerrain Island = CreateTerrain(512);
LoadTerrainHeightmap(Island,"abstract::Alpha_height.raw");
LoadTerrainAlphamap(Island,"abstract::Alpha_alpha.dds");

It just does not render correctly ... When I am over the terrain, it does not render at all, when I am under it it looks normal.

Can someone give me a hint?

 

Dustin

strangek.jpg

Link to comment
Share on other sites

Hard to say from that picture, but looks like you might be inside the terrain.

Well yeah that's what i already told ya =) I am right in the terrain. When i zoom out, it doesn't render anymore, that's why i took that screenshot ...

Maybe FlipMesh( terrain ); and UpdateMesh( terrain );?

How can I flip a Mesh, when I create a Terrain? :)

 

Greetz

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...