Loading core/pipeline/visualizationprocessor.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ namespace campvis { // Check the render data if we can reuse a texture cgt::Texture* tex = nullptr; if (renderData) {` if (renderData) { // check if we can get a GL representation of the desired texture ImageRepresentationGL* glRep; if (attachment == GL_DEPTH_ATTACHMENT) Loading modules/vis/processors/volumeexplorer.h +1 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ namespace campvis { MetaProperty p_seProperties; ///< MetaProperty for SliceExtractor properties MetaProperty p_vrProperties; ///< MetaProperty for Raycaster properties MetaProperty p_tcpProperties; ///< MetaProperty for TrackballCamera properties protected: Loading Loading
core/pipeline/visualizationprocessor.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ namespace campvis { // Check the render data if we can reuse a texture cgt::Texture* tex = nullptr; if (renderData) {` if (renderData) { // check if we can get a GL representation of the desired texture ImageRepresentationGL* glRep; if (attachment == GL_DEPTH_ATTACHMENT) Loading
modules/vis/processors/volumeexplorer.h +1 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ namespace campvis { MetaProperty p_seProperties; ///< MetaProperty for SliceExtractor properties MetaProperty p_vrProperties; ///< MetaProperty for Raycaster properties MetaProperty p_tcpProperties; ///< MetaProperty for TrackballCamera properties protected: Loading