I’m doing a project where I need to create a 3D scene within a specified area of a projection, and I’m not sure of how I should go about this in Notch.
Is there a way to define a pixel range in the viewport? I guess I could create a pixel map in photoshop and use that as a guide, but It’d be cool if Notch had it’s own way of doing this.
The pixel map in question is a L-shape rotated 90 degrees.
I guess what I would need in Notch would be some kind of rulers like the ones found in Adobe softwares. Another option would be to make shapes with set pixel sizes in the output. For example, a square which is 500x500 pixels with the top right corner at pixel cordinates X0 Y 500.
So essentially I’m looking for a way to make sure my content is at the right place in my output.