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
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
7d03b481
Commit
7d03b481
authored
Jun 08, 2012
by
Mario Hlawitschka
Browse files
[DOC] fixed typo (remember: he, she, it, das 's' muss mit)
parent
258d44e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/core/graphicsEngine/WGETextureUtils.h
src/core/graphicsEngine/WGETextureUtils.h
+2
-2
No files found.
src/core/graphicsEngine/WGETextureUtils.h
View file @
7d03b481
...
...
@@ -52,7 +52,7 @@ namespace wge
* - u_textureXSizeY: height of the texture in pixels
* - u_textureXSizeZ: depth of the texture in pixels
*
* \warning this is not OSG-thread-safe. This method bind the texture immediately. So please use this only for nodes which are not yet used
* \warning this is not OSG-thread-safe. This method bind
s
the texture immediately. So please use this only for nodes which are not yet used
* in the scene graph. For safely binding textures to a node already in the scene, utilize an update callback.
*
* \param node where to bind
...
...
@@ -73,7 +73,7 @@ namespace wge
* - u_textureXSizeZ: depth of the texture in pixels
* If the specified texture is a WGETexture, it additionally adds u_textureXMin and u_textureXScale for unscaling.
*
* \warning this is not OSG-thread-safe. This method bind the texture immediately. So please use this only for nodes which are not yet used
* \warning this is not OSG-thread-safe. This method bind
s
the texture immediately. So please use this only for nodes which are not yet used
* in the scene graph. For safely binding textures to a node already in the scene, utilize an update callback.
*
* \param node where to bind
...
...
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