Đang chuẩn bị liên kết để tải về tài liệu:
Character Animation with Direct3D- P4

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Character Animation with Direct3D- P4:This book is primarily aimed at teaching indie and hobby game developers how to create character animation with Direct3D. Also, the seasoned professional game developer may find some interesting things in this book. You will need a solid understanding of the C++ programming language as well as general object-oriented programming skills. | 46 Character Animation with Direct3D void SkinnedMesh Load char fileName BoneHierarchyLoader boneHierarchy Load a bone hierarchy from a file D3DXLoadMeshHierarchyFromX fileName D3DXMESH_MANAGED pDevice boneHierarchy NULL m_pRootBone NULL Update all Bone transformation matrices D3DXMATRIX i D3DXMatrixIdentity i UpdateMatrices Bone m_pRootBone i Sometimes it can be useful to locate a specific bone in a hierarchy for example if you would like to find the neck bone of a character and apply a rotation transformation matrix and make the head turn. The following D3DX function is then very useful LPD3DXFRAME D3DXFrameFind CONST D3DXFRAME pFrameRoot The root bone LPCSTR Name Name of bone you are looking for This function returns a pointer to the correct bone in the hierarchy or returns NULL if the bone wasn t found. Try to use this function in Example 3.1 to find the neck bone. Hopefully you know by now how to load a bone hierarchy by implementing the lD3DXAllocateHierarchy interface. Later on in the book you ll see how you can use the same interface to load several different morph targets from a single .x file rather than keeping these meshes in separate files. However for now it is time to actually apply a mesh to the bone hierarchy. lease purchase PDF Split-Merge on www.verypdf.com to remove this watermark. Chapter 3 Skinned Meshes 47 Character Animation with DirectSD Example 3.1 Applying a Mesh to the Bone Hierarchy As you probably know a mesh consists of several polygons that in turn consist of one or more triangles. Each triangle in turn is defined by three vertices i.e. three points in 3D space. Before you look at how to skin a complex character mesh to a bone hierarchy first just look at a single vertex. A vertex can be linked influenced by one or more bones in the bone hierarchy. The amount a bone influences a vertex is determined by a weight value as shown in Figure 3.4. sase purchase PDF Split-Merge on www.verypdf.com to remove this watermark. 48 Character .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.