This video shows the velocity buffer used to render motion blur during post-processing in the C4 Engine. The screen-space velocity accounts for the motion of the camera, objects, and even vertices for cloth and skinned meshes. This technique is described in FGED2, Section 10.7.
Here's a short video showing atmospheric shadowing in the C4 Engine. It marches along rays and samples the cascaded shadow map to determine how much light is inscattered toward the camera. The results are combined with the scene in post. See FGED2, Section 10.6 for details.
Here are 200 zombies in the C4 Engine. Each zombie model has 56 bones and a skinned mesh with 3051 vertices. Skinning calculations happen every frame on the CPU through the multithreaded job manager. (Be warned that the audio gets kind of loud.)
Here's a quick video showing a few distortion effects in the C4 Engine. The window in the upper-left shows the distortion buffer, an off-screen render target containing per-pixel (x,y) offsets that get applied during postprocessing.
Here's some video of the SSAO buffer as I run around in the C4 Engine. The details about this particular flavor of ambient occlusion are discussed in FGED2, Section 10.5.
https://t.co/wXhdKg6fPM
@Karmacomposer Rigged characters are imported by (a) creating a new world, (b) using the File->Import Scene command to load a DAE or OGEX file, (c) making any material assignments or changes you need, and (d) using the File->Save to Model Resource command to make an MDL file.
@Karmacomposer C4 is downloaded from GitHub:
https://t.co/rlyoj0ujU6
It looks like you already have access. The latest version is listed on the right under Releases.
Anyone remember https://t.co/uVycuGdsEE? It was *the* place to go for discussion about game engines and reliable independent reviews. It's too bad they're not around any more, but the C4 Engine reviews can still be found with the Wayback Machine:
https://t.co/66icj0B6Kd
The C4 Engine costs $100 per person, and that gets you in for life. There are no fees beyond that, and there can't ever be. Unlike everyone else's, our license doesn't have a clause that allows us to change terms unilaterally at any time for any reason.
https://t.co/ikLOQGMNNX