Skip to content

Core::IModelProxy

#include "Core/Nodes/Tracking.h"

Inherited by Workspace::ModelProxy

Public Functions

Name
virtual~IModelProxy()
virtual Ptr< Core::Model >getModel() =0
virtual voidupdate(const glm::mat4 & transform) =0

Public Functions Documentation

function ~IModelProxy

cpp
inline virtual ~IModelProxy()
inline virtual ~IModelProxy()

function getModel

cpp
virtual Ptr< Core::Model > getModel() =0
virtual Ptr< Core::Model > getModel() =0

Reimplemented by: Workspace::ModelProxy::getModel

function update

cpp
virtual void update(
    const glm::mat4 & transform
) =0
virtual void update(
    const glm::mat4 & transform
) =0

Reimplemented by: Workspace::ModelProxy::update


Updated on 2024-11-06 at 20:16:54 +0000