Jump to content

duLuna Bosatsu

Resident
  • Posts

    133
  • Joined

  • Last visited

Posts posted by duLuna Bosatsu

  1. I apologize if this doesnt belong here :x there's no general inquiry section.

     

    So I havent really had the easiest time with the Forums or wanted to browse them because I cant seem to find my way around being able to see the replied to threads. They're listed at the bottom, but I have to click them individually to read them :| that seems to defeat the purpose of a forum... you know, reading the rpelies to threads.. basic funtion and all that. Not to bitch, but the only relevant option in settings I can see is, "Show all posts in a topic" which I have enabled, but doesnt do anything. What am I overlooking?

     

    -thanks!

  2. Hey everyone, I havent really had a problem with this in the past since I usually shoot my pics on a greenscreen- but for the moment I need the sky in this photo. I used to notice that glow on some items would repeat themselves but it was never bad enough I had to voice a concern over it. Now the last couple days I've noticed that snapshots are doubling up backgrounds and HUD images. Is there a fix or reason for this?

    -thanks!

    -ps: using phoenix

    Snapshot_001.png

  3. Im not sure where to ask for help, so I thought I'd throw it out here. I havent been active in SL for a couple months, so this weekend I was fooling around when I noticed my sky settings are BLARING WHITE. Or just on perma glow... something. I'm using Phoenix. attached is a before and after (relatively before... its an old viewer and an old screenshot. But that's what I remember the sky/water setting looking like- actually being visible.) I have tried lowering the sun's focus and size but it doesnt appear to change anything. Ideas?

    Whiteout Before.jpg

  4. There's a basic animated texture script I picked up a while ago. I noticed since starting to use Phoenix more as my official viewer that the script doesnt work in it. Is this common/has anyone else noticed that? As a creator, I've used it in a number of products and random builds around my sim and they still work... just not in Phoenix :^ Is there a fix to this or a different script out there used for animating textures?

     

     

    default
    {
        // state_entry() is an event handler, it executes
        // whenever a state is entered.
        state_entry()
        {   
            // llSetTextureAnim() is a function that animates a texture on a face.
            llSetTextureAnim(ANIM_ON | SMOOTH | LOOP, ALL_SIDES,1,1,1.0, 1,1);
                                // animate the script to scroll across all the faces.
        }
     
        
    }
     

     

     

×
×
  • Create New...