01-21-2022, 07:40 PM
(01-21-2022, 07:08 PM)GraPhiX Wrote: Sorted i just changed ByVal node to ByVal MYnode :)
Now i have to work out why it cannot find any animations :(
Error starting animation:
cannot find animation with name Assimp.Animation
i assume this is another variable i need to rename just got to find it :(
think i have found the issue this C# code :
Code:
public global::Assimp.Animation SelectedAnimation { get; private set; }Code:
Public Property SelectedAnimation As Animationanyone know where i have gone wrong ?
Kevan Hampson

