-
Notifications
You must be signed in to change notification settings - Fork 232
DirectionalLight
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
A simple light that has no attenuation and that has a direction
- C++ related class:
OvCore::ECS::Components::CDirectionalLight
- Inherits from lua usertype:
Light
This usertype has no variables
Name | Input | Output | Description |
---|---|---|---|
new | DirectionalLight |
Default constructor |
This usertype has no functions
This usertype has no operators