Changes between Initial Version and Version 4 of Ticket #32560
- Timestamp:
- 10/07/21 13:22:23 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32560
-
Property
Type
changed from
PLEASE CHANGE
todefect
-
Property
Type
changed from
-
Ticket #32560 – Description
initial v4 9 9 10 10 This behavior is unexpected since the user provided the scaling they want. 11 This behavior is also not documented.I looked into the file `threejs_template.html` and I found the lines responsible for this behavior:11 ~~This behavior is also not documented. ~~I looked into the file `threejs_template.html` and I found the lines responsible for this behavior: 12 12 {{{ 13 13 var autoAspect = 2.5; … … 25 25 26 26 I suggest to remove these 2 lines from the file, 27 or at the least, document it so the user can expect this behavior. 27 ~~or at the least, document it so the user can expect this behavior.~~