Keijiro Takahashi
Keijiro Takahashi
Metal doesn't have geometry shader. It has to be emulated by using compute + procedural indirect draw.
Currently, KlakSpout only supports the ARGB32 format. It should support the ARGB_Float format at least.
Increasing Strength more than 1.0 introduces banding in darkened areas. This is noticeable in the Statue test scene. This banding can be removed by using half-float textures for storing AO,...
Klak.Wiring doesn't have an integer accessor. It might be nice to have.
Reported from a user. > When you move a mouse cursor to an opened Patcher window with ‘No patch is selected’ then Inspector is being reset.
https://github.com/keijiro/MidiAnimationTrack/blob/master/Packages/jp.keijiro.klak.timeline.midi/Runtime/MidiEvent.cs#L15
It would be better to use aux effector to fix contact points.
When I try image2image with ready-made Core ML models, it throws the following error. ``` StableDiffusion/Encoder.swift:96: Fatal error: Unexpectedly found nil while unwrapping an Optional value ``` You can reproduce...
- Segmentation filter: It should segment individuals separately. - Keypoint detect: It should provide a list of poses for multiple people. Currently, it only returns a single pose.