Core::IModelProxy
#include "Core/Nodes/Tracking.h"
Inherited by Workspace::ModelProxy
Public Functions
| Name | |
|---|---|
| virtual | ~IModelProxy() |
| virtual Ptr< Core::Model > | getModel() =0 |
| virtual void | update(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() =0virtual Ptr< Core::Model > getModel() =0Reimplemented by: Workspace::ModelProxy::getModel
function update
cpp
virtual void update(
const glm::mat4 & transform
) =0virtual void update(
const glm::mat4 & transform
) =0Reimplemented by: Workspace::ModelProxy::update
Updated on 2025-09-07 at 16:13:51 +0000