1vpTracePixel(3) Library Functions Manual vpTracePixel(3)
2
3
4
6 vpTracePixel - print a trace of the voxels composited into a pixel
7
9 #include <volpack.h>
10
11 vpResult
12 vpTracePixel(vpc, trace_u, trace_v)
13 vpContext *vpc;
14 int trace_u, trace_v;
15
17 vpc VolPack context from vpCreateContext.
18
19 trace_u, trace_v
20 Intermediate image coordinates of the pixel to trace.
21
23 This routine is for debugging the rendering algorithms. If (trace_u,
24 trace_v) is a valid set of coordinates in the intermediate image then a
25 printout appears during rendering showing a trace of all of the voxels
26 that contribute to the pixel. The intermediate image is not the same
27 as the final image; see vpGetvpSetImage(3).
28
29 The VolPack library must be compiled with the -DDEBUG compiler option
30 for this function to have any effect.
31
33 VolPack(3)
34
35
36
37VolPack vpTracePixel(3)