You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find it tedious when manually building a world file to have to compute absolute
world coordinates for locations and objects. It would be nice if those could be
specified relative to the parent's center point. (Allow specifying poses relative to other locations #298)
Would be nice to be able to specify colors as strings supporting standard color strings like "red" or "#0F0F0F".
(that goes for the API as well) (Allow color specification in non-RGB formats #301)
I find it tedious when manually building a world file to have to compute absolute
world coordinates for locations and objects. It would be nice if those could be
specified relative to the parent's center point. (Allow specifying poses relative to other locations #298)
Another annoyance is the use of radians for pose angles. Degrees would be much
more user friendly for text formats. (Allow use of radians or degrees for angle units in poses #300)
Would be nice to be able to specify colors as strings supporting standard color strings like "red" or "#0F0F0F".
(that goes for the API as well) (Allow color specification in non-RGB formats #301)
Would be nice if multiple sources of location/object metadata could be included (Allow supporting multiple sources of object/location metadata #299)
The text was updated successfully, but these errors were encountered: