Boyd Multerer
Boyd Multerer
Yeah. it does not account for stenciling when checking for inputs.
This is going to require some thought
And also yes, [#253](https://github.com/boydm/scenic/issues/253) would be the same issue.
My inital thought is to mark scissor regions in the input tree in the viewport. Then when searching down the tree, it would be pretty easy to see if the...
Yes. Scenic uses the GPU. There could be a backend that doesn't, but I haven't written that yet. Brian, could you please post in the part of your config.exs that...
Also, what machine is this running on?
Thanks. This is not an issue with scenic itself, but might be an issue with scenic_driver_local. Possibly an issue with how it uses the Intel UHD Graphics card. The `@opts_scema`...
There are other driver opts you can play with. For a good time, try... ``` drivers: [ [ position: [scaled: true, centered: true, orientation: :upside_down], module: Scenic.Driver.Local, name: :local, window:...
That would be specific to the local driver. Scenic itself shouldn't know about that, but the driver can.
That is super weird. Can I see the bit of graph or whatever that draws the arrow?