Psycho information 482 glöps

- general:
- level: user
- personal:
- first name: Henrik
- last name: Münther
- portals:
- demozoo: profile
- cdcs:
- cdc #1: Tint by The Black Lotus [web]
- cdc #2: Iconoclast by Andromeda Software Development [web]
- cdc #3: Stargazer by Orb [web] & Andromeda [web]
- 4k Windows Bubble Trouble by Loonies [web]
- The needed transformation is described here: https://developers.google.com/vr/jump/rendering-ods-content.pdf
So, instead of the normal perspective ray setup:
Code:vdir = normalize(rotatey(rotatey(float3((1.*DTid.x / WIDTH - .5) * aspect, .5 - 1.*DTid.y / HEIGHT, 1).yxz, pitch).yxz, heading))
I do: (skipping the pitch rotation as it just makes you sick anyway)
Code:float h = (DTid.x*1. / WIDTH - .5)*6.283 + heading, p = (.5 - frac(DTid.y *2. / HEIGHT))*3.1415; campos += float3(cos(h), 0, -sin(h))*.02 * ((DTid.y>HEIGHT / 2) ? 1 : -1); // small world - 4 cm eye spacing vdir = float3(sin(h)*cos(p), sin(p), cos(h)*cos(p));
Quite straightforward in a raytracer - doing the stereoscopic 360 for a normal rasterizer would be a lot more involving.
And then "just" render out to a movie stream in 3k*3k*60hz :) - isokadded on the 2016-10-28 20:52:07
- 4k Windows Bubble Trouble by Loonies [web]
- 3D 360 degree video version for VR headsets (takes a while to render that video): youtube and download
- isokadded on the 2016-10-27 22:14:49
- 1k Windows Escalated by Onslaught [web]
- Since this wasn't specifically announced as 1k in the compo, I mostly had the feeling of "why make a worse remake of elevated", but as 1k it totally rocks.
- rulezadded on the 2016-10-24 12:09:41
- 4k Windows Bubble Trouble by Loonies [web]
- Drift: it does have a (40 tab spiral) bilateral filter, otherwise it's way worse. But I will do some various tuning now when back on decent hardware - things should perform better.
SCA: in fact we also stole the polka intro screenshot for the party system screenshot :D - isokadded on the 2016-10-24 11:29:36
- 8k Windows Blue Morpho by Eos
- quite 64k'ish 8k :)
- rulezadded on the 2016-10-23 02:06:43
- 4k Windows Detached by BluFlame [web]
- crashes instantly on both amd and intel. 2nd scene is decent, 3rd is a mess and sloow.
- isokadded on the 2016-08-14 18:12:05
- 4k Windows Dreamcatcher by LJ & Virgill [web]
- beautiful
- rulezadded on the 2016-08-14 18:00:25
- 4k Windows Uplifting by Poo-Brain [web] & Inque [web]
- great sound! visuals are a bit too uncanny valley for me
- rulezadded on the 2016-08-14 17:59:55
- 8k invitation Windows Vikanim by Loonies [web]
- Should work on maxwell2/pascal now - yet another driver bug, this time avoided by skipping shadercompiler optimizations... (So, just for this little thing driver bug count was 3 on green, 1 on blue, 0 on red, and way too much time spent on those)
- isokadded on the 2016-07-27 10:56:55
- 4k Windows Surveillance by Alcatraz [web]
- Felt a lot better in the compo than now. Also what kylearan said. Somewhat weak on content and mainpart is quite slow, music still great. motivational not-thumb (you can do better:)
- isokadded on the 2016-04-07 01:09:42
account created on the 2002-04-03 23:10:20