Fixed comment for SHPrimitiveGenerator::LineCapsuleCap
This commit is contained in:
parent
f44e7b7a1c
commit
686e141efa
|
@ -197,7 +197,7 @@ namespace SHADE
|
||||||
/***********************************************************************************/
|
/***********************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
\brief
|
\brief
|
||||||
Produces a circle that is comprised only of lines with no diagonal lines and
|
Produces a cap of a wireframe capsule that is comprised only of lines and
|
||||||
store the data in a SHMeshData object.
|
store the data in a SHMeshData object.
|
||||||
|
|
||||||
\return
|
\return
|
||||||
|
@ -208,8 +208,8 @@ namespace SHADE
|
||||||
/***********************************************************************************/
|
/***********************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
\brief
|
\brief
|
||||||
Produces a line circle and constructs a SHMesh using the SHGraphicsSystem
|
Produces a cap of a wireframe capsule that is comprised only of lines and
|
||||||
provided.
|
constructs a SHMesh using the SHGraphicsSystem provided.
|
||||||
|
|
||||||
\param meshLibrary
|
\param meshLibrary
|
||||||
Reference to the SHMeshLibrary to produce and store a line circle mesh in.
|
Reference to the SHMeshLibrary to produce and store a line circle mesh in.
|
||||||
|
@ -222,8 +222,8 @@ namespace SHADE
|
||||||
/***********************************************************************************/
|
/***********************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
\brief
|
\brief
|
||||||
Produces a line circle and constructs a SHMesh using the SHGraphicsSystem
|
Produces a cap of a wireframe capsule that is comprised only of lines and
|
||||||
provided.
|
constructs a SHMesh using the SHGraphicsSystem provided.
|
||||||
|
|
||||||
\param gfxSystem
|
\param gfxSystem
|
||||||
Reference to the SHGraphicsSystem to produce and store a line circle mesh in.
|
Reference to the SHGraphicsSystem to produce and store a line circle mesh in.
|
||||||
|
|
Loading…
Reference in New Issue