refactor: update Geant scene visualization to use PhysicalVolumes instead of raw Solids for improved placement and context handling.
This commit is contained in:
@@ -22,14 +22,14 @@ namespace Vtk {
|
||||
*/
|
||||
class TessellatedSolid : public GeantSolid {
|
||||
public:
|
||||
TessellatedSolid(Geant::TessellatedSolid *content);
|
||||
TessellatedSolid(Geant::PhysicalVolume *content);
|
||||
virtual ~TessellatedSolid();
|
||||
|
||||
virtual void Update() override;
|
||||
virtual void UpdateGeometry() override;
|
||||
|
||||
protected:
|
||||
Geant::TessellatedSolid *m_TessContent;
|
||||
Geant::TessellatedSolid *m_TessSolid;
|
||||
};
|
||||
|
||||
} // namespace Vtk
|
||||
|
||||
Reference in New Issue
Block a user