[Interest] Fwd: QFilterKey

2016-09-19 Thread Surya Kiran Gullapalli
Apologies, if this mail already came up. I had trouble posting to this group and hence posting it again. Hi all, Recently started working with Qt3d for our in-house geometry file viewer. I'm relatively new to OpenGL. So, please bear with me if my question sounds silly. I'm going through the examp

[Interest] QFilterKey

2016-10-24 Thread Surya Kiran Gullapalli
Hi all, Recently started working with Qt3d for our in-house geometry file viewer. I'm relatively new to OpenGL. So, please bear with me if my question sounds silly. I'm going through the examples and trying to understand the classes QEffect, QFilterKey and QTechnique. There's not much documentatio

[Interest] Qt3d Get current modelview matrix

2016-10-24 Thread Surya Kiran Gullapalli
​In regular opengl, if we want to modify the current modelview matrix, we can use glMatrixMode followed by any operation on that matrix. How to do the same using Qt3d Api. I can only see QEntity::addComponent with QTransform as the argument. Which sets the transformation matrix, but how can i get