Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting the vertices and the indices #35

Closed
AndreAhmed opened this issue May 23, 2016 · 2 comments
Closed

getting the vertices and the indices #35

AndreAhmed opened this issue May 23, 2016 · 2 comments
Labels

Comments

@AndreAhmed
Copy link

Hi chuck,

is it possible to access the vertices and the indices of a directxtk sdkmesh model ?

@AndreAhmed
Copy link
Author

when its possible to load skinning modal files ?

@walbourn
Copy link
Member

The implementation of Model puts the VB/IB data into DEFAULT pool buffers, so they are not accessible by the CPU. This is the most efficient method. If you want to do face-level picking, then you really need to keep another copy of the data in CPU memory. Note built-in support for this is covered by this issue.

Both SDKMESH and CMO models with skinning are loaded using the SkinnedEffect. There's not currently support for loading and playing back animations, which is covered by this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants