Search found 1 match

by twong
Mon Mar 12, 2007 5:51 am
Forum: Irrlicht.NET
Topic: how do I set the ilightscenenode attributes in VB.NET?
Replies: 1
Views: 1633

how do I set the ilightscenenode attributes in VB.NET?

i tried doing this:

Torch.LightData.AmbientColor = New Colorf(0.5, 0.5, 0.5)

and get a compiler error saying that it's an expression value therefore it cannot be a target or something like that.

is there a correct way to do this?

i wasted all my free time trying to get this probem solved.