Closed JayFoxRox closed 6 years ago
We now have a mixture of hexadecimal and decimal. This is from a Collada file:
<image id="MatTexture_0x23_texture" name="MatTexture_0x23_texture" depth="1"> <init_from>texture_35.png</init_from> </image>
I think, that for indices or counts, we should use decimal. So the proper id/name would be MatTexture_35_texture.
MatTexture_35_texture
I've already proposed this change for https://github.com/OpenSWE1R/swe1r-tools/pull/23 . The filenames are also already decimal.
We now have a mixture of hexadecimal and decimal. This is from a Collada file:
I think, that for indices or counts, we should use decimal. So the proper id/name would be
MatTexture_35_texture
.I've already proposed this change for https://github.com/OpenSWE1R/swe1r-tools/pull/23 . The filenames are also already decimal.