menu
flutter_scene package
documentation
fscene.dart
SphereGeometrySpec
SphereGeometrySpec.new constructor
SphereGeometrySpec.new constructor
dark_mode
light_mode
SphereGeometrySpec
constructor
SphereGeometrySpec
(
{
double
radius
=
0.5
,
int
segments
=
32
,
int
rings
=
16
,
})
Creates a sphere spec.
Implementation
SphereGeometrySpec({this.radius = 0.5, this.segments = 32, this.rings = 16});
flutter_scene package
documentation
fscene
SphereGeometrySpec
SphereGeometrySpec.new constructor
SphereGeometrySpec class