sohchatt

Results 5 issues of sohchatt

Build `CameraComponent` as a standalone package so it can be used in multiple contexts (modelviewer, custom, etc.) like SceneLoader. This would mean it moves from `/Experimental` to `/Camera`

feature-camera

Self-explanatory

feature-loader

Currently, only embedded textures are supported. Extend support to include externally referenced assets.

feature-loader

Follow the precedent set by Lottie-Windows for loading assets from URI / stream : https://github.com/windows-toolkit/Lottie-Windows/blob/master/source/Lottie/LottieVisualSource.cs

feature-loader

This design allows SceneLoader to supply a Visual tree to the WinUI control much like Lottie-Windows implements IAnimatedVisualSource. As a result, the WinUI ModelViewer control has no dependence on the...

feature-loader