Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
b555d074
Commit
b555d074
authored
Sep 23, 2017
by
soundscape
Browse files
CropFilter: retrait d'une variable inutilisee
parent
640d8fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/CropFilter.hpp
View file @
b555d074
...
...
@@ -83,7 +83,7 @@ class CropFilter
{
glm
::
vec3
size
=
parameters_
.
dim_
.
get
();
//,a glm::vec3 fillsize = parameters_.dim_.get() * glm::vec3(1, get_fill(), 1);
glm
::
vec3
fillpos
=
parameters_
.
pos_
.
get
()
-
glm
::
vec3
(
0
,
(
size
.
y
*
(
1.0
-
get_fill
()))
/
2
,
0
);
//
glm::vec3 fillpos = parameters_.pos_.get() - glm::vec3(0, (size.y * (1.0 - get_fill())) / 2, 0);
ofPushStyle
();
ofEnableBlendMode
(
OF_BLENDMODE_ADD
);
ofDisableDepthTest
();
...
...
Write
Preview
Supports
Markdown
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