Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. 3D Cube in 3D coordinate axis
Forum Updated to NodeBB v4.3 + New Features

3D Cube in 3D coordinate axis

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 958 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saurabh162
    wrote on last edited by saurabh162
    #1

    Dear Developers,

    In my Qt application I want to show a 3D Cube inside 3D coordinate system as presented in attached picture.

    I can make 3D cube in my Qt application both using QT C++ and QML. Addtionally I have also read about AxisHelper QML type and think it can solve my problem. But do not know how to add it in my 3D Scene.

    So I would be grateful if you will inform me how can I put 3D cube in 3D coordinate axis (best would be using AxisHelper) in my Application as shown in given picture.

    Please inform me if you need any information from me.

    Many Thanks !!
    3D_Cube_In_3d-coordinate-system.png

    1 Reply Last reply
    1
    • C Offline
      C Offline
      cheetahxspeed
      wrote on last edited by
      #2

      I have the same problem. Grateful if someone could help out. Thank you very much.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cheetahxspeed
        wrote on last edited by cheetahxspeed
        #3

        Finally, I could add AxisHelper in View3D with the following code:

        View3D {
                importScene: AxisHelper{
                    enableXYGrid: true
                    enableXZGrid: true
                    enableYZGrid: true
                    gridOpacity: 0.5
                }
        }
        

        I am not sure if it is the same for Scene3D.

        1 Reply Last reply
        2

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved