About Store Forum Documentation Contact



Post Reply 
setHeightmapImage() ? for realtime procedural terrain generation
Author Message
XSoulFireX Offline
Member

Post: #1
setHeightmapImage() ? for realtime procedural terrain generation
First of all: Esenthel is an awesome engine!

My program is generating heightmaps (for procedural terrain) during runtime. How can I apply an heightmap-image (or heightmap-image-data) to the terrain during runtime? Is there any function like setHeightmapImage()? (I havn't found one.)

Thanks in advance!
(This post was last modified: 10-07-2010 05:16 PM by XSoulFireX.)
10-07-2010 05:16 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: setHeightmapImage() ? for realtime procedural terrain generation
there's no such function.
You can only import external heightmaps in World Editor using Heightmap\import
10-07-2010 05:21 PM
Find all posts by this user Quote this message in a reply
XSoulFireX Offline
Member

Post: #3
RE: setHeightmapImage() ? for realtime procedural terrain generation
Thank you for your quick reply.

//Edit:
There is a way to do realtime procedural terrain generation by creating meshes.
See: http://www.esenthel.com/community/showth...r+skeleton
(This post was last modified: 10-14-2010 05:05 PM by XSoulFireX.)
10-07-2010 06:54 PM
Find all posts by this user Quote this message in a reply
Post Reply