Tupac Hologram

Play Now

afshangrudar1

Dedicated Member
Dedicated Member
Mar 26, 2009
184
0
42
keeping it mir related I actualy built a stereo and 8 view holo rendering system for my unity 3d mir tests. lack of dynamic camera is more then compensated by the 3D effect and I can use what are essentially stereo/holo sprites in a similar way to parallax mapping to save on ploy count and make it retain the mir look
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
hologram-thumb.jpg


Is this a hologram?
 

Koriban

Addict
Legendary
Loyal Member
Aug 18, 2006
5,842
215
260
Brighton
keeping it mir related I actualy built a stereo and 8 view holo rendering system for my unity 3d mir tests. lack of dynamic camera is more then compensated by the 3D effect and I can use what are essentially stereo/holo sprites in a similar way to parallax mapping to save on ploy count and make it retain the mir look

Your knowledge is kinda wasted on here, although I find it very interesting, I don't understand it, same with 90% of this community.

@Farphit You learn fast, young apprentice.
 

afshangrudar1

Dedicated Member
Dedicated Member
Mar 26, 2009
184
0
42
well the remdering system just produces the 2 or 8 views needed for my displays. a sprite is basically what is contained in all the wil/wix files - to add the geometric data to make it appear 3d at run time I use a prerendered z depth image (whit = nearest pixel black = furthest) for each sprite and use that to create a warped sprite for the other views that makes it appear 3d but uses only 1 poly. it only works on a stereo display so its difficult to show you what I mean!