Hi,
I made some 3d examples wit light.
After the last update the codes seems no to be working.
I used:
setobjectlightmode(id,1)
CreateLightDirectional(1,3,3,3,255,255,255)
CreateLightPoint(1,0,5,-2.5,50,0,0,255)
But the last 2 are unrecognised by AGK.
Looking at the commands (F1) these are gone from the list. It would be handy, if there was a link to the alternative version.
Now I am trying
CreatePointLight(1,3,3,3,20,0,255,255)
But the light is as the basic light and not what is was.
What do I have to choose to get the light working?
Are there more commands removed or changerd?
It is a little bit frustrating doing hours of work when suddenley the code doesn't Run anymore and have to reawrite the code.......................................