x3dom / apps-modeling

Publicly Available Applications
Other
3 stars 3 forks source link

[ComponentEditor] Shape scale sY issue #106

Closed tpaviot closed 10 years ago

tpaviot commented 10 years ago

In the JSON exporter, file PrimitiveManager line 222, the line

        sY            : -this.scale.z,

should be changed to

        sY            : this.scale.z,
tpaviot commented 10 years ago

Fixed in commit 017696a9ecf5ac9b158850225c74ffc55a99084c

mlimper commented 10 years ago

Thanks, makes sense.

tpaviot commented 10 years ago

In commit 017696a, scale factor can still be 0. From a topological viewpoint, it's not acceptable.

mlimper commented 10 years ago

this relates to #105