Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

User manual correction concerning rp3d::TriangleVertexArray enums #131

Closed
mrakh opened this issue Mar 29, 2020 · 2 comments
Closed

User manual correction concerning rp3d::TriangleVertexArray enums #131

mrakh opened this issue Mar 29, 2020 · 2 comments

Comments

@mrakh
Copy link
Contributor

mrakh commented Mar 29, 2020

In this section of the user manual, the code example uses rp3d::TriangleVertexArray::VERTEX_FLOAT_TYPE and rp3d::TriangleVertexArray::INDEX_INTEGER_TYPE. However, using those expressions emits a compiler error because the enums are declared as enum class. They should be corrected to rp3d::TriangleVertexArray::VertexDataType::VERTEX_FLOAT_TYPE and rp3d::TriangleVertexArray::IndexDataType::INDEX_INTEGER_TYPE, respectively.

@DanielChappuis
Copy link
Owner

Thanks a lot for reporting this.
This will be fixed in the next release of the library.

@DanielChappuis
Copy link
Owner

The version v0.8.0 of ReactPhysics3D has been released. The user manual has been updated and this issue is now fixed.

Thanks a lot for reporting this issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants