About Store Forum Documentation Contact



Post Reply 
Big hole
Author Message
djpercy Offline
Member

Post: #1
Big hole
Hi,

I have a big hole in my Terrain look at the picture.
This hole ist not in the World Editor, I see it when I load the World with C++
How can I close this?

Greeting Denis


Attached File(s) Image(s)
   
(This post was last modified: 11-28-2010 02:38 AM by djpercy.)
11-28-2010 02:34 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #2
RE: Big hole
Are you sure that you have rebuild the terrain in the WE?

There is always evil somewhere, you just have to look for it properly.
11-28-2010 10:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
djpercy Offline
Member

Post: #3
RE: Big hole
Hi,

I have executed "Clean All and Build All" again and again.
When I Start it in the World Editor is all right.

Greeting Denis
11-28-2010 01:41 PM
Find all posts by this user Quote this message in a reply
djpercy Offline
Member

Post: #4
RE: Big hole
Hi,

I found my error smile

Code:
Bool Update(){

....
..
Game::World.update(Cam.at);
...
..
return true;
}

Greeting Denis
12-09-2010 11:34 AM
Find all posts by this user Quote this message in a reply
Post Reply