PDA

View Full Version : Good Starting Point for Qt 3D Programming



Green360
6th April 2018, 12:27
Hi guys!
Recently I tried to create a simple 3D application with Qt basing on "basic shapes" example from Qt examples directory.
I figured out the lack of documentation for this module in Assistant.
A lot of classes have doc like this: http://prntscr.com/j1oox7
just name, list of members, and no general description what it is and how to use it.

Question: are there any guides with detailed descriptions for Qt3D?
Can you recommend a short introduction into 3D math (quaternions/rotations/transformations) that could be applied for Qt3D without months of learning?

kbsk007
6th April 2018, 16:36
youtube Qt3D

MProstka
11th February 2019, 12:59
This book has taught me a LOT

https://subscription.packtpub.com/book/game_development/9781788399999

They have $5 and $10 sales all the time, highly recommended.

d_stranz
11th February 2019, 17:21
Be sure you get the 2nd edition of this book. The 1st edition ("Game Programming Using Qt: Beginner's Guide") does not contain any chapters on Qt3D. These were added for the 2nd edition (ISBN-13: 978-1788399999).