Jump to content

brightacs

Resident
  • Posts

    29
  • Joined

  • Last visited

Posts posted by brightacs

  1. integer link_number=llGetLinkNumber();

    llSetLinkPrimitiveParams(link_number,[ PRIM_OMEGA ,<0,0,1>,0.1,PI]);

    I used this scripts in the child prims only.then the child prims can rotate separately.But after I used this scripts in the root prim,the three objects rotate together and at the same time the child prims rotate by themself.I want to set the root prim to rotate separately too.How can I do?

  2. Hi! Guys!

    Do you know how to get all the parcel info using parcel_key not using position?

    The following functions to get parcel info all using pos:

     list llGetParcelDetails( vector pos, list params ); integer llGetParcelFlags( vector pos );integer llGetParcelMaxPrims( vector pos, integer sim_wide ); integer llGetParcelPrimCount( vector pos, integer category, integer sim_wide ); list llGetParcelPrimOwners( vector pos );

  3. Hi! Guys!  I use this function to show web page on the surface of a HUD web page,But sometimes error web page appears.Do you know why?

    llSetPrimMediaParams(1,                           

                [PRIM_MEDIA_AUTO_PLAY,TRUE,                        

                 PRIM_MEDIA_CURRENT_URL,url,                    

                 PRIM_MEDIA_HOME_URL,url,      

                 PRIM_MEDIA_HEIGHT_PIXELS,755,                 

                 PRIM_MEDIA_WIDTH_PIXELS,755,

                 PRIM_MEDIA_AUTO_ZOOM,TRUE,

                 PRIM_MEDIA_AUTO_SCALE,TRUE,

                  PRIM_MEDIA_CONTROLS,1,

                  PRIM_MEDIA_PERMS_CONTROL,PRIM_MEDIA_PERM_OWNER]);

                 

                  llSetPrimitiveParams([PRIM_FULLBRIGHT,1,TRUE]);

     

     

     

    before I use this function I have tested the showing of web page using another web page url. But why this web page still appears sometimes on the HUD object surface.Do you know why?

     

×
×
  • Create New...