Petar Tasev

Results 7 issues of Petar Tasev

Looks like the glTF spec added the optional Texcoord_n, and Color_n morph targets. Should this be supported in `IMorphTargetBuilder` and `IMeshDecoder`? > Client implementations SHOULD support at least three attributes ...

**Is your feature request related to a problem? Please describe.** The glTF spec allow for morph targets to be texture coords and colors. Blender does not appear to support importing...

discussion

It seems the code allocates all blocks necessary during decoding, but these blocks are only used temporarily. It would be ideal if instead of allocating separate blocks, the decoded data...

enhancement

The following article mentions that instead of using the round-trip specifier `R` for double and float, `G17` and `G9` should be used respectively. It also mentions the `R` specifier may...

doc-enhancement
Pri3
area-System.Runtime

- Updated to .NET 8.0 - Added support for reading version 1.5.0 (found in a PS3 proto build) - Added support for reading big endian archives for 1.5 - Added...

I tried to look into this issue, but I'm having a hard time understanding the code. I added this unit test which fails with an exception. The message is `Could...