Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
abca9934
Commit
abca9934
authored
Dec 13, 2014
by
Declara Denis
Committed by
Christian Schulte zu Berge
Feb 18, 2015
Browse files
Revised comments on GeometryDataFactory
parent
d5954ead
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/datastructures/geometrydatafactory.h
View file @
abca9934
...
...
@@ -43,7 +43,6 @@ namespace campvis {
/**
* Creates a FaceGeometry building an axis-aligned rectangle face in the YX plane (quad)
* with the given bounds and texture coordinates.
* \note Caller has to take ownership of the returned pointer.
* \param llf Coordinates of the lower left vertex
* \param urb Coordinates of the upper right vertex
* \param texLlf Texture coordinates of the lower left vertex
...
...
@@ -56,7 +55,6 @@ namespace campvis {
* Creates a MultiIndexedGeometry building an axis-aligned rectangular gird in the YX plane
* with the given bounds and texture coordinates. This primitive is useful to display a distorted
* texture without noticeable artefacts.
* \note Caller has to take ownership of the returned pointer.
* \param llf Coordinates of the lower left vertex
* \param urb Coordinates of the upper right vertex
* \param texLlf Texture coordinates of the lower left vertex
...
...
@@ -69,7 +67,6 @@ namespace campvis {
/**
* Creates a MeshGeometry building a cube with the given bounds and texture coordinates.
* \note Caller has to take ownership of the returned pointer.
* \param bounds coordinates of the cube bounds
* \param texBounds texture coordinates at the cube bounds
* \return A MeshGeometry building a cube with the given bounds and texture coordinates.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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