Well, I don't have first-hand experience with these things, I just know that people somehow design models that can flex :-) You know, like having a character run up steps and needing to have the foot meet the step in a realistic way, while all the vertices that make up the knee have been averaged somewhere inbetween a standing animation frame and a crouched animation frame. I kind of assumed you could make them with Blender, but have never actually done so. I would guess there would need to be some sort of equation encoded in the model, like "N * this vector + M * that vector" and someone clever would have found a way to build that into a big matrix so that you just take the "joint angles" of the model and do some matrix multiplication and get the current vertex array for the model.

Maybe every game engine defines their own format? I'd be interested to know if any open-source tools standardized on something.

Mainly, I hate it when I spend a bunch of effort making a re-usable piece, and then the very second problem I try to apply it to requires me to re-design it from scratch.


In reply to Re^7: Creating X BitMap (XBM) images with directional gradients by NERDVANA
in thread Creating X BitMap (XBM) images with directional gradients by kcott

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.