Qt3D for 3D-model of house
-
Hello everyone!
Are there examples of house design by Qt3D?
I'd like to create 3D-model of house. Walls, windows, doors and so on. -
probably not. What is your background in 3d coding?
-
beginner
-
probably not. What is your background in 3d coding?
@Kent-Dorfman beginner
-
I'd recommend reading a comprehensive college level 3d graphics text before jumping into it. learn about the process of transformations, how matrixes are used, rasterization, efficiency challenges, and the many available APIs that exist. It's not a "jump in and be creative immediately" field.
-
I'd recommend reading a comprehensive college level 3d graphics text before jumping into it. learn about the process of transformations, how matrixes are used, rasterization, efficiency challenges, and the many available APIs that exist. It's not a "jump in and be creative immediately" field.
@Kent-Dorfman I can create simple model in Blender and load it to my app by Qt3D. It isn't some difficult.
Next, I'd like to point (by mouse for example) some part of model. Am I wrong? -
This post is deleted!