• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: VWR-5538
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Qarl Linden
Reporter: Seifert Surface
Votes: 6
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
1. Second Life Viewer - VWR

Getting sculpty data from html-onna-prim has odd results

Created: 10/Mar/08 10:21 PM   Updated: 17/Mar/08 09:43 AM
Return to search
Component/s: Graphics
Affects Version/s: 1.19.1 Release Candidate
Fix Version/s: None

Linden Lab Issue ID: DEV-11954


 Description  « Hide
To repro:

Set the parcel url to a previously updated image file (we used the standard banana sculpty), then set a script to llSetPrimitiveParams the prim from a non sculpty type to sculpty type, using the texture that will be replaced by the url.

First bug, if the image file is very small (128x128) then the 'webpage' you get is mostly random bit junk (this is viewing the url as usual, not as a sculpty). So we resized the banana sculpty to 1024x1024.

Now the image loads fine viewing it as html onna prim. However, changing prim type to sculpty type from an already sculpty type appeared to do nothing. Changing the prim type to sculpty type from box type did change it to a sculpty, however, the resulting sculpty is 2 dimensional! The z-data seems to be lost (and the rotation of the sculpty prim is unexpected. My banana is now flat.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Qarl Linden added a comment - 17/Mar/08 09:43 AM
that first bug is very weird - you get random junk in the image? that shouldn't hapen.

the second bug i have a good guess at - the RGB data fed through the media library is sometimes in an odd ordering BGR, etc. i suspect that's causing the sculptie malfunction.

i'll dig into this as soon as i can.