Andreas Atteneder

Results 64 issues of Andreas Atteneder

Hello dear Draco developers, This PR mostly serves the purpose of suggesting additions/changes, kick off discussions and not primarily to be merged in the end. The code can be tested...

**Problem Description** A glTF that contains multiple scenes and animations potentially creates problems :) All `animations` are assigned to every scene instance. Assuming the node hierarchy of scenes is different,...

bug

feat: Loading many KTX textures is now not blocking the main thread anymore. Requires experimental KtxUnity version (1.3.0 or 2.2.0) respectively and is blocked by their release.

Some use-cases require extreme value ranges when it comes to node positions/transforms (think globe-, or universe-scale scenes) While glTF's JSON is capable of representing high-range values in text form, Unity's...

enhancement

glTF export currently only supports Unlit, Standard and Lit shaders (across BiRP, URP and HDRP) Adding support for our own glTF shaders and shader graphs would allow (close to) lossless...

enhancement
export

glTFast has a bunch of custom shaders and shader graphs. There has been some effort to create a good inspector GUI, but it's far from great.

enhancement
design-time

Currently glTFast always loads the entire content of a glTF file before anything can be instantiated. It allows you to instantiate an individual glTF scene, but no more granular control....

enhancement
import

Add support for the extension [KHR_xmp_json_ld](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_xmp_json_ld): > This extension adds support for [XMP (Extensible Metadata Platform) (ISO 16684-1)](https://www.iso.org/standard/75163.html) metadata to glTF. Metadata is used to transmit information (such as attribution,...

enhancement
extension

Quantized meshes have high amplitude vertex positions and counter-acting low node scale values. The shader used for the built-in engine sometimes lacks the precision for this and flips to either...

wontfix

See [MSFT_lod extension](https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/MSFT_lod/README.md) For export, see #345

enhancement
extension
import