Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - maharg

#1
Yep, you use bones as deformers in your 3d program. It's how all modern games and movies animate their characters and props that aren't simulated by physics with the exception of ragdoll physics which also are in games. That way, the game loads the mesh and skeleton once and you load a bunch of animation files which takes up much less space then the old vertex deformation method which was used back in the quake days. Takes more processing though.

Maharg
#2
I asked this a year or two ago and the answer was "not yet". I am wondering if there is support for animated skinned meshes in GLBasic now. My current project requires it and I wanted to see if I could use GLBasic for it.

Thanks,
Maharg