|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Physics-specific data parallel to PointVertex array. More...
#include <PhysicsOperator.hpp>
Collaboration diagram for MayaFlux::Nodes::Network::PhysicsState:Public Attributes | |
| glm::vec3 | velocity { 0.0F } |
| glm::vec3 | force { 0.0F } |
| float | mass { 1.0F } |
Physics-specific data parallel to PointVertex array.
Stored separately to avoid polluting vertex types with physics data. Indexed in parallel with PointCollectionNode's internal vertex array.
Definition at line 35 of file PhysicsOperator.hpp.