<div dir="ltr">Hi,<div><br></div><div>you can get inspiration from the OpenIG project (<a href="http://openig.compro.net">http://openig.compro.net</a>) , there is a SilverLining plugin (<a href="https://github.com/CCSI-CSSI/MuseOpenIG/tree/master/Plugin-SilverLining">https://github.com/CCSI-CSSI/MuseOpenIG/tree/master/Plugin-SilverLining</a>) with reflections working together with Triton</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 15, 2018 at 3:51 PM, Chris Hardy <span dir="ltr"><<a href="mailto:hardyc02@gmail.com" target="_blank">hardyc02@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It turns out this is pretty easy, I just made a couple of silly uncaffeinated mistakes. In case anyone gets stuck in the same hole, all you have to do is create your own TextureObject and assign it to the TextureCubeMap.<br>
<br>
Perhaps there are some finer details missing in this solution but the output on the screen is at least accurate to what I want for the moment.<br>
<br>
<br>
Code:<br>
<br>
unsigned int handle;<br>
void* ptr = &handle;<br>
atm->GetEnvironmentMap(ptr, 6);<br>
<span class=""><br>
osg::TextureCubeMap* hdrEnvMap = new osg::TextureCubeMap;<br>
</span>osg::Texture::TextureObject* textureObject = new osg::Texture::TextureObject(<wbr>hdrEnvMap, (GLuint)ptr, GL_TEXTURE_CUBE_MAP);<br>
hdrEnvMap->setTextureObject(<wbr>camera->getGraphicsContext()-><wbr>getState()->getContextID(), textureObject);<br>
<br>
<br>
<br>
<br>
My reflections are the wrong way around but that's my own problem I suppose. :P<br>
<span class=""><br>
------------------<br>
Read this topic online here:<br>
</span><a href="http://forum.openscenegraph.org/viewtopic.php?p=72962#72962" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=72962#<wbr>72962</a><br>
<br>
<br>
<br>
<br>______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">trajce nikolov nick<br></div>
</div>