H !h __text__TEXTh__StaticInit__TEXT6h__bss__DATA __cstring__TEXT6x__data__DATA__mod_init_func__DATA  __compact_unwind__LD (__eh_frame__TEXT@H h2  P PUHSPHHH=HHH[]//VTK::System::Dec /*========================================================================= Program: Visualization Toolkit Module: vtkglProjectedTetrahedra.glsl Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ // all variables that represent positions or directions have a suffix // indicating the coordinate system they are in. The possible values are // MC - Model Coordinates // WC - WC world coordinates // VC - View Coordinates // DC - Display Coordinates in vec4 vertexDC; in vec3 scalarColor; in float depthArray; in float attenuationArray; out float fdepth; out float fattenuation; out vec3 fcolor; void main() { fcolor = scalarColor; fdepth = depthArray; fattenuation = attenuationArray; gl_Position = vertexDC; } 66zRx $6AC B2-'-=-  0|]__GLOBAL__sub_I_vtkglProjectedTetrahedraVS.cxx__Z38vtkRenderingOpenGL2_AutoInit_Constructv__ZN20vtkDebugLeaksManagerD1Ev__ZN20vtkDebugLeaksManagerC1Ev___cxa_atexit___dso_handle__ZL28vtkDebugLeaksManagerInstance_vtkglProjectedTetrahedraVS