-
-
-
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); }
-
-
-
-
Astrocuco DevLog
Work in Progress - Started by Yue,
My video game in development using Leadwerks video game engine. An adventure in development.
-
-
-
Mud and tire effects (with shader)
Work in Progress - Started by Marcousik,
I'm really happy about this
At the moment the effect is only applied at the one tire forward right of the truck.
It seems the mud is moving with the tire.
Thx and credit @havenphillip for basis shader
-
SALVATIONLAND - Updated Release Trailer
Games - Started by eX Software,
Release trailer of eX Software's first indie-game, powered by Leadwerks.
Annotation:
Deciding to find the "city of dreams", young traveller from the wasteland named Victor went to northern mountains by the old railway tracks. The desire to find his place in the cradle of surviving mankind turns into a struggle against an evil mayor and transformation into a hero-liberator...
Buy our game in Steam:
https://store.steampowered.com/app/1807590/SALVATIONLAND/