Skip to content

Core::IModelProxy

#include "Core/Nodes/Tracking.h"

Inherited by WorkspaceModelProxy

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: WorkspaceModelProxy::getModel

function update

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

Reimplemented by: WorkspaceModelProxy::update


Updated on 2024-03-16 at 19:15:01 +0000