<div dir="ltr">Hi Dave, <div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 24, 2014 at 10:58 AM,  <span dir="ltr"><<a href="mailto:DEB63@pitt.edu" target="_blank">DEB63@pitt.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I work in one of the research labs at the University of Pittsburgh.  We<br>
are currently using the VES and KiwiViewer to render 3D medical research<br>
data on both iOS and Android.  As a nice added feature, we would like to<br>
implement a small orientation cube (or other rendered object) to assist<br>
users with the visualization of our data.<br>
<br>
To do this cleanly,  our current approach is to instantiate one larger and<br>
one smaller KiwiViewer within the same view controller (either<br>
GKLViewController on iOS, or GLSurfaceView on Android).  The smaller (top)<br>
KiwiViewer would support the orientation cube, and would need to have its<br>
background set to transparent in order to see the content of the larger<br>
KiwiViewer beneath it.   Our hope is that, by doing it this way, the two<br>
cameras would provide a clean way to synch up a subset of the gesture<br>
handling, etc…<br>
<br>
Are there any foreseeable issues with this approach, such as possible<br>
problems with trying to instantiate two KiwiViewers within one view<br>
controller (e.g. running two initGL()’s  for instance), or with setting<br>
the background of the orientation cube’s KiwiViewer to transparent?<br></blockquote><div><br></div><div>I would not recommend doing this approach. I would made the orientation geometry stay fixed to the screen (overlay object) and update the interactions so that it will only rotate and not translate with the scene. Having two GL context just for this is an overkill in my opinion. </div>
<div><br></div><div>- Aashish</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks<br>
<br>
<br>
<br>
_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/ves" target="_blank">http://public.kitware.com/mailman/listinfo/ves</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><font face="trebuchet ms, sans-serif"><i>| Aashish Chaudhary <br>| Technical Leader         <br>| Kitware Inc.            <br></i></font><div><i><font face="trebuchet ms, sans-serif">| </font><a href="http://www.kitware.com/company/team/chaudhary.html" target="_blank">http://www.kitware.com/company/team/chaudhary.html</a></i></div>
</div>
</div></div>