Home | History | Annotate | Download | only in flocking

Lines Matching refs:Matrix

23 void WaterMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
47 // This multiplies the view matrix by the model matrix, and stores the result in the MVP
48 // matrix (which currently contains model * view).
51 // Pass in the modelview matrix.
54 // This multiplies the modelview matrix by the projection matrix, and stores the result in
55 // the MVP matrix (which now contains model * view * projection).
58 // Pass in the combined matrix.
68 void WaterMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) {