|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API GeometryFn< bool > MayaFlux::Portal::Forma::Geometry::toggle | ( | Kinesis::AABB2D | region, |
| glm::vec3 | color_off = glm::vec3(0.25F), |
||
| glm::vec3 | color_on = glm::vec3(0.2F, 0.7F, 0.4F) |
||
| ) |
Geometry function for a boolean toggle in NDC space.
Renders region as a filled rect in color_off or color_on based on the current bool value. Interaction is the caller's responsibility.
| region | NDC bounds of the toggle. |
| color_off | Fill color when false. |
| color_on | Fill color when true. |
Definition at line 221 of file Geometry.cpp.
References MayaFlux::Kinesis::AABB2D::contains(), MayaFlux::Kinesis::filled_rect(), MayaFlux::Kakshya::to_mesh_vertices(), and write_verts().
Here is the call graph for this function: