Struct to store information about a picked point on the mesh surface.
More...
|
|
uint32_t | mesh_index = 0 |
| |
|
uint32_t | instance_index = 0 |
| |
|
uint32_t | facet_index = 0 |
| |
|
Eigen::Vector3f | position = Eigen::Vector3f::Zero() |
| |
|
Eigen::Vector3f | normal = Eigen::Vector3f::Zero() |
| |
|
Eigen::Vector2f | barycentric_coord = Eigen::Vector2f::Zero() |
| |
|
float | ray_depth = 0.0f |
| |
Struct to store information about a picked point on the mesh surface.
The documentation for this struct was generated from the following file:
- /home/runner/work/lagrange-docs/lagrange-docs/lagrange_tmp/modules/raycasting/examples/picking_demo.cpp