<div dir="ltr">Hi Jurre,<div><br></div><div>You will have to add blend attribute as well (vesBlend).  The default blend equation probably will work for you. Have a look at the vesBackground.cpp.  Let us know if you need any help. </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 1: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, such that another Android layer (a camera view, in this case) can be displayed behind it.<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 changes 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>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com" target="_blank">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-<u></u>bin/mailman/listinfo/ves</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>