Second Life Copybot

Full Version: [C#] click Object Face
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
=1,00emHello,
=1,00emI have an objet. There is one prim display 4 flags one next to the other. When i try with
=1,00emfor (int i = 0; i < target.Textures.FaceTextures.Length; i++)
=1,00emtarget.Textures.FaceTextures[i].OffsetU.ToString()) and target.Textures.FaceTextures[i].OffsetV.ToString())
=1,00emI find only 3 faces (1,3,5). Where is 4th flag? DefaultTexture?
=1,00emI can use for a face :
=1,00emClient.Objects.ClickObject(base.Client.Network.CurrentSim, Convert.ToUInt32(uuid), Vector3.Zero, Vector3.Zero, int, Vector3.Zero, Vector3.Zero, Vector3.Zero);
=1,00emBut for default?
=1,00emThere is not a viewer with debug/logger when i can see all click?
=1,00emBest regards