Stephane Dallongeville
                                            Stephane Dallongeville
                                        
                                    All the methods are documented and honestly there is not much to say about the 3D part which is pretty minimal :p You should use maths3d unit for 3D transformation...
Hi, Thanks for your very nice comment about SGDK =) I'm glad you appreciate it ! Your addition is very interesting and in fact there is already a open issue...
Unfortunately right now you can indeed only setup the duration for the whole animation. I need to improve the resource form (using XML probably) to allow that or at least...
I would probably do something as usual array format in programming language : [[5,5,1][8,5,5]] without any space obviously as space are used to separate parameters ;)
Of course i want to keep retro compatibility :) If i detect '[' first character then i assume an array otherwise an assume a single value
Oh you plan to do the code change by yourself ? that would be really handy ! thanks !
Cool :) One suggestion about it : if the array does not match the number of expected row/column or is malformed, you may just display a warning about it and...
Unfortunately XGM does not support single sample table right now, that was one of my first concern about the format, it could be worked up but still a lot of...
XGM v2 is just on paper :p
There are some *huge* advantages of using register dumps format : - can import data from VGM files (supported by *all trackers* or even emulator) - simpler parsing and so...