-
A Demon's Game | Pre-Alpha First Look!
Games - Started by lxFirebal69xl,
FREE - http://www.indiedb.com/games/a-demons...
If you liked the video leave a like and subscribe, it really helps my channel, thanks for watching!
Subscribe today ► http://bit.ly/1ozjxST
-
Leadwerks Sandbox Preview
Work in Progress - Started by Admin,
Visit http://www.leadwerks.com and start making games. Early preview of real-time physics editing in Leadwerks Sandbox. -
Per-bone Animation
Work in Progress - Started by Josh,
First pass at per-bone animations, combining upper body and lower body actions.
This is all it takes to control this animation:
//Load a model auto model = LoadModel(world, "Models2/merc/merc.mdl"); auto bone = model->skeleton->FindBone("spine_01_Military_Male"); //Main loop while (window->Closed() == false and window->KeyDown(KEY_ESCAPE) == false) { if (window->KeyDown(KEY_UP)) { model->Animate("walk", 0.4); } else { model->Animate("idle", 0.4); } if (window->KeyHit(KEY_SPACE)) model->Animate("shoot", 0.25, 100, ANIMATION_ONCE, 0, bone); world->Update(); world->Render(framebuffer); }
-
-
Real-time Global Illumination WIP
Work in Progress - Started by Josh,
The edges of the GI volume now fade as they go out of range. This can be used with the final GI stage to fade the effect out, or to smooth the transition between stages. It was difficult to get the code for this exactly right because the volume texture moves in increments with the camera.
-
-
-
Crime Closer Trailer 1
Work in Progress - Started by nick.ace,
Some gameplay footage to create a trailer for Crime Closer. Please for this game on Greenlight! http://steamcommunity.com/sharedfiles/filedetails/?id=358772338 Credits: Some models are from Arteria3D -
-