microsoft / WindowsAppSDK-Samples

Feature samples for the Windows App SDK
MIT License
685 stars 217 forks source link

Update DrawingCsTestApp's SceneNode scenario to load the helmet model #346

Closed achen144 closed 2 months ago

achen144 commented 2 months ago

Updates DrawingCsTestApp's SceneNode scenario to load the helmet model into Scene API objects, with a rotation animation applied. It reads the model's textures and mesh data from asset files, instead of hard-coded binary blobs.

jeffstall commented 2 months ago

Good