abstract class ALight : ATransformable3D abstract class ALight : ATransformable3D |
|
open class DirectionalLight : ALight open class DirectionalLight : ALight |
|
open class PointLight : ALight open class PointLight : ALight |
|
open class SpotLight : DirectionalLight open class SpotLight : DirectionalLight |