tweakpane / plugin-camerakit

:camera: Enjoyable camera flavored controls for Tweakpane
https://tweakpane.github.io/docs/plugins/#camerakit
MIT License
42 stars 3 forks source link

Broken UI #8

Open rahulsingh-gpt opened 3 months ago

rahulsingh-gpt commented 3 months ago

The UI sometimes doesn't render correctly, and there's inconsistency in the appearance of individual elements.

folder.addInput(filter, "abberation", {
  view: 'cameraring',
  series: 0,
  step: 0.001,
  unit: {
    ticks: 5,
    pixels: 40,
    value: 1,
  },
});

UI

cocopon commented 3 months ago

Can you share a minimum reproduction environment for the issue? I can't see the relation between the code and the screenshot.