simple_3d library

Classes

Sp3dFace
(en) A flutter implementation of Sp3dFace. Sp3dFace is a class used in Sp3dFragment that handles information such as vertices.
Sp3dFragment
(en) A flutter implementation of Sp3dFragment. Sp3dFragment is a class that handles part information used in simple3dObj.
Sp3dMaterial
(en) Flutter implementation of Sp3dMaterial. Sp3dMaterial is a class used in Sp3dObj that handles information such as colors.
Sp3dObj
(en) Flutter implementation of Sp3dObj. The options for this object and internal elements can be freely extended for each application. When writing out, toDict is converted to json. If you want to read it, you can easily restore it by calling fromDict.
Sp3dPhysics
(en)A class for managing parameters for physics operations. (ja)物理演算のためのパラメータを管理するためのクラスです。
Sp3dV3D
(en) This is a class for handling 3D vectors.

Enums

EnumSp3dDrawMode
(en) Enum for specifying the mode in which the Sp3dObj is drawn by the renderer.