Terrain Problem

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Ktrainers
Posts: 10
Joined: Sun Mar 23, 2008 5:46 pm

Post by Ktrainers »

I fixed my problems BlideSide. Turns out you were right.. there were alot of problems with my vertex shader, including my texture scale. But my terrain comes out nice and detailed now! Thanks for your help and keep me informed of your terrain texturing project!
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

I'll be releasing that terrain texturing as a package with a terrain editor or something, when its released.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Ktrainers wrote:I fixed my problems BlideSide. Turns out you were right.. there were alot of problems with my vertex shader, including my texture scale. But my terrain comes out nice and detailed now! Thanks for your help and keep me informed of your terrain texturing project!
It'd be cool to see a screenshot of it working properly :D
Image Image Image
Ktrainers
Posts: 10
Joined: Sun Mar 23, 2008 5:46 pm

Post by Ktrainers »

Okay here's what the terrain looks like right now:


Image


Using this method I'm limited to 3 textures on my terrain, but for now I'm pretty happy.
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

looks good, just the MIP mapping on the furhter away terrain looks a bit harsh :)

great looking textures
matgaw
Posts: 45
Joined: Sat Oct 06, 2007 11:33 am

Post by matgaw »

Ktrainers wrote:Okay here's what the terrain looks like right now:


Image


Using this method I'm limited to 3 textures on my terrain, but for now I'm pretty happy.
Could you post your working shaders? I have the same problem and don't know how to fix it.
Post Reply