I’ve looked at the source code and I haven’t found anything, but I want to be shure, just in case. Is there any math3d function that takes a vertex array and multiplies it by a m3dmatrix44f?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d recommend switching to Eigen or GLM for matrix-wrangling. Eigen has SIMD routines to speed up batch operations.
They’re both header-only.