Can anyone tell me why this line produces this error?
virtual void Calculate(Pose *out_pose, HiBoneMask *mask = NULL, HiBoneMask *positionMask = NULL) = NULL;
I’ve been trying to compile this demo for a skeletal animation library in both visual studio and code blocks. Visual Studio gives me 194 errors code blocks just the one. I’d rather get code blocks to work so that’s why I presented this error. Thanks
replace
= NULLat the end with= 0