Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to call the function addRotationControlPoint but can't figure out exactly what it wants for the rotation vector variable. The response I get when I pass an array on 3 floats is :
Boost.Python.ArgumentError: Python argument types in
vrAnimWidgets.addRotationControlPoint(vrNodePtr, float, array.array)
did not match C++ signature:
addRotationControlPoint(class osg::NodePtr node, float time, class osg::Vector<float,3> rot)
With other functions I am able to pass it a list, but that doesn't seem to work with this one.
A little help?
Solved! Go to Solution.