
nice reflections ( i do clean the floor)

head in a box ;]

this one looks great like real
all imgs are hdri's
all imgs are hdri's
wings made by me in blender and used gimp to compose more info on wings (so you can use them )here --> http://blenderartists.org/forum/showthread.php?p=959518
if (hasWindowFunction(WindowFunctionMove))
blackbox->grabButton(Button1, Mod4Mask, frame.window, True, <<< from Mod1Mask
ButtonReleaseMask | ButtonMotionMask, GrabModeAsync,
GrabModeAsync, frame.window,
blackbox->resource().cursors().move,
blackbox->resource().allowScrollLock());
if (hasWindowFunction(WindowFunctionResize))
blackbox->grabButton(Button1, Mod4Mask, frame.window, True, <<< from Mod1Mask
ButtonReleaseMask | ButtonMotionMask, GrabModeAsync,
GrabModeAsync, frame.window,
None, blackbox->resource().allowScrollLock());
....
void BlackboxWindow::ungrabButtons(void) {
blackbox->ungrabButton(Button1, 0, frame.plate);
blackbox->ungrabButton(Button1, Mod4Mask, frame.window); <<< from Mod1Mask
blackbox->ungrabButton(Button2, Mod4Mask, frame.window); <<< from Mod1Mask