Posts: 864
Threads: 167
Joined: Jul 2011
0.8.1b - First Issue (Can't cancel selection?)
2015-05-27, 15:42
Willy Tschager Wrote:* The rotation on the 3D pane still doesn't work...
You can rotate the view with the middle mouse button. I am still working on a feature to support keyboard keys instead of mouse buttons (for mouses without mechanical buttons).
' Wrote:* Splitting a quad into triangles strips off the leading zero:
3 1 -79.6 -.25 9 -79.6 -.25 -9 -79.6 0 -9
This is a valid output. As you can read here:
File Format Restrictions for the Official Library Wrote:Numeric Precision and Format
[...]The leading zero before the decimal point is optional (ie 0.5 and .5 are both valid).
' Wrote:* The prog got stuck with a "Progress Information", "Selecting..." and I had to kill the prog via the taskbar.
There is a
cancel button which should work. I have to investigate.