<div dir="ltr">Hi Jurre, <div><br></div><div>You want to use ves mailing list for this question. You are making the background transparent so that another android layer or something shows up behind it? </div><div><br></div>
<div>- Aashish</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 15, 2013 at 12:30 PM, Jurre Hanema <span dir="ltr"><<a href="mailto:jurre@stack.nl" target="_blank">jurre@stack.nl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I am developing an app based on the KiwiViewer code. Objects should be rendered on a transparent background, instead of the standard blue one.<br>
<br>
To achieve this, I have modified the function declaration and definition of vesKiwiBaseApp::<u></u>setBackgroundColor() such as to expose the alpha-argument of vesRenderer::<u></u>setBackgroundColor():<br>
<br>
void vesKiwiBaseApp::<u></u>setBackgroundColor(double r, double g, double b, double alpha)<br>
{<br>
  this->Internal->Renderer-><u></u>setBackgroundColor(r, g, b, alpha);<br>
}<br>
<br>
In KiwiNative.cpp, I can now call app->setBackgroundColor() as follows:<br>
<br>
bool loadDataset(const std::string& filename, int builtinDatasetIndex)<br>
{<br>
  // ...<br>
  app->setBackgroundColor(255, 0, 0, 0);<br>
  // ...<br>
}<br>
<br>
Alas, this does change the background color to solid red instead of transparency.<br>
<br>
How to achieve rendering on a transparent background with Kiwi?<br>
<br>
Regards,<br>
Jurre<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/<u></u>listinfo/vtkusers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>| Aashish Chaudhary <br>| R&D Engineer         <br>| Kitware Inc.            <br>| <a href="http://www.kitware.com">www.kitware.com</a>    
</div>