New PV3D Toys!!

May 3rd 2007



Long time without doing any experiment with PV3D, right? Here we're back again... New experiment! with 4 variations.

*A webcam is needed this time
*

http://mrdoob.com/lab/pv3d/webcam/t1
http://mrdoob.com/lab/pv3d/webcam/t2
http://mrdoob.com/lab/pv3d/webcam/t3
http://mrdoob.com/lab/pv3d/webcam/t4

if you only see black and you have a webcam, right click anywhere in the flash, go to settings > webcam and make sure you are using there the correct one.

For the ones that doesn't have a webcam, here are some pics of what is all about (although a video would be better).







Thanks to Andreas Müller for the inspiration and to David Singleton for testing it.

Enjoy!

no comments

PV3D Previewer v1.0

April 27th 2007

I really needed an 'app' or something to preview my files without having to compile all the time, and while I was using it I though someone else would find it interesting

A couple of people have done it before (john!), but I needed to do a custom one with specific working way...



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

So, if you need a previewer, feel free to use it :)

no comments

Discovering tweener...

April 23rd 2007

Not so long ago (5 months) I still was doing the easeOut animations by hand.. you know, the usual formula:

myObject._x += (finalX - myObject._x) / 20;

One day, a guy in a chat told me about those Classes for doing all this. Then I discovered MCTween, and it was all great, but for some reason, I think because it's based on prototypes, I ended up using MosesSupposes Fuse Kit classes which are less intrusive.

Then I started to worry about the filesize of my files when using MosesSupposes' one. The filesize doesn't get to big, but I'm THAT picky :) Also, the classes hasn't been ported to ActionScript 3, so I started to hate them a bit.

And finally this weekend I found out that Zé Fernando was working on a reversion of his classes and he already did an AS3 version of them.

If you need a tween class, don't look any other, you only need Tweener! :D

Thanks Zé!

no comments

The animated panorama in the FITC Awards 2007 page!

April 16th 2007

http://awards.fitc.ca/main/finalists/

The award is in fact for papervision3D, but I was shocked when I was browsing the list and found that they used a screenshot of one of my effects to illustrate papervision3D. Wicked! :)

You guys! Give me the money!!! ;)

no comments

So, what was in the box?

March 26th 2007

Right, as some people asked what was in it, and there is almost no time to spoil the surprise to anyone else. Here it's the answer for you:

Inside the coloured box there was an invitation to a secret London place tomorrow. I would think it's for the release of the CS3 products.


The box itself its like on the video, although its not glowing of course. The box was split so you could open it and you would find a CD and if you opened to the other side you would find the invitation. It took me a while to see that you were able to open the in two ways :P.

Seems that the guys at good technology were behind the campaign, not sure how much they did of it tho. By the way, :gt is recruiting and looks like they have a lot of positions available and I know they are recruiting wisely (go Julian go! o/).

no comments

First collab with rtxcite: Bombardearte

March 26th 2007

Rtxcite is a quite good creative from Spain. He is one of those that does a bit of everything and you wonder where does he get the time to do all... It also has his own style which is something hard to get.

Some weeks ago he released a site or Sacha Sacket that I though was, again, really nice, but the code was maybe a bit slow. So as I had him on MSN I offered him to partner on this field, so he would design the site and I would code/make it move. He was totally up for the idea as coding wasn't really something he wanted to keep doing forever. So here we are, doing a couple of projects together that need to be released soon ;)

The first one was a semi-fast-one for a newschool decoration company. My part on it was optimising the whole site a bit code speed wise and loading times. Now the loading bar isn't really needed :)

Also it's the first site to have implemented my Phodoob on it for the gallery. Hope you like it! :)

Visit bombardearte's site

no comments

[AS] Problems with myXML.load(url) and multiple GET vars.

March 21st 2007

I was developing another little game, and I've been fighting with it for a couple of days, and after trying to locate the problem, seems like in the end it is just a limitation of the myXML.load() function.

A bit of detail about it:

I'm trying to send the scores to my .php at the same time I'm getting the updated list of scores in a XML format, something like:

myXML.load( "scores.php?action=submit_score &name=mr.doob &score=1000 &code=893493" );


So, the php will update the highscores table, and then It will give back the updated table in a XML format. However seems like this doesn't work. For some reason Flash doesn't ever do the call. I've debugged a lot this and this is what I've found:

myXML.load( "scores.php?action=submit_score" );
Works properly, Flash does the call, and it gets the XML back.

myXML.load( "scores.php?action=submit_score &name=mr.doob" );
Works properly, Flash does the call, and it gets the XML back.

myXML.load( "scores.php?action=submit_score &name=mr.doob &score=1000" );
Doesn't work!!

Seems like if you send more than 2 GET variables then flash won't do the call, and I know that it won't do the call because I've a logger on my php code that is saving all the calls that is getting on a .txt file.

Does anyone know if there is any workaround? I'll use a loadvars to send the scores and then get the XML again with a simple call.

2 comments

You're one of the top UK creatives hand picked by Adobe

March 21st 2007

Yey!! Mr.doob is one of the top UK creatives!! haha! ;)

Which means that "the box" is on my way. Right, I better start speaking well from Adobe now ;) I'm still shocked tho :O!! and I wonder even more about what is in the box.

3 comments

Adobe Apollo!! No thanks...

March 20th 2007

I just don't see the point. Is this another browser? Is this going to be like Internet explorer and its customizable scrollbars feature? If this is something else... then what happens with Macromedia Central?

Sorry, but I'm confused, by now I don't see why should I even take the time to download it. I believe there are too many Adobe fans out there ;)

12 comments

Useful? Not really... Fun? Absolutely!

March 18th 2007

Long time ago, actually, 2 years ago I had the idea of developing an API for xplsv.tv, and it took like 1 year until I finally worked on it, I think it was something like 1 day of work and I did this:



It was my first experiment using the ZigoEngine so I didn't know very well what I was doing. This weekend I had a bit of spare time, and (more important) inspiration, so, with a little bit more of knowledge about the ZigoEngine and with some tricks that I learnt while doing phodoob v2 I did a simple mosaic, while improving the API a little bit.

 

Maybe this one didn't end up as cool as the first one, but I think its cool enough. Does anyone know a cool app for creating an screensaver for Windows/MacOSX using a .swf? :D

If you wanna play with the API a bit, you can do stuff like this:
http://xplsv.tv/api/?what=movies&sorting=rand
http://xplsv.tv/api/?what=movies&sorting=desc
http://xplsv.tv/api/?what=movies&sorting=asc
http://xplsv.tv/api/?what=movies&sorting=asc&amount=1
http://xplsv.tv/api/?what=movies&amount=50
http://xplsv.tv/api/?what=movies&amount=500
http://xplsv.tv/api/?what=movies&amount=10&offset=1

and then you have a lot of versions for each image:

http://xplsv.tv/images/movies/1133_141x47.jpg
http://xplsv.tv/images/movies/1133_150x50.jpg
http://xplsv.tv/images/movies/1133_200x100.jpg
http://xplsv.tv/images/movies/1133_280x210.jpg
http://xplsv.tv/images/movies/1133_428x50.jpg
http://xplsv.tv/images/movies/1133_560x200.jpg
http://xplsv.tv/images/movies/1133_560x50.jpg
http://xplsv.tv/images/movies/1133.jpg (try to don't use this one :P)

That's all by now, the API doesn't give artists/users info yet... but I guess its enough to have fun ;) If you do any experiment with all this, please, let me know! ;)

2 comments
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Some of the projects that I worked on.



Some of the HTML5 and Actionscript experiments I've done.