Henry00IS / ShapeEditor

2D Shape Editor for Unity Editor to create complex 3D meshes out of 2D shapes with RealtimeCSG support.
MIT License
102 stars 9 forks source link

Render rotated text #26

Open Henry00IS opened 2 years ago

Henry00IS commented 2 years ago

For the measuring tool, it would be good if text could be rendered on an angle to follow the measuring line.

Henry00IS commented 2 years ago

Rotated text example shows that it doesn't work right.

We are currently rendering text using texture mapped quads. Unfortunately rotating this makes it rather unreadable. We will probably have to render text as real triangulated characters. This could also help fix #1.