Copy link to clipboard
Copied
Screenshots:
Whiteprint Visible - White layer okay
Blueprint Visible - Blueprint layer okay
Both Visible - looks like it 'splits'
My guess is that it has something to do with the die line image being in 3D space...
Copy link to clipboard
Copied
This is called "Z-Fighting" and it's very easy to fix. The problem is occuring because both layers are occupying the exact same spot in 3D space and they're intersecting. Just push the zPosition of your whiteprint layer 1 pixel forward and you'll see it properly sit on top of the blueprint layer. If it disappears completely, then adjust the zPosition in the opposite direction (+1 instead of -1).
Copy link to clipboard
Copied
Copy link to clipboard
Copied
No problem. Instead of adjusting your Z Orientation or Z Rotation like you have in the screenshot, adjust the third value of your Position parameter. That's a x,y,z array, so you just need to change the value of "0" to "1" or "-1".
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Is the issue the white space at the bottom? You don't need to move both layers, just one of them so it's a pixel or two separated from the others. I would set them both back to 0 and then adjust one at a time only one or two pixels. What exactly is the issue though if it's not the white space at the bottom?
Copy link to clipboard
Copied
Please do not use the "Drag and Drop here..." field to add your screenshots. It is annoying to use and useless on some devices. Drag your screenshots directly to the reply form or use the toolbar to embed them. Cropped screenshots that don't show the modified properties of the problem layers are also not very helpful.
When you stack up 3D layers is a really good idea to offset the layers by 1 pixel in Z before you move them. You can do this with the anchor point or the position property. You should also parent all stacked layers if you intend to move them together. Parenting also makes the Z offset easier to figure out.