helikopterodaktyl
Results
12
issues of
helikopterodaktyl
Tried with orange 2.0.1 ``` import std.stdio; import orange.serialization._; import orange.serialization.archives.XmlArchive; Serializer serializer; XmlArchive!(char) archive; struct Bar { @nonSerialized private int a; } void main() { archive = new XmlArchive!(char);...
I am trying to convert this model http://3drt.com/store/characters/felguard-monster.html to GLTF. I used the commandline ..\..\FBX2glTF-windows-x64.exe -i fellguard.FBX -o felguard It looks a bit weird. The ["skins"]["joints"] array seems to be...
bug