Currently there doesn’t seem to be an easy way to use a stoner on a surface that isn’t the same aspect ratio.
If you’re projecting an output at 1920x1080 but this input texture is smaller, you need to adjust for this somehow:
This makes the UI pretty unusable, and you need to fit this back to projector resolution after:
If you scale before, it makes the stoner difficult to use since we need to grab the invisible corners instead of the texture corners.
@harveymoon suggested that the input and output sizes for the stoner are detached. The output texture resolution should always be the projectors resolution. The input texture can be whatever it is and the stoner should allow you to manipulate that smaller texture within the larger field.
We’ve figured out a number of steps to allow the input and output texture sizes to be different.
We feel this is a great addition to the stoner and would be great to implement in the future.
It did get a bit confusing with the different places scalars are done.
See attached TOX as an example:
base_stonerMod.tox (2.7 MB)