vsg-dev / vsgExamples

Example programs that test and illustrate how to use the VSG and optional add-on libraries
MIT License
148 stars 67 forks source link

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

Closed 21doublenexus closed 3 years ago

21doublenexus commented 3 years ago

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?

robertosfield commented 3 years ago

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

The commit to VSG master was: 6c979fd9795726f886afc602c939247ba0baea36

21doublenexus commented 3 years ago

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