aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2005-01-28 22:54:32 +0000
committergoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2005-01-28 22:54:32 +0000
commit27a9635a85be3536604f2486de9b5459df0a24ed (patch)
treefce86b7d33a3988649229f58d94345db56c17dc0
parent1f1ed9aeabaa04b558cf2ea1e2375d3335cf1354 (diff)
Add a parameter to decide whether to send normals or not. Defaults
to "no" to maintain compatibility with original isoview client. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@86 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index aaac9f8..a1808f7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -56,6 +56,10 @@ BOOLEAN compute_normals "Compute Vertex Normals." # STEERABLE = ALWAYS
{
} "no"
+BOOLEAN send_normals "Send Vertex Normals." # STEERABLE = ALWAYS
+{
+} "no"
+
BOOLEAN allow_empty_sends "Allow the Isosurfacer to send zero-length vertex lists to the client application. Ordinarily these zero-length sends are supressed." # STEERABLE = ALWAYS
{
} "no"