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. Controlling a 3d model
Forum Updated to NodeBB v4.3 + New Features

Controlling a 3d model

Scheduled Pinned Locked Moved Unsolved General and Desktop
47 Posts 4 Posters 19.1k 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.
  • H hareeshqt
    21 May 2016, 11:15

    @Wieland and which application would be better widget or consol or....?

    ? Offline
    ? Offline
    A Former User
    wrote on 21 May 2016, 11:17 last edited by
    #12

    @hareeshqt "Qt Quick Controls Application"

    H 1 Reply Last reply 21 May 2016, 11:21
    0
    • ? A Former User
      21 May 2016, 11:17

      @hareeshqt "Qt Quick Controls Application"

      H Offline
      H Offline
      hareeshqt
      wrote on 21 May 2016, 11:21 last edited by
      #13

      @Wieland but if we use the Qt Quick Controls Application, we are not getting the .pro file is there any method.....?

      ? 1 Reply Last reply 21 May 2016, 11:27
      0
      • H hareeshqt
        21 May 2016, 11:21

        @Wieland but if we use the Qt Quick Controls Application, we are not getting the .pro file is there any method.....?

        ? Offline
        ? Offline
        A Former User
        wrote on 21 May 2016, 11:27 last edited by
        #14

        @hareeshqt In Qt Creator, click "New project", select "Qt Quick Controls Application", click "Choose", enter a project name, click "Next", click "Next", click "Next", click "Finish". Your project folder now contains some files, include a .pro file.

        H 1 Reply Last reply 21 May 2016, 12:15
        1
        • ? A Former User
          21 May 2016, 11:27

          @hareeshqt In Qt Creator, click "New project", select "Qt Quick Controls Application", click "Choose", enter a project name, click "Next", click "Next", click "Next", click "Finish". Your project folder now contains some files, include a .pro file.

          H Offline
          H Offline
          hareeshqt
          wrote on 21 May 2016, 12:15 last edited by hareeshqt
          #15

          @Wieland by doing that I got .qmlproject file. Is it the same?

          ? 1 Reply Last reply 21 May 2016, 13:04
          0
          • H hareeshqt
            21 May 2016, 12:15

            @Wieland by doing that I got .qmlproject file. Is it the same?

            ? Offline
            ? Offline
            A Former User
            wrote on 21 May 2016, 13:04 last edited by
            #16

            I'm pretty sure you didn't select "Qt Quick Controls Application" but "Qt Quick Controls UI".

            H 1 Reply Last reply 21 May 2016, 13:06
            0
            • ? A Former User
              21 May 2016, 13:04

              I'm pretty sure you didn't select "Qt Quick Controls Application" but "Qt Quick Controls UI".

              H Offline
              H Offline
              hareeshqt
              wrote on 21 May 2016, 13:06 last edited by
              #17

              @Wieland Ya OK got it...thank you

              H 1 Reply Last reply 21 May 2016, 13:23
              0
              • H hareeshqt
                21 May 2016, 13:06

                @Wieland Ya OK got it...thank you

                H Offline
                H Offline
                hareeshqt
                wrote on 21 May 2016, 13:23 last edited by
                #18

                @hareeshqt Ok so how can I import my 3d model from blender to Qt ?

                ? 1 Reply Last reply 21 May 2016, 13:29
                0
                • H hareeshqt
                  21 May 2016, 13:23

                  @hareeshqt Ok so how can I import my 3d model from blender to Qt ?

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on 21 May 2016, 13:29 last edited by
                  #19

                  @hareeshqt Take a look at the examples. Maybe start with this one.

                  H 2 Replies Last reply 21 May 2016, 13:31
                  0
                  • ? A Former User
                    21 May 2016, 13:29

                    @hareeshqt Take a look at the examples. Maybe start with this one.

                    H Offline
                    H Offline
                    hareeshqt
                    wrote on 21 May 2016, 13:31 last edited by
                    #20

                    @Wieland Ok many thanks....

                    1 Reply Last reply
                    0
                    • ? A Former User
                      21 May 2016, 13:29

                      @hareeshqt Take a look at the examples. Maybe start with this one.

                      H Offline
                      H Offline
                      hareeshqt
                      wrote on 25 May 2016, 19:34 last edited by
                      #21

                      @Wieland Hi, I'm trying the example suggested by you and got all the required files but how can we get the (.geom) file?

                      ? 1 Reply Last reply 25 May 2016, 20:35
                      0
                      • H hareeshqt
                        25 May 2016, 19:34

                        @Wieland Hi, I'm trying the example suggested by you and got all the required files but how can we get the (.geom) file?

                        ? Offline
                        ? Offline
                        A Former User
                        wrote on 25 May 2016, 20:35 last edited by
                        #22

                        @hareeshqt Oh, yes, that's a bug in example shipped together with the latest Qt installers. You can get all files from here: http://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/wireframe

                        (You don't need to file a bug report for this, I already did this some time before, see QTBUG-50859)

                        H 1 Reply Last reply 26 May 2016, 09:58
                        0
                        • ? A Former User
                          25 May 2016, 20:35

                          @hareeshqt Oh, yes, that's a bug in example shipped together with the latest Qt installers. You can get all files from here: http://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/wireframe

                          (You don't need to file a bug report for this, I already did this some time before, see QTBUG-50859)

                          H Offline
                          H Offline
                          hareeshqt
                          wrote on 26 May 2016, 09:58 last edited by
                          #23

                          @Wieland Hi, everything is ok now but after building, in the main.cpp file for #include<window.h> it's saying no such file or directory exists. Help me please.....

                          ? 1 Reply Last reply 26 May 2016, 14:09
                          0
                          • H hareeshqt
                            26 May 2016, 09:58

                            @Wieland Hi, everything is ok now but after building, in the main.cpp file for #include<window.h> it's saying no such file or directory exists. Help me please.....

                            ? Offline
                            ? Offline
                            A Former User
                            wrote on 26 May 2016, 14:09 last edited by
                            #24

                            @hareeshqt You can find window.h and window.cpp in http://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/common.

                            H 1 Reply Last reply 26 May 2016, 15:06
                            0
                            • ? A Former User
                              26 May 2016, 14:09

                              @hareeshqt You can find window.h and window.cpp in http://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/common.

                              H Offline
                              H Offline
                              hareeshqt
                              wrote on 26 May 2016, 15:06 last edited by hareeshqt
                              #25

                              @Wieland I'm getting this..........
                              C:\Qt\5.6\mingw49_32\bin\rcc.exe:-1: error: File does not exist '..\exampleresources\obj.qrc' and also

                              :-1: error: No rule to make target '../exampleresources/obj.qrc', needed by 'debug/qrc_obj.cpp'. Stop.

                              H 1 Reply Last reply 27 May 2016, 11:03
                              0
                              • H hareeshqt
                                26 May 2016, 15:06

                                @Wieland I'm getting this..........
                                C:\Qt\5.6\mingw49_32\bin\rcc.exe:-1: error: File does not exist '..\exampleresources\obj.qrc' and also

                                :-1: error: No rule to make target '../exampleresources/obj.qrc', needed by 'debug/qrc_obj.cpp'. Stop.

                                H Offline
                                H Offline
                                hareeshqt
                                wrote on 27 May 2016, 11:03 last edited by
                                #26

                                @hareeshqt can you help with these errors please.......!!!

                                ? 1 Reply Last reply 27 May 2016, 11:20
                                0
                                • H hareeshqt
                                  27 May 2016, 11:03

                                  @hareeshqt can you help with these errors please.......!!!

                                  ? Offline
                                  ? Offline
                                  A Former User
                                  wrote on 27 May 2016, 11:20 last edited by
                                  #27

                                  Look here: http://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/exampleresources

                                  H 2 Replies Last reply 27 May 2016, 14:09
                                  0
                                  • ? A Former User
                                    27 May 2016, 11:20

                                    Look here: http://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/exampleresources

                                    H Offline
                                    H Offline
                                    hareeshqt
                                    wrote on 27 May 2016, 14:09 last edited by
                                    #28

                                    @Wieland should we attach that obj.qrc to the resource file?

                                    1 Reply Last reply
                                    0
                                    • ? A Former User
                                      27 May 2016, 11:20

                                      Look here: http://code.qt.io/cgit/qt/qt3d.git/tree/examples/qt3d/exampleresources

                                      H Offline
                                      H Offline
                                      hareeshqt
                                      wrote on 27 May 2016, 14:20 last edited by
                                      #29

                                      @Wieland Its saying 1: warning: Failure to find: ..\exampleresources\obj.qrc

                                      ? 1 Reply Last reply 27 May 2016, 15:11
                                      0
                                      • H hareeshqt
                                        27 May 2016, 14:20

                                        @Wieland Its saying 1: warning: Failure to find: ..\exampleresources\obj.qrc

                                        ? Offline
                                        ? Offline
                                        A Former User
                                        wrote on 27 May 2016, 15:11 last edited by
                                        #30

                                        @hareeshqt Here, i packed everything into one archive: https://drive.google.com/file/d/0B2D1UtsPfTx-b0ZuNTA0LW9aVE0/view?usp=sharing

                                        H 1 Reply Last reply 27 May 2016, 15:26
                                        0
                                        • ? A Former User
                                          27 May 2016, 15:11

                                          @hareeshqt Here, i packed everything into one archive: https://drive.google.com/file/d/0B2D1UtsPfTx-b0ZuNTA0LW9aVE0/view?usp=sharing

                                          H Offline
                                          H Offline
                                          hareeshqt
                                          wrote on 27 May 2016, 15:26 last edited by
                                          #31

                                          @Wieland thanks for the effort and Sorry for asking but as Im new to this concept I can't understand this but I just wanted to know exactly what should I do with that obj.qrc...

                                          ? 1 Reply Last reply 27 May 2016, 15:31
                                          0

                                          21/47

                                          25 May 2016, 19:34

                                          • Login

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