vsg-dev/vsgExamples

The computeMatrix function hasn't been merged into the master branch of VulkanSceneGraph yet.

21doublenexus opened this issue · 2 comments

Hi, Robert~

When I'm going to build the latest version of vsgExample with latest VSG, I met the following error.

error: ‘class vsg::AnimationPath’ has no member named ‘computeMatrix’; did you mean ‘computeLocation’? _lookAt->set(_path->computeMatrix(time));

Do you have plan to update VSG source?

I checked in the required changes yesterday so you'll need to pull the latest VulkanSceneGraph master.

The commit to VSG master was: 6c979fd9795726f886afc602c939247ba0baea36

I confirmed that the problem has been resolved. Thank you.