Simon Armstrong

Results 19 comments of Simon Armstrong

GLTF uses JSON which prints all real numbers as doubles, The COLLADA2GLTF project has unfortunately chosen to use floats for GLTF::Node::TransformMatrix so the GLTF output commonly contain 7 dp of...

Apologies, I removed the suggestion after realizing I was confused. I became more confused when not seeing this in my windows config (macos only?): 'MX2_ANDROID_APP_ABI=all I assume from your user...

A safe implementation of such casts may be possible with Reflection or suggestions in the [community forum thread](http://www.blitzbasic.com/Community/posts.php?topic=107925) may help work around this known limitation of BlitzMax.

apparently c++ version of stddef.h is < cstddef >, I wonder if MSVC is no longer including c headers in c++ search path, it seems like a reasonable optimisation

Putting leading attribute in the Font class is possibly a bit unconventional. but yes a Font.TextHeight integral might be good compromise. The wiki page has a bit about the inline...

Perhaps the assets folder is not populated in module dependency order? Will check.

Please be aware some windows calls such as [LoadLibrary](https://msdn.microsoft.com/en-us/library/windows/desktop/ms684175(v=vs.85).aspx) **require** back slashes: > If the function cannot find the module, the function fails. When specifying a path, be sure to...

New manifest files have been added to unlock dpi aware behavior in Windows 10. Some MaxGUI issues remain when running at various Systems Display scale settings as witnessed in various...

MaxIDE needs some tweaks for Windows 10 @ 150% scale. Current plan is to add MaxGUI TWindow Scale and LineHeight properties and UserZoom feature flag.