*blog... kind of... *rss
PV3D Previewer v1.1 (now works on MacOS too)
0 commentsWhile on holidays I woke up inspired one morning and having my ibook with me I decided to find the bug that made the pv3d previewer stop working on macOS. After a bit of testings here and there I found out that under macOS, the type parameter of a fileReference returns always undefined (while in Windows returns '.ASE', or '.DAE'...)
So in a couple of minutes I had a quick workaround for that:
As simple as that... so now, with some minor amends, I've updated the little page and the 1.1 is out.

http://mrdoob.com/tools/pv3d_previewer/
So in a couple of minutes I had a quick workaround for that:
function getFileType(file:String)
{
_file = file.split('.');
return '.'+_file[_file.length-1];
}
As simple as that... so now, with some minor amends, I've updated the little page and the 1.1 is out.

http://mrdoob.com/tools/pv3d_previewer/
*profile

traditional id: Ricardo Cabello Miguel
based in: London, UK
more: github, twitter, twitpic, soundcloud and flattr
*post nav
Holy Bible
Pidgin: a good Trillian alternative (aka Adium for Windows)
Intel demo, log #4
Intel demo, log #3
Papervision3D: Getting Started
PV3D Previewer v1.1 (now works on MacOS too)
Flash Player 9 update 3
Microsoft SyncToy
Refraction (kind of) effect, Webcam + AS3
TrafficBroker's site is live
More fun with Webcam + AS3 (updated)