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.

Custom Property Doesn’t work in Verge 3d

Home Forums Graphics / Blender Custom Property Doesn’t work in Verge 3d

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #74752
    naderus
    Participant

    I try to add a custom property to change an object color in Blender as shown in the attached image.
    The blender view renders it correctly but in Verge 3d it doesn’t understand this custom property.

    In the render tab, I check the Export Custom Props as well. So it seems I miss a setting here. Appreciate any help.

    Attachments:
    You must be logged in to view attached files.
    #74754
    kdv
    Participant

    Custom properties work fine, but the node “Attribute” you are using is not fully supported in Verge3D.

    https://www.soft8soft.com/docs/manual/en/blender/Shader-Nodes-Reference.html#Attribute

    Puzzles and JS coding. 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 the meaning at all.

    #74761
    naderus
    Participant

    So what is the workaround for that?

    #74763
    kdv
    Participant

    Depends on what result you want to get in the end.

    Puzzles and JS coding. 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 the meaning at all.

    #74765
    xeon
    Customer

    to change a color of an object in V3D there are a few options:

    You can assign the object a new material.
    You can assign the object a new texture.
    You can use a value node in your shader and adjust the value node via puzzles.
    You can use a mix shader node and value shader that influences the factor of the mix shader node.

    There are other ways…too…just the way you were going about it wasn’t going to work.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #74823
    naderus
    Participant

    I want to do this kind of things in Blender and control them via custom property then create asset library and instance it 100 time and finally export it to verge 3d
    This way every objects function is calculate inside my modem blender file.
    If I don’t do that I need to add those functionality via js one by one which is really hard.

    #74824
    kdv
    Participant

    I understood nothing of what you said ))) But if you want to use only one material for several objects and you want those objects to have different colors then you’d better use “Object info” node in Blender.

    Puzzles and JS coding. 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 the meaning at all.

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