Im not for sure if this is possible sence i can not find these 2 things that are used in the code for .net
Code: Select all
'node.GetMaterial(0).MaterialTypeParam = 0.2F - says i can not pass a value to this.
'device.VideoDriver.makeNormalMapTexture(tex,9.0f) - no makenormalmaptexture function.
"from example 11 driver->makeNormalMapTexture(normalMap, 9.0f);"
When i try with shaders everything is white and there is no texture or no parallax mapping, the example bin does work. I only have one light in the scene is it required to have more then one light, or a moving light?
Has anyone got example 11 to work in .net? Is there a source for tutiorals in any .net language for things like this? I see some examples in .net c# with the download.
any help would be appreciated. Thanks