We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Generic Naming Convension doesnt work on different gltfs

Home Forums Puzzles Generic Naming Convension doesnt work on different gltfs

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #64859
    Jeff Boone
    Customer

    Hey there! So i have 4 different files of similar objects in a menu to select, all of them use the same naming. I load on file per time, and so there isn’t any conflict in that regard.

    I have a set of certain actions that I want to, for example when a new gltf is loaded, am playing a small camera movement.
    These sets of actions only work for the first gltf in the list, even if I load the other 3 files first, before the gltfNo1. Also 2 objects wont go hidden for some reason, named 2nd set wheel

    #64860
    kdv
    Participant

    Objects MUST have unique names to be interactive.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64861
    Jeff Boone
    Customer

    oh, but am always unloading the files, never 2 files are visible with same names

    #64862
    kdv
    Participant

    Just show your puzzles

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64863
    Jeff Boone
    Customer

    Sure! Thanks again men!

    Attachments:
    You must be logged in to view attached files.
    #64868
    Jeff Boone
    Customer

    Here is the function reset:

    #64869
    kdv
    Participant

    Do you mean the red action names that are performed only for the first .gltf? Can you share the link to this app?

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64870
    Jeff Boone
    Customer

    stuff that are inside the reset function arent applied in all vehicles

    Attachments:
    You must be logged in to view attached files.
    #64872
    Jeff Boone
    Customer

    Actually everything above the rapid load screen are applied, everything that is below doesn’t work on 3 of the 4 vehicles

    • This reply was modified 10 months, 2 weeks ago by Jeff Boone.
    #64874
    kdv
    Participant

    You objects have the same names. Their animations have the same names. When you delete objects you don’t delete their animations (this question is to v3d team. it’s a bug). The point is that you have access to names only (objects, animations, materials) and if you have two or more objects with the same name you can reach only the first one. Objects MUST have unique names.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #64875
    Jeff Boone
    Customer

    Great, thanks for the help once more! Thanks! :heart: :heart: :heart:

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.