I considered the option, but I want something that can manipulate a large number of vertices. C++ would be orders of magnitude faster than C#. I am …
EDIT OK I fixed it/came up with a workaround: logger.LogEntry(SYSLOG_INFO, false, “DazMaxBridge”, message + ” “); Or if you like logger.LogEntry(SY…
Hi Klunk, I have attached an image showing the hierarchy of the object that is created with the call to CreateClass(). It is just occurred to me tho…
Hi lo, Klunk, That is great, thank you! I have created some objects now. One thing I am unsure of though – I am using the .NET wrapper, and all the …
Thank you guruware – that did it. (For anyone else working in C# it is the same with 1 being the ‘Vis’ entry in the ‘EdgeVisibility’ enum)
Hi Pjanssen, Thats working great now! Thanks!
Thanks! And those images look great! More artists should write programming tuts
Hi Swordslayer, LoneRobot, Thanks for the useful code! I tried to encapsulate mine in a struct but couldn’t make it work, so gave up and moved onto a…
Hello again Swordslayer Yes, I ended up creating a new rollout and a little function to create it and return a string that basically does what the n…
Hi Eric, I am just playing with it now in the listener and so far it seems perfect. Thanks alot! EDIT: I am wondering, what is an Index type? And w…