Second Life Copybot
[C#] click Object Face - Printable Version

+- Second Life Copybot (https://secondlifecopybot.com)
+-- Forum: THE LOUNGE (https://secondlifecopybot.com/forum-24.html)
+--- Forum: General Discussion (https://secondlifecopybot.com/forum-25.html)
+---- Forum: Questions? (https://secondlifecopybot.com/forum-771.html)
+---- Thread: [C#] click Object Face (/thread-28122.html)



[C#] click Object Face - mika69 - 02-23-2021

=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