|
template<typename T > |
T | kanzi::acquireRenderValueFromProperty (AbstractPropertyType abstractProperty, Node *node, PropertyObject *object, Material &material, ShaderProgram::UniformTransformation transformation) |
| Default implementation for acquiring value for property notification handlers. More...
|
|
template<> |
ColorRGBA | kanzi::acquireRenderValueFromProperty (AbstractPropertyType abstractProperty, Node *node, PropertyObject *object, Material &material, ShaderProgram::UniformTransformation transformation) |
| Specialization of acquireRenderValueFromProperty(). More...
|
|
template<> |
TextureSharedPtr | kanzi::acquireRenderValueFromProperty (AbstractPropertyType abstractProperty, Node *node, PropertyObject *object, Material &material, ShaderProgram::UniformTransformation transformation) |
| Specialization of acquireRenderValueFromProperty(). More...
|
|
template<typename T > |
T | kanzi::acquireRenderValueFromPropertyDefault (AbstractPropertyType abstractProperty, Node *node, PropertyObject *object, Material &material) |
| Default implementation for acquiring value for property notification handlers. More...
|
|