summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorgman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 15:52:10 +0000
committergman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 15:52:10 +0000
commitc8b58a46e4f97791f81500006e464a94d68c8c12 (patch)
tree8991b7d38e19d9808ef273049a57c7338f4122d2 /skia
parent1b91f510fdda3d6e764e0476df5a82c64ae2975e (diff)
downloadchromium_src-c8b58a46e4f97791f81500006e464a94d68c8c12.zip
chromium_src-c8b58a46e4f97791f81500006e464a94d68c8c12.tar.gz
chromium_src-c8b58a46e4f97791f81500006e464a94d68c8c12.tar.bz2
This CL makes the collada importer handle skinned data
better. Specifically, it takes the original VertexBuffer and splits it. One VertexBuffer contains the parts fields that get skinned. (POSITION, NORMAL, etc...) The other VertexBuffer contains the fields that don't get Skinned. (COLOR, TEXCOORD, etc...) That way instancing you can share the non-skinned VertexBuffer. The next step is to not serialize the skinned VertexBuffer's contents. Review URL: http://codereview.chromium.org/118156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17942 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
0 files changed, 0 insertions, 0 deletions