View Single Post
  #2  
Old 09-24-2012, 09:00 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
There is no built-in support for this in Vizard 3. It is possible in Vizard 4 though. In case you decide to upgrade, here is how to get access to the raw image data of a render texture in Vizard 4:
Code:
imgData = texture.saveToBuffer('<raw>')
Reply With Quote