-----------------------------------------------------------------------------
| 228 | } |
| 229 | //----------------------------------------------------------------------------- |
| 230 | Vector3 AutoParamDataSource::getLightDirection( size_t index ) const |
| 231 | { |
| 232 | return getLight( index ).getDerivedDirection(); |
| 233 | } |
| 234 | //----------------------------------------------------------------------------- |
| 235 | Real AutoParamDataSource::getLightPowerScale( size_t index ) const |
| 236 | { |
no test coverage detected