PointRenderData constructor
PointRenderData({})
Implementation
PointRenderData({
required this.id,
required this.position2D,
required this.depth,
required this.isVisible,
required this.point,
this.transitionProgress = 1.0,
this.normalX = 1.0,
this.normalY = 0.0,
this.normalZ = 0.0,
this.tiltAngle = 0.0,
});