infinity_model 0.0.3
infinity_model: ^0.0.3 copied to clipboard
A Flutter package for visualizing and manipulating multi-dimensional datasets, developed in collaboration with Infinity Modeling Labs.
0.0.2 #
- The update has a new
UnlimitedInfinityModelDraggablewidget that will now enable roration of the models, dataset in all directions
0.0.3 #
-
The update has a new parameter
labelin the Line3D model. It can now be used as follows:Line3D( vector.Vector3(0, 0, 0), basePoints[0], // (size, 0, 0) - the "+1" vertex on X-axis color: Colors.purple, width: 3.0, label: 'infinity', )