Schell Carl Scivally

Results 69 issues of Schell Carl Scivally

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/context.rs#L141

todo

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/gltf.rs#L1027

todo

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/ibl/diffuse_irradiance.rs#L74

todo

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/texture.rs#L777

todo

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/ibl/diffuse_irradiance.rs#L84

todo

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/stage/cpu.rs#L43

todo

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/math.rs#L72

todo

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/gltf.rs#L1079

todo

https://github.com/schell/renderling/blob/d8bdb6fbf302068a90573e37e3013f994d4e3e5c/crates/renderling/src/diffuse_irradiance.rs#L91

todo

log::trace!("Loading skins"); for skin in document.skins() { let skin_index = skin.index(); let joints = skin .joints() .map(|node| nodes.at(node.index())) .collect::(); let joints = self.append_array(&joints); let inverse_bind_matrices = skin .inverse_bind_matrices() .map(|acc| accessors.at(acc.index()))...

todo