Message 1 of 3

Not applicable
04-28-2018
02:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I try to use void Rotate(TimeValue t, const Matrix3& tmAxis, const AngAxis& val, BOOL localOrigin=FALSE, BOOL affectKids=TRUE, int pivMode=PIV_NONE, BOOL ignoreLocks=FALSE) this function in inode.h [class INode:]
but when i get Slider move Event me need to get TimeValue,
Interface* IF = static_cast<Interface *>(GetCOREInterface(MAIN_MAX_INTERFACE));
TimeValue t = IF->GetTime();
// t = 0 ;
and when i call Rotate function - >> node->Rotate(t, tmAxis, axis, TRUE, TRUE, PIV_NONE, FALSE);
3ds max is hunging..
Me need to do rotate selected object in Dialog by Slider, how i can do it?
Solved! Go to Solution.