1715114893
* Initial commit for camera * Initial commit for camera * expression animations for camear * fixed animations in viewport and minor math errors * reworked how properties work so animations always on, commented code and renamed methods * added functions to get the different types of matrices and added to mainpage to make viewport respond to changes in window size * added header, new interface that defines animation signatures, reworked Viewport's constructor and how it handles taking in a Visual, and added some error handling * documented files with XML comments * fixed bug where most get methods would always return initial value * ran UpdateHeaders.bat * Updated headers * added target to get build.bat to run correctly, should fix azure pipeline error * created custom xaml user control called ModelViewer * removed some unnecessary code and made build test pass * added support for using angles in degrees and updated mouse control * added a default obital camera with orthographic projection * Updating line endings * added code to stop properties from being set to bad values by keyframe animations * removed some unnecessary using statements |
||
---|---|---|
Experimental/CameraComponent | ||
SceneLoader | ||
TestViewer | ||
build | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
SceneLoader.sln | ||
azure-pipelines.yml | ||
settings.xamlstyler | ||
version.json |
README.md
SceneLoader for Windows UI
SceneLoader is a library for generating Windows.UI.Composition.Scenes scene graphs from 3D file formats such as glTF. This project aims to simplify the design-to-code workflow for rendering 3D assets in your Windows applications.
SceneLoader currently produces a SceneNode, allowing you to programmatically construct your own Visual tree. A proposed companion Microsoft.UI.Xaml control is expected to enable 3D assets to be loaded from markup without requiring explicit management of the Visual tree.
Supported SDKs
- May 2019 Update (18362)
Getting Started
Build Status
Target | Branch | Status | Recommended NuGet package |
---|---|---|---|
0.0.1 | master | ? |
Feedback and Requests
Please use GitHub Issues for bug reports and feature requests.
Principles
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
.NET Foundation
This project is supported by the .NET Foundation.