ditrit / OGrEE-3D

Mozilla Public License 2.0
10 stars 0 forks source link

Simplify vectors in attributes collection #457

Closed Cedrok closed 8 months ago

Cedrok commented 8 months ago

Vectors in attributes are stored as serialized VectorX. eg {"x":0,"y":0}. We want to simplify them using the CLI syntax : [0,0]. This way, CLI and APP will have less processing with all size / position.

Linked Core issue: