public Surface(SurfaceData data) : base(data) { _meshGenerator = new SurfaceMeshGenerator(Data); _hitGenerator = new SurfaceHitGenerator(Data); }