aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: a42b5e8360184d4b0350491fc867d5295c3a748b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Parameter definitions for thorn Cartoon2D
# $Header$

private:

BOOLEAN verbose "Verbose information"
{
} "no"


BOOLEAN stencil "Use custom 2D stencil if available"
{
} "yes"

INT order "Cartoon's interpolation order"
{
  1:5 ::
} 4