overte-HifiExperiments/interface
Anthony Thibault 1d77cec125 Support for scale property on model overlays
If "scale" property is present but "dimensions" are not, the model is NOT scale to fit.
And the scale of the model's natural dimensions will be affected by the scale properties.

If only the "dimensions" property is present, the model will "scale to fit" the dimensions.

If both properties are present, the model still be "scale to fit" but the dimension will be scaled by the scale factor.

For example:

If a model is loaded that is 2cm tall, is loaded with no "dimensions" or "scale" properties.
It will be displayed as 2cm tall.

    {"scale": 2}

The above properties will result in a model that is 4cm tall.

    {"dimensions": 1}

This will result in a model that is 1cm tall.

    {"scale": 2, "dimensions" 2}

Will result in a model that is 2cm tall.
2016-07-13 16:09:56 -07:00
..
external Remove RealSense & MIDI 2015-12-03 11:00:01 -08:00
i18n
icon lots 2016-03-31 09:21:08 -07:00
resources Merge pull request #8208 from SamGondelman/qmlFixes 2016-07-07 19:51:37 -07:00
src Support for scale property on model overlays 2016-07-13 16:09:56 -07:00
ui Allow closed tabs to delete properly 2016-02-11 10:27:24 -08:00
CMakeLists.txt rework plugins to not depend on PluginContainer unless they want to 2016-06-21 12:07:05 -07:00
interface.exe.manifest Add Windows manifest to interface.exe 2016-03-31 14:20:19 -07:00