-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathml_sample_bcc.pot
81 lines (63 loc) · 1.48 KB
/
ml_sample_bcc.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
ExperimentType = TRACED
Seed = -1
#Number of random samples for Random type experiment
RandomSamples = 10000000
#The minimum extent of the bounding box for the random experiment
RandomBoundingBoxMin = '-1 -1 -1'
#The maximum extent of the bounding box for the random experiment
RandomBoundingBoxMax = '1 1 1'
NumberOfGrids = 1
MainGridIdx = 0
[Grid0]
Name = ML
Type = BCC
DataType = FILE
NormalType = FUNCTION
ReconstructionFilter = BCC_QUINTIC_BOX_SPLINE
NormalReconstructionFilter = BCC_QUINTIC_BOX_SPLINE
NormalEstimatorFilter = BCC_NORMAL_SIZE_OPTIMAL16
OnTheFlyNormals = OFF
DataFunction = ML
FunctionEvaluateMin = '-1 -1 -1'
FunctionEvaluateMax = '1 1 1'
FunctionEvaluateGrid = '40 40 80'
XScale = 0.063492063492063
YScale = 0.063492063492063
ZScale = 0.031746031746032
[./Data]
DataFormat = FLOAT
ScalarFile = data/MLBCC/32_data.vud
[../]
# GridPointDumpFile = new_grid.txt
[]
[Output]
# TracedDumpFile = mlobb_bcd_fly_new.txt
Image = mlobb_sampled_bcc.bmp
[]
[Camera]
Type = PERSPECTIVE
FOV = 30.0
NearPlane = 1
FarPlane = 1000
Position = '0 -3 3'
Up = '0 1 0'
LookAt = '0 0 0'
[]
[Tracer]
Mode = DVR
IsoSurface = 0.5
IsoSurfaceThreshold = 0.005
Resolution = '400 400'
Preview = OFF
Shadowed = OFF
NumLights = 1
SuperSampling = OFF
SamplingRate = 200
ShadowOffset = 25
AlphaTransfer = AlphaML
ColorTransfer = ColorModel
[]
[Light0]
Position = '0 0.4 -1 0'
Color = '1 1 1 1'
[]