various c# scripting questions
#2
A) Just adding the full path to the DLL in the additional assemblies textbox should be enough to get it to load when the script is executed. It will load if it's a C# assembly DLL.

B) The Script operator has its own angle axis methods that you can use to get a quaternion:

Code:
var quat = new Quat(new AngAxis(vector, angle));
  Reply


Messages In This Thread
various c# scripting questions - by keddefar - 10-10-2022, 07:23 AM
RE: various c# scripting questions - by tyFlow - 10-12-2022, 09:12 PM
RE: various c# scripting questions - by keddefar - 10-13-2022, 07:19 AM

Forum Jump: