8#include "VisualBakedScalarField.h"
13#ifdef FH_VISUALIZATION
14# include "visual/ScalarPlane.h"
87#ifdef FH_VISUALIZATION
95 void RenderInit(Ogre::Root*
const ogreRoot, ISimObjectCreator* Creator)
override;
102 void RenderUpdate(
const double T,
const double*
const X)
override;
112 void ResolvePlaneAxes(ISimObjectCreator* Creator);
114 double m_position[3];
121#ifdef FH_VISUALIZATION
122 std::unique_ptr<visual::ScalarPlane> m_scalarPlane;
Definition VisualBakedScalarField.h:46
Definition VisualScalarPlane.h:73
~VisualScalarPlane() override
Releases the plane geometry; the base releases the material and the textures.
VisualScalarPlane(std::string SimObjectName, ISimObjectCreator *Creator)
Environment SimObjects.
Definition Environment.h:25