Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
David Cazier
CGoGN
Commits
4f2f41b6
Commit
4f2f41b6
authored
Aug 02, 2011
by
Maire Nicolas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Faire dériver de ClippingShader tous les shaders (restants) n'utilisant pas de geometry shader.
parent
0300d533
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
include/Utils/Shaders/shaderColorPerVertex.h
include/Utils/Shaders/shaderColorPerVertex.h
+2
-1
include/Utils/Shaders/shaderSimpleTexture.h
include/Utils/Shaders/shaderSimpleTexture.h
+2
-1
include/Utils/Shaders/shaderTextureMask.h
include/Utils/Shaders/shaderTextureMask.h
+2
-1
No files found.
include/Utils/Shaders/shaderColorPerVertex.h
View file @
4f2f41b6
...
...
@@ -26,6 +26,7 @@
#define __CGOGN_SHADER_CPV__
#include "Utils/GLSLShader.h"
#include "Utils/clippingShader.h"
#include "Geometry/vector_gen.h"
namespace
CGoGN
...
...
@@ -34,7 +35,7 @@ namespace CGoGN
namespace
Utils
{
class
ShaderColorPerVertex
:
public
GLSL
Shader
class
ShaderColorPerVertex
:
public
Clipping
Shader
{
protected:
// shader sources
...
...
include/Utils/Shaders/shaderSimpleTexture.h
View file @
4f2f41b6
...
...
@@ -28,6 +28,7 @@
#include "Geometry/vector_gen.h"
#include "Utils/GLSLShader.h"
#include "Utils/clippingShader.h"
#include "Utils/textures.h"
namespace
CGoGN
...
...
@@ -36,7 +37,7 @@ namespace CGoGN
namespace
Utils
{
class
ShaderSimpleTexture
:
public
GLSL
Shader
class
ShaderSimpleTexture
:
public
Clipping
Shader
{
protected:
// shader sources
...
...
include/Utils/Shaders/shaderTextureMask.h
View file @
4f2f41b6
...
...
@@ -28,6 +28,7 @@
#include "Geometry/vector_gen.h"
#include "Utils/GLSLShader.h"
#include "Utils/clippingShader.h"
#include "Utils/textures.h"
namespace
CGoGN
...
...
@@ -36,7 +37,7 @@ namespace CGoGN
namespace
Utils
{
class
ShaderTextureMask
:
public
GLSL
Shader
class
ShaderTextureMask
:
public
Clipping
Shader
{
protected:
// shader sources
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment