01-13-2024, 08:58 AM
Happy New Yeat 2024!
Ever since "Breathing" update, I start to wonder what is the point of having 2 different interpolation? They both result animation in a straight line.
To test it out, I added "order" to the keyframe, and then simplify the skeleton by removing the parent_id and order. The result? It completely worked!
Hence this is the "Gundam" update:
Update on Quad Player v0.4:
- Implemented VRAM texture - instead of using a bunch of IF on fragment shader to switch between textures, an internal VRAM texture is used to combine all uploaded textures into one mega-texture. Now we can draw as many things as possible in 1 draw() call.
- The animation/skeleton listing are foldable, with all related keyframes appears as children when expanded. This also makes the listing shorter and easier to navigate.
- The buttons are changed to rectangles to fit the QUAD-theme it is based with.
Here are some sample files for you guys to play around with:
https://www.mediafire.com/file/dx7kwrl18...02.7z/file
Have fun!
- Rufas
P.S. It is SO MUCH FUN to see the Gundam sprites moving! Worth every hours I spent working on this!
Ever since "Breathing" update, I start to wonder what is the point of having 2 different interpolation? They both result animation in a straight line.
To test it out, I added "order" to the keyframe, and then simplify the skeleton by removing the parent_id and order. The result? It completely worked!
Hence this is the "Gundam" update:
Update on Quad Player v0.4:
- Implemented VRAM texture - instead of using a bunch of IF on fragment shader to switch between textures, an internal VRAM texture is used to combine all uploaded textures into one mega-texture. Now we can draw as many things as possible in 1 draw() call.
- The animation/skeleton listing are foldable, with all related keyframes appears as children when expanded. This also makes the listing shorter and easier to navigate.
- The buttons are changed to rectangles to fit the QUAD-theme it is based with.
Here are some sample files for you guys to play around with:
https://www.mediafire.com/file/dx7kwrl18...02.7z/file
Have fun!
- Rufas
P.S. It is SO MUCH FUN to see the Gundam sprites moving! Worth every hours I spent working on this!