Search found 4 matches

by paravantis
Mon Jun 06, 2016 8:11 am
Forum: 3D Programming
Topic: Simplest way to create a 3D terrain?
Replies: 11
Views: 6489

Re: Simplest way to create a 3D terrain?

Thank you again applePi!

For the benefit of other visitors of this thread, for applePi's programs to compile without errors, the terrain.png file must be in the same directory as the program code.

Have a great week, everybody!
by paravantis
Sat Jun 04, 2016 8:09 pm
Forum: 3D Programming
Topic: Simplest way to create a 3D terrain?
Replies: 11
Views: 6489

Re: Simplest way to create a 3D terrain?

Awesome material gentlemen, thank you very much!

applePi, I did look at your post, and the text (although confusing at some points) was a great help. Thanks for pointing it out!

I shall be poring over the two programs you provided over the weekend and will get back if I have any further questions.
by paravantis
Sat Jun 04, 2016 5:42 am
Forum: 3D Programming
Topic: Simplest way to create a 3D terrain?
Replies: 11
Views: 6489

Re: Simplest way to create a 3D terrain?

Many thanks for your post Samuel! The explanations you provided were very helpful, Sir!

Turns out the key thing I was missing, that prevented my program from showing anything, was that the size parameter of the CreateTerrain command, should equal the size of the terrain plus 1, e.g. for a 512x512 ...
by paravantis
Fri Jun 03, 2016 3:51 pm
Forum: 3D Programming
Topic: Simplest way to create a 3D terrain?
Replies: 11
Views: 6489

Simplest way to create a 3D terrain?

Although I am an old hand at programming, I struggle with 3D and I am somewhat ashamed to admit that I cannot create a simple 3D terrain.

I have read the documentation (help file) and have looked at the terrain.pb but I cannot create a working code from what I see there. I have also tried to ...