www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Gatobot14 on July 12, 2015, 09:13:35 pm

Title: MD2 animation names
Post by: Gatobot14 on July 12, 2015, 09:13:35 pm
hi egon!
i create a md2 model and added two animations, "idle" and "walk" are the names for those
when object is loaded in jpct i get the next output:
.
.
.
Coverting MD2-format into jPCT-format...
Processing: idlehdulesp...
Processing: walkhdulesp...


this are the animation in the file that i made
but when i print the names i get the following:

DEBUG: complete
DEBUG: idlehdulesp

just one animation keeps its name
is there a way to keep the original names for the animations?


Title: Re: MD2 animation names
Post by: EgonOlsen on July 12, 2015, 09:19:49 pm
Looks like an exporter issue to me. I'm just taking the names as they are in the file. I don't make up the name "complete" anywhere, so it has to be part of the file.
Title: Re: MD2 animation names
Post by: Gatobot14 on July 13, 2015, 03:08:44 am
youre right its the exporter(fragmotion) i have to add another animation whit name "complete"
but it keeps changing my animations names :P