Jump to content

Domitan Redenblack

Resident
  • Posts

    833
  • Joined

  • Last visited

Posts posted by Domitan Redenblack


  1. PeterCanessa Oh wrote:

    Am i muted, or are you just ignoring my post which told you exactly how to calculate the position?

    *sarcasm flies over my head* Huh?

    Isn't that what I've done?

    (Your post link about rotations is NOT "exactly how to do it"... That page is full of *very* complicated math & things that apply to MANY different situations, and its not clear which situation is mine. Just pointing at very complicated pages is NOT "exactly anything", and even now, I won't mute you);

     

    Do I need to be sitting on the item with the script to do the viewing?

     

     

  2. vector gvMainPos;vector gvViewPos;default{    state_entry()    {        gvViewPos = llList2Vector( llGetLinkPrimitiveParams(2, [PRIM_POSITION]), 0);        llSay(0, "Viewpoint at " + (string)gvViewPos);                gvMainPos = llGetRootPosition( );        llSay(0, "I am at " + (string)gvMainPos);    }    touch_start(integer total_number)    {        llRequestPermissions( llDetectedKey(0) , PERMISSION_CONTROL_CAMERA);    }        run_time_permissions(integer perm)    {        if ( perm & PERMISSION_CONTROL_CAMERA )        {            llClearCameraParams(); // reset camera to default            llSetCameraParams([                CAMERA_ACTIVE, TRUE, // (TRUE or FALSE)                CAMERA_FOCUS, gvMainPos, // region relative position                CAMERA_FOCUS_LOCKED, TRUE, // (TRUE or FALSE)                CAMERA_POSITION, gvViewPos, // region relative position                CAMERA_POSITION_LOCKED, TRUE // (TRUE or FALSE)            ]);        }    } }

     ERROR: Object: Camera control currently only supported for attachments and objects on which you are sitting.

     

     

    Screen_and_Viewpoint.jpg

     

  3. Dora, thanks.

    If I click on a tv monitor (which contains the camera script) that I want to show "full screen" etc, how do I get the camPos, i.e. from the center of the tv "3m" away, on-axis?

    (If I can get this working, I will put the results as an example in the Wiki)

     

    Oh, Wait... I can put an invisble prim on-axis, and get the loc of that... Then it does not matter what orientation the tv screen is in, yes?

     

     


  4. Dora Gustafson wrote:

    Are you asking for a script that does something like the viewer's "zoom" function?
    1. It points the camera at the clicked object
    2. then it moves the camera towards the object for to show it in a appropriate size

    (the "zoom" function does not zoom at all. It moves the camera closer, so the name is badly chosen)

    If you know your own and the objects positions it is possible to move the camera towards the object and make it face the object.

     

    Yes, exactly. Is there a "demo script" etc to do this off the shelf? I don't do this kind of thing normally, so investing in learning how would be lost after a month or two...

    Thanks.

     

  5. Hello, I read a notecard line by line, and look for a pattern in each line.

    The pattern I look for in the notecard is at the beginning of the line ("!command")

    ... but when I check for the location using llGetSubStringIndex is say it is at char 1, not char 0 !

     

    What's that about?

     

  6. Permissions are extraordinarily confusing. The prim itself comes in two versions (1) Modify, noCopy, Transfer and (2) Modify, Copy, noTransfer.

    I don't want the notecards inside messing with those abililties.

    Some of the notecards inside the prim are full perms; no brainer there. You can delete and read and modify them as you wish.

    To set allow-delete but not-read, not-modify, not-copy of a notecard, which perms should be set when on the notecard? And does this muck up the perms of the prim containing it?

    Can a notecard inside an prim be read by the LSL script in the prim no matter what the notecard's perms are?

    What if I drop in another script to read it and report to local chat etc? Do I need to check updates/additions and delete any scripts which are dropped in on CHANGE ?

    This is not a simple open-and-shut issue, thanks.

     

     

  7. And still 1,000 bugs in V1 are still in the world years later.

    Example: Animations STILL cannot turn an avatar, so you have to line-up hugs before you start. I see people who are more than a year old still not realizing this. 999 other bugs remain.

     

    How about a "word search" facility for settings and menu locations? "Where do you find X menu item" is the single most frequent question I see in chat, or get personally from others.

     

     


  8. Qwalyphi Korpov wrote: Some information is still available here. In particular, look at "signups per day" and "median user concurrency" at the bottom of the page...

    This may at least partly explain the new silence from LL.

    Personally, sign-ups per day are misleading imho. Sure the economy sucks, and people have less time for SL, and are too stressed and just veg in front of tv etc when they get home...

    My own feeling is that the move to Viewer 2, with completely different menu structure and window orgamization, killed in-world support, member-to-member, thus making the steep learning curve for SL even steeper. So lots of sign-ups and lots of "forget it, this is nuts" final logouts...

    Still, I would like to see the quarterly reports - there is no other grid around that's half as good a community as we have here now, even a shrinking one.

    This is interesting

     

    I cannot find a graph of Hours Online which covers the last few years

     

     

     

  9. Cinnamon Mistwood wrote:

    Followers are people following you that are NOT your friends.  It is a completely separate list.  All of your friends are automatically following you unless they manually unfollow you or you manually unfollow them.  Also - unfriending someone just moves them to you 'followers list.  You still need to remove them from followers AND unfriend them.  Confused yet?

    Perfectly clear: If A then B and Not C, or if B and not C then A and not B. Unless C are cats, of course.

     


  10. Saraya Starr wrote:

    Damn now I am on a Dr. Who kick today.. here I am inside of The Tardis...

    Snapshot_080.png

    Now I have the Tardis, but still missing The Doctor
    ;)


    Just stand like that for a while. Lots of doctors will arrive!

×
×
  • Create New...