How can I add the Detail map

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
jl0206
Posts: 55
Joined: Mon Jun 07, 2004 4:56 am

How can I add the Detail map

Post by jl0206 »

I know whe I use addTerrainSceneNode() I can add detail map , but could you tell me whe I use addSceneNode() how can I add the detail map???
BTW , I also want to know why when I use addTerrainSceneNode() there always have some pane through my terrain . ???
jl0206
Posts: 55
Joined: Mon Jun 07, 2004 4:56 am

Post by jl0206 »

:cry: :cry: :cry:
Really no one can tell me how to load detailmap??? I want to do this .
knightoflight
Posts: 199
Joined: Sun Aug 24, 2003 5:47 pm
Location: Germany

Post by knightoflight »

Hi jl0206,
maybe you can use the E_MATERIAL_TYPE
EMT_SOLID_2_LAYER and set the alpha value to half-transparent.
Post Reply