Forum: Poser Python Scripting
Subject: How to make a Poser texture image display what a camera sees?
Anthony Appleyard opened this issue on Feb 13, 2018 ยท 3 posts
Anthony Appleyard posted Tue, 13 February 2018 at 5:48 AM
If a Poser scene has:
- A main camera, which is being used for the current image.
- An object P which has a textured surface P2 which is visible on the main camera.
- A camera Dolly2, parented to some object such as a gun, e.g. to see what the gun's sight sees.
Can I, within one Poser run (probably needing a Python script), render what Dolly2 sees, then feed the resulting rendered image into one of textured surface P2's texture nodes, then make the main render using the main camera?