Big in Japan
I’m noticing a lot of links coming from Japan lately, they seem to be particularly taken with my Papervision reflections…

But this one particularly caught my eye – this nice chap (or chapess) has made a pretty 3D butterfly, along with its reflection… nice!
And even nicer, they’ve included source.
Have you made something nice with a reflection? Why not send it through? sebleedelisle at gmail dot com.
Related posts:
- Drawing 3D perspective lines in Flash
- More training courses in Cologne, Minneapolis, New York and San Francisco
- AS3 Particles – 1000% extra free!
- FITC Hollywood Session – AS3 Particle effects
- Real reflections in Papervision3D!
This entry was posted
on Friday, August 22nd, 2008 at 10:09 pm and is filed under Actionscript, Flash, Flash 3D, Papervision3D.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
hey Seb, i have a little bug with the reflectionView that i just cant seem to work around. i took the source code of the butterfly example and i tried to change the earth plane material. every material i tried except the wireframeMaterial made the reflection disappear. i even tried using two planes – one with wireframe and one with bitmapcolor but this attempt failed as well. is there a way around this?
matan,
This is because you can not see through the plane you are setting and the reflections are behind it.
Set the material transparency to 0.5 and should be ok
Cheers
just put a issue about the reflectionview class
http://code.google.com/p/papervision3d/issues/detail?id=114
Thanks guys, I promise I’ll take a look as soon as I have a spare minute (not sure when that’ll be!)
hey Peter.
sorry for the nob question… but how do i set my material transparent? –> i am using a bitmapColorMaterial like so:
icePlaneMat = new BitmapColorMaterial(0xffffff, .5);
// i have a yelloe background behind the plane. but strangely enough i am getting a fully opaque grey plane instead of white.
ok i found a bug… appearantly the reflection view doesn’t work on bitmapColorMaterial – but it does work on BitmapMaterial like so:
iceBMmat = new BitmapMaterial(new BitmapData(10, 10, true, 0x88FFFFFF), false);
// this should be checked for other types of materials
[...] Big in Japan [...]