Julian Knodt

Results 42 issues of Julian Knodt

This adds the ability to actually load the D-NeRF dataset, which another PR adds. This technically should be merged after that one, but they are independent. It also mostly is...

Rather than recreate an entire new model, blend Dynamic-NeRF into the existing vanilla nerf model. It also adds a temporal distortion which can be applied in the middle of the...

[NR-NeRF](https://arxiv.org/pdf/2012.12247.pdf) is another approach to dynamic NeRF that uses rigidity and additional losses. I don't know if dedicating a whole set of configs to dynamic approaches is good, maybe it...

This temporarily sets the time be 0 for all renders in the viewer. This way for the D-NeRF dataset it will at least render something coherent, and for other datasets...

When a trait contains a const: i.e. `Foo`, if `T : Foo`, `T: Foo`, we should permit `T : Foo` to be true. This can currently be emulated using specialization...

**Describe the bug** LayerElementMaterial in FBX files is currently always set to `AllSame` for mapping information type. For some models, they instead map per face `ByPolygon`. Assimp should be able...

Bug
FBX

**Describe the bug** When exporting an FBX, assimp currently puts each mesh in its own node. This behavior is not required by FBX, as each node may support multiple meshes....

Bug
FBX

Closes #5256 This should be tested on a model with redundant bone names before being merged, as that is the only case where differences may occur.

**Describe the bug** When importing a mesh with blendshapes and setting `JoinIdenticalVertices`, it only applies to the original mesh. It should apply to all blendshapes as well, to ensure that...

Bug

**Describe the bug** When exporting to GLB, morph meshes are currently dropped. **To Reproduce** Steps to reproduce the behavior: Import the morph stress test glb file: https://github.com/assimp/assimp/issues/4905 then export. The...

Bug