SatelliteRenderData constructor
SatelliteRenderData({
- required String id,
- required Offset position2D,
- required double depth,
- required bool isVisible,
- required Satellite satellite,
- required GlobeCoordinates currentPosition,
- double transitionProgress = 1.0,
- double normalX = 1.0,
- double normalY = 0.0,
- double normalZ = 0.0,
- double tiltAngle = 0.0,
- List<
Offset> ? orbitPath2D, - List<
bool> ? orbitPathVisible,
Implementation
SatelliteRenderData({
required this.id,
required this.position2D,
required this.depth,
required this.isVisible,
required this.satellite,
required this.currentPosition,
this.transitionProgress = 1.0,
this.normalX = 1.0,
this.normalY = 0.0,
this.normalZ = 0.0,
this.tiltAngle = 0.0,
this.orbitPath2D,
this.orbitPathVisible,
});