-----------------------------------------------------------------------------
| 223 | } |
| 224 | //----------------------------------------------------------------------------- |
| 225 | Vector4 AutoParamDataSource::getLightAs4DVector( size_t index ) const |
| 226 | { |
| 227 | return getLight( index ).getAs4DVector(); |
| 228 | } |
| 229 | //----------------------------------------------------------------------------- |
| 230 | Vector3 AutoParamDataSource::getLightDirection( size_t index ) const |
| 231 | { |
no test coverage detected