About Store Forum Documentation Contact



Post Reply 
ViewportFull.range for terrain
Author Message
Kevin Offline
Member

Post: #1
ViewportFull.range for terrain
Hi,
I want my terrain to be rendered in a bigger range than my scene objects (trees, enemies, chest, etc.) do.
So I'm basically looking for smth. like this:

Code:
ViewportFull.terrainRange = 500.0f;
ViewportFull.range = 200.0f;

How exactly can this be done?
11-28-2009 10:48 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: ViewportFull.range for terrain
currently this isn't supported
11-28-2009 11:13 PM
Find all posts by this user Quote this message in a reply
Post Reply