UtilSnowCreator class

(en) Utility for generating snow objects.

(ja) 雪のオブジェクトを生成するためのユーティリティ。

Author Masahide Mori

Constructors

UtilSnowCreator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

snow(double r, {int fragments = 18, double theta = 360, Sp3dMaterial? material}) → Sp3dObj
(en)Generates a circle centered on the (0,0,0) point. This approximates a circle with a triangle, not a true circle. This is a modified version of the util_simple3d implementation for lightweight operation.