You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
I know M is private. But my M is not private any more. Just go in the definition and make it public. You do not need to recompile irrlicht (if i remember correctly).
M is used in many applications. If you add physics you will be needing M.
TCM wrote:I know M is private. But my M is not private any more. Just go in the definition and make it public. You do not need to recompile irrlicht (if i remember correctly).
M is used in many applications. If you add physics you will be needing M.
hybrid wrote:Please read the API, matrix4 has a method named pointer() which gives access to the raw array.
As hybrid said, not necessary. Also the operators let you acess the matrix stuff.
And yet. All the same.