I must be missing something, but I’m trying to have a wireframe object (rendered with “Wire” selected on the materials) show up behind a glass bottle, and it’s not appearing. Other things are, so I know my ray trans depth is sufficient. Anybody know what I’m overlooking?
um, is ZTransp turned on for the glass? I just did a quick wire cube behind a partially transparent plane and it works here (2.44). But I am not sure what raytraciing has to do with it…off or on it still looks great.
I’m pretty sure the wire rendering is a z buffer trick that only works in the final pass scanline render. That’s why you can’t have a wire material inside a shader node setup. The solid-wireframe script that creates actual geometry should sort you out though.
i tried fiddling with Renderlayers for you but to no avail. BUT you could put the wired object in one scene with ZTramsp, the glass in the other scene using RayTransp, and then composite node them together, alphaundering the wire under the glass.
Edit Mode>Mesh>Scripts>Solid Wireframe. I’m on windoze right now in V.2.44. Don’t know about Linux cuz I’ve been stuck on this OS all day but the script is here with the official version.