wdlindmeier / Most-Pixels-Ever-Cinder

Cinder block for Most Pixels Ever big-screens framework
35 stars 8 forks source link

Add support for non-horizontal screen arrangement in 3D #6

Closed wdlindmeier closed 11 years ago

wdlindmeier commented 11 years ago

E.g. a vertical or diagonal orientation. 3D camera currently only accounts for horizontal shift.

shiffman commented 11 years ago

this could be relevant for 2D also, duplicating this issue in Processing repo: https://github.com/shiffman/Most-Pixels-Ever-Processing/issues/44

wdlindmeier commented 11 years ago

@shiffman Agreed. I specified 3D for this ticket because Johann mentioned that it was working in 2D. I'm guessing this is related to the way the camera is shifting in 3D (haven't looked yet).

wdlindmeier commented 11 years ago

cc @jdiedrick

wdlindmeier commented 11 years ago

Added camera support for 3D mode. Also created a new sample app that has 4 sync clients in a grid formation (similar to the video by @jdiedrick found here http://vimeo.com/73750070 ).

Added a button to the Async controller that toggles between 2D and 3D modes.

Removed window chrome in grid formation.

screen shot 2013-09-04 at 11 57 44 am