From 27a9635a85be3536604f2486de9b5459df0a24ed Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 28 Jan 2005 22:54:32 +0000 Subject: 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 --- param.ccl | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3