Friday, February 10, 2017
ND3D Is that possible 18KB SWF for MD2 animation
ND3D Is that possible 18KB SWF for MD2 animation
What?
- I use Away3D for web site, but sometime i do need smallest kb for banner limited size somehow (blame slow speed connection here ;)
Then?
its 2 options in my mind
1. Away3D : scale down by ripping no use class there
2. ND3D : implement MD2 animation by mod existing class by Philippe Ajoux (Wheres he now btw?)
the 2nd choice look...more challenge ;D
Result?
More?
- thats it! actually its not much class added, also not much line changed/mod so swf size still small ever!- it can be optimize somehow, nothing optimize yet really ;)
- it can be smaller, but 18kb already fine to me
Source?
- i forget to mention early, my F10 test and also this MD2 animation source code already sent to Lars, so do beg him if you really need them (sorry Lars i know you busy, dont blame me here ;P )Next?
- hmm, dont know yet...maybe hello world PureMVC or maybe more F10 test ;PGo to link Download
Monday, November 21, 2016
ND3D Smallest 3D engine for JigLib isnt it
ND3D Smallest 3D engine for JigLib isnt it
Lars just update his ND3D! also my MD2 mod there nice! then its my turn ;)
Are you got plenty of free time?
- hmm...no! but i cant resist myself doing this (not again :P)...so lets skip boring part, here we go!
1. FileMaterial (17kb) : Lars add AlphaMaterialExample look pretty cool but i do hate to embed image in swf so lets mod it to load picture from external
http://sleepydesign.com/labs/as3/ND3D/JigLib/ND3DFileMaterial.html
2. Line3D and LineMaterial (16k) : and yes another handy while debugging thing its axis which mean i need some line here, lets mod it (a bit dirty cause i use 3 vertices here)
http://sleepydesign.com/labs/as3/ND3D/JigLib/ND3DLine3D.html
3. MD2 with Axis (22k?) its 18k before isnt it lol, blame me see below for reason ;)
http://sleepydesign.com/labs/as3/ND3D/JigLib/ND3DMD2.html
4. Heres most fun and hardest part cause ND3D didnt have Matrix also transform!, actually its a good news for minimal crazy here cause we can use Matrix class from JigLib and the result is 31kb perfect for banner size limit ;)
http://sleepydesign.com/labs/as3/ND3D/JigLib/ND3DJigLib.html
and yes thats why size is increasing! but im quite sure that no one blame me here ;)
btw, all source code has been sent to Lars and lets him make decision that all features here ll be add or not (you can blame him now :P , lol)
Whats next?
- i really want to try Unity3D, sadly that i got no Mac here, can some one rapid click my banner plz! i got 11$ now in 1 year, so its just only 100 year to but some Mac LOL
Go to link Download