Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Where does appear the functions which draw the objects ?

    Game Development
    2
    4
    684
    Loading More Posts
    • 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
      signalK last edited by

      Hi,

      After having imported the following example: "shadow-map-qml", in which file of the project appears the functions which draw the objects (plane, ...) ?

      thanks

      raven-worx 1 Reply Last reply Reply Quote 0
      • raven-worx
        raven-worx Moderators @signalK last edited by

        @signalK
        Shadow Map Example
        A simple search for the word "plane" revealed the ToyPlane.qml file...

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply Reply Quote 0
        • S
          signalK last edited by signalK

          ...concerning the toyplane that is inserted as follows in Topplane.qml:

          Mesh {
                   id: toyplaneMesh
                   source: "assets / obj / toyplane.obj"
               }

          how to :
          1)open "toyplane.obj" file ?
          2)edit this file ?

          thanks

          raven-worx 1 Reply Last reply Reply Quote 0
          • raven-worx
            raven-worx Moderators @signalK last edited by

            @signalK said in Where does appear the functions which draw the objects ?:

            how to :
            1)open "toyplane.obj" file ?
            2)edit this file ?

            in the 3D application of your choice (3ds Max, Maya, Blender, ...)

            --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
            If you have a question please use the forum so others can benefit from the solution in the future

            1 Reply Last reply Reply Quote 0
            • First post
              Last post