Follow us on Twitter
Digital Concepts Website!

OpenSim / Lsl: Prim Rotation

Compat OpenSim Aurora-Sim Diva Disto Second Life Langage Lsl
  • Titre
    OpenSim / Lsl: Prim Rotation
  • Internalisation
    Français
  • Permissions
    Copy | Modify | Transfert
  • Gratuit
    Oui
  • Page vues
    9623 fois
  • Favoris
    Ajouter aux favoris
  • J'aime
  • Voter
    (0 votes)

Placer le script Prim Rotation dans un Prim.

OpenSim / Lsl Script: Prim Rotation
1
2
3
4
5
6
7
default
{
 state_entry()
 {
 llTargetOmega(<0,0,-.05>,PI,.05);
 }
}