How to View Textures in the "Second Life" Cache
- 1). Navigate to the "Second Life" viewer download page.
- 2). Click "Download the SL Viewer on Windows."
- 3). Click "Save File." Allow the file to download.
- 4). Open Second Life Viewer.
- 5). Create a 1 x 1 meter box and name it "Texture Viewer."
- 6). Click "Properties" then add this script to the box:
default
{
state_entry()
{
llSetTexture(llGetObjectDesc(), ALL_SIDES);
}
touch_start(integer total_number)
{
llResetScript();
}
} - 7). Open the "Second Life" texture cache and copy the universally unique identifier (UUID) code of the texture you would like to view.
- 8). Click "Edit Mode" in the Second Life Viewer.
- 9). Paste the UUID into the description field for your image viewer. Delete the ".texture" file extension.
- 10
Quit Edit Mode, then load the texture viewer you created. You will now see the texture displayed on the box.