<div dir="ltr">One other quick thought that came to me, android uses multiple threads/jobs by default and if I recall correctly we do something special in the java example (I forget if you are using java or pure native) to make sure the rendering happens in the right thread. Maybe your function is not calling render in the right thread?  Might be worth a shot. I believe the code we use is something like the following in <div><br></div><div><a href="https://gitlab.kitware.com/vtk/vtk/blob/master/Examples/Android/JavaVTK/src/com/kitware/JavaVTK/JavaVTKView.java">https://gitlab.kitware.com/vtk/vtk/blob/master/Examples/Android/JavaVTK/src/com/kitware/JavaVTK/JavaVTKView.java</a> <br></div><div><br></div><div><pre class="" style="font-family:Menlo,'Liberation Mono',Consolas,'DejaVu Sans Mono','Ubuntu Mono','Courier New','andale mono','lucida console',monospace;padding:10px;margin-top:0px;margin-bottom:0px;word-wrap:normal;border-left-width:1px;border-style:none none none solid;border-left-color:rgb(220,224,230);border-radius:0px;font-size:13px!important;line-height:1.5!important;color:rgb(51,51,51)!important"><code style="font-family:Menlo,'Liberation Mono',Consolas,'DejaVu Sans Mono','Ubuntu Mono','Courier New','andale mono','lucida console',monospace;font-size:inherit;padding:0px;color:inherit;border-radius:0px;word-wrap:normal;background-color:transparent"><span id="LC287" class="" style="display:inline"> <span class="" style="color:rgb(153,153,136);font-style:italic">// forward events to rendering thread for it to handle</span></span>
<span id="LC288" class="" style="display:inline">    <span class="" style="font-weight:bold">public</span> <span class="" style="color:rgb(68,85,136);font-weight:bold">boolean</span> <span class="">onKeyUp</span><span class="" style="font-weight:bold">(</span><span class="" style="color:rgb(68,85,136);font-weight:bold">int</span> <span class="">keyCode</span><span class="" style="font-weight:bold">,</span> <span class="">KeyEvent</span> <span class="">event</span><span class="" style="font-weight:bold">)</span></span>
<span id="LC289" class="" style="display:inline">    <span class="" style="font-weight:bold">{</span></span>
<span id="LC290" class="" style="display:inline">        <span class="" style="font-weight:bold">final</span> <span class="">KeyEvent</span> <span class="">keyEvent</span> <span class="" style="font-weight:bold">=</span> <span class="">event</span><span class="" style="font-weight:bold">;</span></span>
<span id="LC291" class="" style="display:inline">        <span class="">queueEvent</span><span class="" style="font-weight:bold">(</span><span class="" style="font-weight:bold">new</span> <span class="">Runnable</span><span class="" style="font-weight:bold">()</span></span>
<span id="LC292" class="" style="display:inline">            <span class="" style="font-weight:bold">{</span></span>
<span id="LC293" class="" style="display:inline">            <span class="" style="font-weight:bold">public</span> <span class="" style="color:rgb(68,85,136);font-weight:bold">void</span> <span class="">run</span><span class="" style="font-weight:bold">()</span></span>
<span id="LC294" class="" style="display:inline">                <span class="" style="font-weight:bold">{</span></span>
<span id="LC295" class="" style="display:inline">                <span class="">myRenderer</span><span class="" style="font-weight:bold">.</span><span class="" style="color:teal">onKeyEvent</span><span class="" style="font-weight:bold">(</span><span class="" style="font-weight:bold">false</span><span class="" style="font-weight:bold">,</span> <span class="">keyEvent</span><span class="" style="font-weight:bold">);</span></span>
<span id="LC296" class="" style="display:inline">                <span class="" style="font-weight:bold">}</span></span>
<span id="LC297" class="" style="display:inline">            <span class="" style="font-weight:bold">});</span></span>
<span id="LC298" class="" style="display:inline">        <span class="" style="font-weight:bold">return</span> <span class="" style="font-weight:bold">true</span><span class="" style="font-weight:bold">;</span></span>
<span id="LC299" class="" style="display:inline">    <span class="" style="font-weight:bold">}</span></span></code></pre></div><div><br></div><div>THanks</div><div>Ken</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 26, 2015 at 7:00 AM, Lonni Besançon <span dir="ltr"><<a href="mailto:lonni.besancon@gmail.com" target="_blank">lonni.besancon@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks again for your answer and the help you have provided once again.<div><br></div><div>I’m afraid it cannot be a problem with the mapper as it is set before this function is called ( I can check that easily because I use an other function that does exactly what I want to do in terms of rotating and translating an actor before I call this one ).</div><div><br></div><div>One of the weird things is that the matrix is apparently modified because I have tried to send it through UDP to an other machine to check if that was working and apparently it is working (the matrix I receive is modified it’s just that the rendering cannot be done for some unknown reason).</div><div><br></div><div>Again, thanks for the help you have provided me so far, you have been more than helpful. </div><div><br></div><div>Contact me when you’re back and I could send you the whole project if you’d like to take a better look at it (however be aware that I’m still playing with vtk for android, so the code is not optimised at all but that is not the point for the time being).</div><div><br></div><div>Have a very nice holiday with your family (wish we had the equivalent of Thanksgiving in France).</div><div><br></div><div><br><div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="text-align:start;text-indent:0px;word-wrap:break-word"><div style="text-align:start;text-indent:0px;word-wrap:break-word"><div style="text-align:start;text-indent:0px;word-wrap:break-word"><div><div style="color:rgb(34,34,34);letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px;font-family:arial,sans-serif;font-size:13px"><div><i>Best / Cordialement,<br></i></div><div><i><br>Lonni Besançon<br></i></div><i>PhD Student with the </i><a href="http://www.aviz.fr" rel="nofollow" link="external" target="_blank">AVIZ</a><i> team at Inria and with the </i><a href="http://hapco.limsi.fr" rel="nofollow" link="external" target="_blank">HAPCO</a><i> team at Limsi/CNRS<br></i></div><div style="color:rgb(34,34,34);letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px;font-family:arial,sans-serif;font-size:13px"><i>Teaching Assistant at Polytech Paris Sud and Université Paris Sud</i></div><div><i><font color="#222222" face="arial, sans-serif" size="2">Address: University Paris-Saclay, Bat 660 (Digiteo) — Office 1041</font></i></div><div style="color:rgb(34,34,34);letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px;font-family:arial,sans-serif;font-size:13px"><i>Email: <a href="http:///user/SendEmail.jtp?type=node&node=5735213&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a><br></i></div><div style="color:rgb(34,34,34);letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px;font-family:arial,sans-serif;font-size:13px"><i>Phone: <a href="tel:%2B33689902815" value="<a href="tel:%2B33689902815" value="+33689902815" target="_blank">+33689902815</a>" target="_blank" style="color: rgb(17, 85, 204);" class=""><a href="tel:%2B33689902815" value="+33689902815" target="_blank">+33689902815</a><br></i></div><div style="color:rgb(34,34,34);letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px;font-family:arial,sans-serif;font-size:13px">WebPage: <a href="http://lonni.besancon.pagesperso-orange.fr" rel="nofollow" link="external" target="_blank">http://lonni.besancon.pagesperso-orange.fr</a> </div><div style="color:rgb(34,34,34);letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px;font-family:arial,sans-serif;font-size:13px"><i>LinkedIn: </i><a href="http://fr.linkedin.com/pub/lonni-besan%C3%A7on/77/552/a38/en" title="Voir le profil public" name="15143aa867bba965_1497ccbc27a7c416_SafeHtmlFilter_webProfileURL" style="color:rgb(17,85,204)" rel="nofollow" link="external" target="_blank">fr.linkedin.com/pub/lonni-besançon/77/552/a38/en</a></div></div><div style="color:rgb(0,0,0);letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px"><br></div></div><br></div><br></div><br></div><br><br>
</div>
<br><div><blockquote style="border-left:2px solid #cccccc;padding:0 1em" type="cite"><div>On 25 Nov 2015, at 23:30, Ken Martin [via VTK] <<a href="http:///user/SendEmail.jtp?type=node&node=5735213&i=1" rel="nofollow" link="external" target="_blank">[hidden email]</a>> wrote:</div><br><div><div dir="ltr" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Thanks Lonni,<div><br></div><div>The shaders look fine so I suspect what is happening is that somehow a render is getting called when there is no data for the mapper. The "error setting attribute" type problems stem from either the shader not actually using the passed attribute or attempting to set the attribute with no data. Looking at the shader the attributes are definitely being used which means the error is maybe due to somehow setting the attribute with no data. Maybe somehow the mapper is not setup yet when your new method is getting called?  I'm out for Thanksgiving the rest of the week but if you are still stuck next week let me know and I can look a bit deeper.</div><div><br></div><div>Thanks</div><div>Ken</div><div><br></div></div><div class="gmail_extra" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br><div class="gmail_quote">On Mon, Nov 23, 2015 at 11:59 AM, Lonni Besançon<span> </span><span dir="ltr"><<a href="x-msg://15/user/SendEmail.jtp?type=node&amp;node=5735198&amp;i=0" target="_top" rel="nofollow" link="external" class="">[hidden email]></span><span> </span>wrote:<br><blockquote style="border-left:2px solid #cccccc;padding:0 1em" class="gmail_quote">Sorry for the time I took to answer. I will update the post on SO.<br><br>So here is the code I got from the error macro:<br>/W/NativeVTK( 7871): rotation = 0.000000 ;;; 0.000000 ;;; 0.583755<br>E/VTK     ( 7871): ERROR: In<br>/Users/.../Desktop/VTKNew/Rendering/OpenGL2/vtkOpenGLPolyDataMapper.cxx,<br>line 1237<br>E/VTK     ( 7871): vtkOpenGLPolyDataMapper (0x4ba59268): VS:<br>//VTK::System::Dec<br>E/VTK     ( 7871):<br>/*=========================================================================<br>E/VTK     ( 7871):   Program:   Visualization Toolkit<br>E/VTK     ( 7871):   Module:    vtkPolyDataVS.glsl<br>E/VTK     ( 7871):   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen<br>E/VTK     ( 7871):   All rights reserved.<br>E/VTK     ( 7871):   See Copyright.txt or<br><a href="http://www.kitware.com/Copyright.htm" rel="nofollow" link="external" target="_blank">http://www.kitware.com/Copyright.htm</a><span> </span>for details.<br>E/VTK     ( 7871):      This software is distributed WITHOUT ANY WARRANTY;<br>without even<br>E/VTK     ( 7871):      the implied warranty of MERCHANTABILITY or FITNESS<br>FOR A PARTICULAR<br>E/VTK     ( 7871):      PURPOSE.  See the above copyright notice for more<br>information.<br>E/VTK     ( 7871):<br>=========================================================================*/<br>E/VTK     ( 7871): attribute vec4 vertexMC;<br>E/VTK     ( 7871): // frag position in VC<br>E/VTK     ( 7871): varying vec4 vertexVCVSOutput;<br>E/VTK     ( 7871): // optional normal declaration<br>E/VTK     ( 7871): attribute vec3 normalMC;<br>E/VTK     ( 7871): uniform mat3 normalMatrix;<br>E/VTK     ( 7871): varying vec3 normalVCVSOutput;<br>E/VTK     ( 7871): // extra lighting parameters<br>E/VTK     ( 7871): //VTK::Light::Dec<br>E/VTK     ( 7871): // Texture coordinates<br>E/VTK     ( 7871): //VTK::TCoord::Dec<br>E/VTK     ( 7871): // material property values<br>E/VTK     ( 7871): //VTK::Color::Dec<br>E/VTK     ( 7871): // clipping plane vars<br>E/VTK     ( 7871): //VTK::Clip::Dec<br>E/VTK     ( 7871): // camera and actor matrix values<br>E/VTK     ( 7871): uniform mat4 MCDCMatrix;<br>E/VTK     ( 7871): uniform mat4 MCVCMatrix;<br>E/VTK     ( 7871): // Apple Bug<br>E/VTK     ( 7871): //VTK::PrimID::Dec<br>E/VTK     ( 7871): void main()<br>E/VTK     ( 7871): {<br>E/VTK     ( 7871):   //VTK::Color::Impl<br>E/VTK     ( 7871):   normalVCVSOutput = normalMatrix * normalMC;<br>E/VTK     ( 7871):   //VTK::TCoord::Impl<br>E/VTK     ( 7871):   //VTK::Clip::Impl<br>E/VTK     ( 7871):   //VTK::PrimID::Impl<br>E/VTK     ( 7871):   vertexVCVSOutput = MCVCMatrix * vertexMC;<br>E/VTK     ( 7871):   gl_Position = MCDCMatrix * vertexMC;<br>E/VTK     ( 7871):   //VTK::Light::Impl<br>E/VTK     ( 7871): }<br>E/VTK     ( 7871): ERROR: In<br>/Users/.../Desktop/VTKNew/Rendering/OpenGL2/vtkOpenGLPolyDataMapper.cxx,<br>line 1238<br>E/VTK     ( 7871): vtkOpenGLPolyDataMapper (0x4ba59268): GS:<br>E/VTK     ( 7871): ERROR: In<br>/Users/.../Desktop/VTKNew/Rendering/OpenGL2/vtkOpenGLPolyDataMapper.cxx,<br>line 1239<br>E/VTK     ( 7871): vtkOpenGLPolyDataMapper (0x4ba59268): FS:<br>//VTK::System::Dec<br>E/VTK     ( 7871):<br>/*=========================================================================<br>E/VTK     ( 7871):   Program:   Visualization Toolkit<br>E/VTK     ( 7871):   Module:    vtkPolyDataFS.glsl<br>E/VTK     ( 7871):   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen<br>E/VTK     ( 7871):   All rights reserved.<br>E/VTK     ( 7871):   See Copyright.txt or<br><a href="http://www.kitware.com/Copyright.htm" rel="nofollow" link="external" target="_blank">http://www.kitware.com/Copyright.htm</a><span> </span>for details.<br>E/VTK     ( 7871):      This software is distributed WITHOUT ANY WARRANTY;<br>without even<br>E/VTK     ( 7871):      the implied warranty of MERCHANTABILITY or FITNESS<br>FOR A PARTICULAR<br>E/VTK     ( 7871):      PURPOSE.  See the above copyright notice for more<br>information.<br>E/VTK     ( 7871):<br>=========================================================================*/<br>E/VTK     ( 7871): // Template for the polydata mappers fragment shader<br>E/VTK     ( 7871): uniform int PrimitiveIDOffset;<br>E/VTK     ( 7871): // VC position of this fragment<br>E/VTK     ( 7871): varying vec4 vertexVCVSOutput;<br>I/tango   (  186): <a href="http://vio-fault-detector.cc" rel="nofollow" link="external" target="_blank">vio-fault-detector.cc</a>:74 IMU and camera data quality are<br>qualified for VIO recovery.<br>W/tango   (  186): <a href="http://vio-status-monitor.cc" rel="nofollow" link="external" target="_blank">vio-status-monitor.cc</a>:208 VIO is ready for reset. Current<br>timestamp 20626.498361783<br>W/tango   (  186): <a href="http://vio-status-monitor.cc" rel="nofollow" link="external" target="_blank">vio-status-monitor.cc</a>:93 VIO receives reasonable visual<br>and inertial data, try to reset now.<br>I/tango   (  186): <a href="http://vio-status-monitor.cc" rel="nofollow" link="external" target="_blank">vio-status-monitor.cc</a>:97 Resetting with last good frame.<br>E/VTK     ( 7871): // optional color passed in from the vertex shader,<br>vertexColor<br>E/VTK     ( 7871): uniform float opacityUniform; // the fragment opacity<br>E/VTK     ( 7871): uniform vec3 ambientColorUniform; // intensity weighted<br>color<br>E/VTK     ( 7871): uniform vec3 diffuseColorUniform; // intensity weighted<br>color<br>E/VTK     ( 7871): uniform vec3 specularColorUniform; // intensity weighted<br>color<br>E/VTK     ( 7871): uniform float specularPowerUniform;<br>E/VTK     ( 7871): // optional surface normal declaration<br>E/VTK     ( 7871): varying vec3 normalVCVSOutput;<br>E/VTK     ( 7871): // extra lighting parameters<br>E/VTK     ( 7871): //VTK::Light::Dec<br>E/VTK     ( 7871): // Texture coordinates<br>E/VTK     ( 7871): //VTK::TCoord::Dec<br>E/VTK     ( 7871): // picking support<br>E/VTK     ( 7871): //VTK::Picking::Dec<br>E/VTK     ( 7871): // Depth Peeling Support<br>E/VTK     ( 7871): //VTK::DepthPeeling::Dec<br>E/VTK     ( 7871): // clipping plane vars<br>E/VTK     ( 7871): //VTK::Clip::Dec<br>E/VTK     ( 7871): // the output of this shader<br>E/VTK     ( 7871): //VTK::Output::Dec<br>E/VTK     ( 7871): // Apple Bug<br>E/VTK     ( 7871): //VTK::PrimID::Dec<br>E/VTK     ( 7871): void main()<br>E/VTK     ( 7871): {<br>E/VTK     ( 7871):   // Apple Bug<br>E/VTK     ( 7871):   //VTK::PrimID::Impl<br>E/VTK     ( 7871):   //VTK::Clip::Impl<br>E/VTK     ( 7871):   vec3 ambientColor;<br>E/VTK     ( 7871):   vec3 diffuseColor;<br>E/VTK     ( 7871):   float opacity;<br>E/VTK     ( 7871):   vec3 specularColor;<br>E/VTK     ( 7871):   float specularPower;<br>E/VTK     ( 7871):   ambientColor = ambientColorUniform;<br>E/VTK     ( 7871):   diffuseColor = diffuseColorUniform;<br>E/VTK     ( 7871):   opacity = opacityUniform;<br>E/VTK     ( 7871):   specularColor = specularColorUniform;<br>E/VTK     ( 7871):   specularPower = specularPowerUniform;<br>E/VTK     ( 7871):   // VC position of this fragment<br>E/VTK     ( 7871):   vec4 vertexVC = vertexVCVSOutput;<br>E/VTK     ( 7871):   // Generate the normal if we are not passed in one<br>E/VTK     ( 7871):   vec3 normalVCVSOutput = normalize(normalVCVSOutput);<br>E/VTK     ( 7871):   if (gl_FrontFacing == false) { normalVCVSOutput =<br>-normalVCVSOutput; }<br>E/VTK     ( 7871):     float df = max(0.0, normalVCVSOutput.z);<br>E/VTK     ( 7871):   float sf = pow(df, specularPower);<br>E/VTK     ( 7871):   vec3 diffuse = df * diffuseColor;<br>E/VTK     ( 7871):   vec3 specular = sf * specularColor;<br>E/VTK     ( 7871):   gl_FragData[0] = vec4(ambientColor + diffuse +<br>specular, opacity);<br>E/VTK     ( 7871):   //VTK::Light::Impl<br>E/VTK     ( 7871):   //VTK::TCoord::Impl<br>E/VTK     ( 7871):   if (gl_FragData[0].a <= 0.0)<br>E/VTK     ( 7871):     {<br>E/VTK     ( 7871):     discard;<br>E/VTK     ( 7871):     }<br>E/VTK     ( 7871):   //VTK::DepthPeeling::Impl<br>E/VTK     ( 7871):   //VTK::Picking::Impl<br>E/VTK     ( 7871): }<br>E/VTK     ( 7871): ERROR: In<br>/Users/.../Desktop/VTKNew/Rendering/OpenGL2/vtkOpenGLPolyDataMapper.cxx,<br>line 1421<br>E/VTK     ( 7871): vtkOpenGLPolyDataMapper (0x4ba59268): Error setting<br>'vertexMC' in shader VAO.<br>E/VTK     ( 7871): ERROR: In<br>/Users/.../Desktop/VTKNew/Rendering/OpenGL2/vtkOpenGLPolyDataMapper.cxx,<br>line 1429<br>E/VTK     ( 7871): vtkOpenGLPolyDataMapper (0x4ba59268): Error setting<br>'normalMC' in shader VAO.<br>E/VTK     ( 7871): ERROR: In<br>/Users/.../Desktop/VTKNew/Rendering/OpenGL2/vtkOpenGLPolyDataMapper.cxx,<br>line 1237<br>/<br><br>Did I provide enough information? Please let me know if something is<br>missing.<br><br>Have a nice day and thanks again<br><br><br><br>--<br>View this message in context:<span> </span><a href="http://vtk.1045678.n5.nabble.com/Error-setting-vertexMC-in-shader-VAO-and-EGL-BAD-DISPLAY-tp5735057p5735161.html" rel="nofollow" link="external" target="_blank">http://vtk.1045678.n5.nabble.com/Error-setting-vertexMC-in-shader-VAO-and-EGL-BAD-DISPLAY-tp5735057p5735161.html</a><br>Sent from the VTK - Users mailing list archive at<span> </span><a href="http://nabble.com/" rel="nofollow" link="external" target="_blank">Nabble.com</a>.<br>_______________________________________________<br>Powered by<span> </span><a href="http://www.kitware.com/" rel="nofollow" link="external" target="_blank">www.kitware.com</a><br><br>Visit other Kitware open-source projects at<span> </span><a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" link="external" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the VTK FAQ at:<span> </span><a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="nofollow" link="external" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br><br>Search the list archives at:<span> </span><a href="http://markmail.org/search/?q=vtkusers" rel="nofollow" link="external" target="_blank">http://markmail.org/search/?q=vtkusers</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="nofollow" link="external" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br></blockquote></div><br><br clear="all"><div><br></div>--<span> </span><br><div>Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br><a href="tel:518%20371%203971" value="+15183713971" target="_blank">518 371 3971</a><div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee.  Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message.  Thank you.</span></div></div></div></div><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">_______________________________________________<span> </span></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Powered by<span> </span></span><a href="http://www.kitware.com/" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" rel="nofollow" link="external" target="_blank">www.kitware.com</a><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important"> </span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Visit other Kitware open-source projects at<span> </span></span><a href="http://www.kitware.com/opensource/opensource.html" rel="nofollow" link="external" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Please keep messages on-topic and check the VTK FAQ at:<span> </span></span><a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="nofollow" link="external" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Search the list archives at:<span> </span></span><a href="http://markmail.org/search/?q=vtkusers" rel="nofollow" link="external" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">http://markmail.org/search/?q=vtkusers</a><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Follow this link to subscribe/unsubscribe:<span> </span></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="nofollow" link="external" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><hr noshade size="1" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;color:rgb(68,68,68);font-family:tahoma,geneva,helvetica,arial,sans-serif"><div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div><a href="http://vtk.1045678.n5.nabble.com/Error-setting-vertexMC-in-shader-VAO-and-EGL-BAD-DISPLAY-tp5735057p5735198.html" rel="nofollow" link="external" target="_blank">http://vtk.1045678.n5.nabble.com/Error-setting-vertexMC-in-shader-VAO-and-EGL-BAD-DISPLAY-tp5735057p5735198.html</a></div><div style="font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;color:rgb(102,102,102);font-size:11px;font-family:tahoma,geneva,helvetica,arial,sans-serif;margin-top:0.4em;line-height:1.5em">To unsubscribe from Error setting 'vertexMC' in shader VAO and EGL_BAD_DISPLAY,<span> </span><a rel="nofollow" link="external">click here</a>.<br><a href="http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font-style:normal;font-variant:normal;font-weight:normal;font-size:9px;line-height:normal;font-family:serif" link="external" target="_blank">NAML</a></div></div></blockquote></div><br></div>

        
        
        
<br><hr align="left" width="300">
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Error-setting-vertexMC-in-shader-VAO-and-EGL-BAD-DISPLAY-tp5735057p5735213.html" target="_blank">Re: Error setting 'vertexMC' in shader VAO and EGL_BAD_DISPLAY</a><br>
Sent from the <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" target="_blank">VTK - Users mailing list archive</a> at Nabble.com.<br><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/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" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br>518 371 3971<div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</div>