Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UR20 upperarm.dae is broken #690

Open
dipendras opened this issue Nov 29, 2024 · 0 comments
Open

UR20 upperarm.dae is broken #690

dipendras opened this issue Nov 29, 2024 · 0 comments

Comments

@dipendras
Copy link

The material of upperarm.dae file of UR20 is broken.

<triangles material="UR20_DIFF_8bit_2K_png_002-material" count="938">

material UR20_DIFF_8bit_2K_png_002-material doesn't exist.

Moreover,

<instance_geometry url="#Cylinder_018-mesh" name="shoulder-mesh_004"/>

Threre is no bind material in this mesh.

The fix could be to use the material UR20_DIFF_8bit_2K_png_002-material and include a bind material in shoulder-mesh_004 as follows:

<triangles material="UR20_DIFF_8bit_2K_png-material" count="938">
         <instance_geometry url="#Cylinder_018-mesh" name="shoulder-mesh_004">
            <bind_material>
                <technique_common>
                    <instance_material symbol="UR20_DIFF_8bit_2K_png-material" target="#UR20_DIFF_8bit_2K_png-material">
                        <bind_vertex_input semantic="Cylinder_029-mesh-map-0" input_semantic="TEXCOORD" input_set="0"/>
                    </instance_material>
                </technique_common>
            </bind_material>
        </instance_geometry>
@dipendras dipendras changed the title UR20 ipperarm.dae material is broken UR20 upperarm.dae material is broken Nov 29, 2024
@dipendras dipendras changed the title UR20 upperarm.dae material is broken UR20 upperarm.dae is broken Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant