Forum

Author Topic: Is it possible to modify the texture by "unrendering"?  (Read 1930 times)

Goldname

  • Newbie
  • *
  • Posts: 6
    • View Profile
Is it possible to modify the texture by "unrendering"?
« on: July 12, 2019, 08:30:25 AM »
Given a 3D model, I'm hoping to be able to render it, modify the rendered image, then "unrender" or "paste" the image along with the modifications back to the 3D model. Is this possible?

pbourke

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Personal/professional web site
Re: Is it possible to modify the texture by "unrendering"?
« Reply #1 on: July 14, 2019, 04:48:58 AM »
It is possible to project an image (your rendering) onto a 3D model. Except, in general the rendered image does not contain enough texture information, so when projected onto the model there will be parts untextured ... specifically those not visible from the rendering camera position.
Photographic reconstruction portfolio
http://paulbourke.net/reconstruction/portfolio/

Goldname

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Is it possible to modify the texture by "unrendering"?
« Reply #2 on: July 15, 2019, 09:41:51 AM »
Thanks for the response. I plan to start with a fully textured 3D model. With this, I plan to modify the texture by modifying a rendered portion of it. Do you know any method to do this in python?