Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    3D Object handler functions

    General Discussion
    2
    3
    219
    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.
    • Jongjungbu
      Jongjungbu F last edited by

      Greetings,
      (We come in peace)

      Are their any additional 3D object handlers or any incoming? For example, obtaining the current location, and perhaps even size/width/scale— getObjectPos( ), getObjectScale( ).

      Looks like currently the best option is to store these parameters in some global variables in order to reference them. I’m all ears (or eyes), if there’s a better way for now to do this.

      Thanks!

      1 Reply Last reply Reply Quote 2
      • Dave
        Dave Fuze Team last edited by

        Hi @Jongjungbu

        Currently I have been doing just that and storing the position and scale data in global variables. Usually these will be properties in an array used for things like the player, enemies etc.

        I'll ask at the office to see if there's a better way!

        Jongjungbu 1 Reply Last reply Reply Quote 0
        • Jongjungbu
          Jongjungbu F @Dave last edited by

          Thanks @Dave

          That was my plan eventually, to store them in an array of structs. If I didn’t hear of any better options that is. But I haven’t gone with that quite yet. For now I still have sloppy unorganized code. 😄

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