|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API Form< 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 255 of file FormFactory.cpp.
References MayaFlux::Kinesis::AABB2D::contains(), MayaFlux::Kinesis::filled_rect(), press_flip(), MayaFlux::Kakshya::to_mesh_vertices(), MayaFlux::Portal::Graphics::TRIANGLE_STRIP, and write_verts().
Here is the call graph for this function: