[cig-commits] commit: He that is without sin among you, let him first cast a stone ...

Mercurial hg at geodynamics.org
Mon Nov 24 11:29:26 PST 2008


changeset:   62:b7c2a6912049
user:        LouisMoresi
date:        Fri Jul 11 03:56:18 2008 +0000
files:       DrawingObjects/src/SwarmViewer.meta
description:
He that is without sin among you, let him first cast a stone ...

Making amends for my sin of commission yesterday. Here is the meta file for the gLucifer SwarmViewer.

Loucifer


diff -r b6a583a162d2 -r b7c2a6912049 DrawingObjects/src/SwarmViewer.meta
--- a/DrawingObjects/src/SwarmViewer.meta	Fri Jul 11 02:01:45 2008 +0000
+++ b/DrawingObjects/src/SwarmViewer.meta	Fri Jul 11 03:56:18 2008 +0000
@@ -13,7 +13,7 @@
 <param name="Parent">lucSwarmViewerBase</param>
 <param name="Reference">...</param>
 <param name="Summary">...</param>
-<param name="Description">Plots particles in a swarm as small dots.</param>
+<param name="Description">Plots particles in a particular swarm as individual dots.</param>
 
 <!--Now the interesting stuff-->
 <list name="Params">
@@ -22,6 +22,13 @@
 		<param name="Type">Double</param>
 		<param name="Default">1.0</param>
 		<param name="Description">The size of the points to be plotted.</param>
+	</struct>
+
+	<struct>
+		<param name="Name">pointSmoothing</param>
+		<param name="Type">Bool</param>
+		<param name="Default">0</param>
+		<param name="Description">Whether the points should be rendered with GL_POINT_SMOOTH switched on (t) or off (f). You should test the performance implications of switching this on if the number of particles in the swarm is large </param>
 	</struct>
 
 </list>



More information about the CIG-COMMITS mailing list