Posted: 20th Aug 2021 5:08
Hi,
i notice the command(s) used here

https://www.appgamekit.com/documentation/Reference/3D/ObjectSphereSlide.htm
CreateLightDirectional(1,-1,-1,0.5,255,0,0)

and here

https://www.appgamekit.com/documentation/Reference/3D/SetObjectLightMode.htm
CreateLightDirectional(1,-1,-1,0.5,255,0,0)
CreateLightPoint(1,0,50,0,800,0,255,0)

give "unrecognized command" though it says usable for agk v1 and v2 in the tutorial

im using agk on linux , i cant seem to find a version number in te IDE or a command that prints it

anyone ?
Posted: 20th Aug 2021 7:07
I think those commands have been retired.
Now they use the CreatePointLight() and the "PointLight" group of commands
Posted: 21st Aug 2021 14:57
The Directional light is now the Sun. Use the command SetSunDirection. in the Lights section of the 3D commands group.
Posted: 21st Aug 2021 17:12
thanks ... its a bit confusing since afaik all commands from the newer visual are available in the original but the online docs there use it still and i figured maybe some addon with directional/spotlights but its the sun ... cool, i stand informed