-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several functions are declared, but not defined #555
Comments
For |
For |
For |
For I don't object to removing I intended |
Regarding the stuff in the |
Making the It looks like the |
I'm fine with either of blank definition or making them as pure virtual since they are currently not used anyways, but warnings would be more gentle. 😄 They need to be removed or revised at some point though. |
The |
Right. But the definitions of OpenGLCamera functions are also empty. Moreover Camera is not used at all. RenderInterface has Camera as its member but don't use it at all except for just returning the pointer. So there is no real use of Camera at least in our code base. |
I missed this in my original post, but the problem occurs on both
👍 I don't think these should exist.
👍 for removing this if we don't have a concrete use case for it.
I would also prefer to remove |
I believe this is resolved by #558. |
These functions are declared, but not defined:
render::Camera
dart::constraint::BalanceConstraint::getPseudoInverseDamping()
dart::renderer::Light::GetPosition()
dart::renderer::Light::SetPosition()
dart::renderer::Light::GetSpecular()
dart::utils::convertFloatToDec
dart::utils::minElem(std::vector<double, std::allocator<double> >&, int&)
dart::utils::maxElem(std::vector<double, std::allocator<double> >&, int&)
dart::utils::convertDecToFloat(char*)
dart::constraint::ConstraintSolver::getNumConstraints() const
The text was updated successfully, but these errors were encountered: