Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Where does appear the functions which draw the objects ?

Where does appear the functions which draw the objects ?

Scheduled Pinned Locked Moved Unsolved Game Development
4 Posts 2 Posters 929 Views
  • 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
    signalK
    wrote on last edited by
    #1

    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-worxR 1 Reply Last reply
    0
    • S signalK

      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-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @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
      0
      • S Offline
        S Offline
        signalK
        wrote on last edited by signalK
        #3

        ...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-worxR 1 Reply Last reply
        0
        • S 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-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @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
          0

          • Login

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