StarModel constructor
StarModel({})
Implementation
StarModel({
required this.x,
required this.y,
required this.z,
required this.pz,
required this.color,
required this.rotation,
});
StarModel({
required this.x,
required this.y,
required this.z,
required this.pz,
required this.color,
required this.rotation,
});