Kanzi  3.9.6
Kanzi Engine API
render_value_property_notification_handler_base.hpp File Reference

Classes

class  kanzi::RenderValuePropertyNotificationHandlerBase
 Base class for notification handlers for render values and render state values (through handles). More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Functions

template<typename 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 >
kanzi::acquireRenderValueFromPropertyDefault (AbstractPropertyType abstractProperty, Node *node, PropertyObject *object, Material &material)
 Default implementation for acquiring value for property notification handlers. More...