From: Josh B. <br...@vr...> - 2002-10-29 09:50:48
|
If I want to use gmtl::slerp(...) What do I need to include in order to get it to compile, currently I include QuatOps.h. But that doesn't seem to help. The error I get on compile is src/GameState.cpp:79: no matching function for call to `slerp(gmtl::Quatf&, double, gmtl::Quatf&, gmtl::Quatf&) I believe this is because QuatOps is included earlier, so how do I get around this problem? Thanks Josh |