secondlife / jira-archive

3 stars 0 forks source link

[BUG-11329] Meshes with a size beyond 240m become resized to a maximum of 240m by the mesh uploader #1538

Open sl-service-account opened 8 years ago

sl-service-account commented 8 years ago

Steps to Reproduce

N/A

Actual Behavior

I created a mesh of a landscape in 16 64m^2 segments, for a maximum of 256m on X and Y axes. When uploaded, the uploader will resize the mesh to 240m. After uploading it, I can then rescale it to 256m.

Expected Behavior

The mesh should not be size limited beyond 256m. 240m seems to be an anomaly.

Other information

Attachments

Original Jira Fields | Field | Value | | ------------- | ------------- | | Issue | BUG-11329 | | Summary | Meshes with a size beyond 240m become resized to a maximum of 240m by the mesh uploader | | Type | Bug | | Priority | Unset | | Status | Accepted | | Resolution | Accepted | | Reporter | Mark Karlfeldt (mark.karlfeldt) | | Created at | 2016-02-01T07:22:07Z | | Updated at | 2016-02-02T17:41:26Z | ``` { 'Business Unit': ['Platform'], 'Date of First Response': '2016-02-01T13:03:50.614-0600', 'ReOpened Count': 0.0, 'Severity': 'Unset', 'System': 'SL Viewer', 'Target Viewer Version': 'viewer-development', 'What just happened?': 'I created a mesh of a landscape in 16 64m^2 segments, for a maximum of 256m on X and Y axes. When uploaded, the uploader will resize the mesh to 240m. After uploading it, I can then rescale it to 256m.', 'What were you doing when it happened?': 'N/A', 'What were you expecting to happen instead?': 'The mesh should not be size limited beyond 256m. 240m seems to be an anomaly.', } ```
sl-service-account commented 8 years ago

arton Rotaru commented at 2016-02-01T19:03:51Z, updated at 2016-02-01T19:09:33Z

Reproduces for me on the current release viewer: Second Life 4.0.1 (310054) Jan 14 2016 18:17:17 (Second Life Release)

I have attached a simple test file.

Steps to reproduce:

1) Load the attached collada file "[aR]_Mesh_Terrain_256x256_01.dae" into the importer. 2) Switch to the Upload options tab and note that the Scale is set to 0.938 instead of 1.0. And that the overall size is 240 on x and y instead of ~256.

I guess this bug sneaked in with the recent importer code changes, because I have uploaded mesh files with a size of 256m x 256m successfully before.

ETA: Looks like I'm unable to attach any files. So I pasted it on http://pastebin.com/KTQRXBXc

sl-service-account commented 8 years ago

Whirly Fizzle commented at 2016-02-01T22:39:09Z

I attached your repro dae Arton.

sl-service-account commented 8 years ago

Whirly Fizzle commented at 2016-02-01T22:42:10Z

This bug also reproduced on viewer builds that do not have the new importer code.