fixed most ( still units error )
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
|
||||
// vtk classes forward declaration //
|
||||
class vtkProp;
|
||||
class vtkProp3D;
|
||||
class vtkPolyData;
|
||||
class vtkPropCollection;
|
||||
class vtkRenderer;
|
||||
@@ -121,6 +122,9 @@ protected:
|
||||
|
||||
void RemoveProp(vtkProp *prop);
|
||||
|
||||
void ApplyAppearance(vtkProp* prop);
|
||||
void ApplyTransform(vtkProp3D* p3d);
|
||||
|
||||
std::vector<uLib::PropertyBase*> m_DisplayProperties;
|
||||
mutable uLib::RecursiveMutex m_UpdateMutex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user