1vpBruteForceRender(3)      Library Functions Manual      vpBruteForceRender(3)
2
3
4

NAME

6       vpBruteForceRender - render using a simple brute-force method
7

SYNOPSIS

9       #include <volpack.h>
10
11       vpResult
12       vpBruteForceRender(vpc)
13           vpContext *vpc;
14

ARGUMENTS

16       vpc    VolPack context from vpCreateContext.
17

DESCRIPTION

19       This  function  is  for  debugging purposes only.  It performs the same
20       function as vpRenderRawVolume, but uses  a  simpler,  very  inefficient
21       algorithm.  The two functions should produce identical results.
22

SEE ALSO

24       VolPack(3), vpRenderRawVolume(3)
25
26
27
28VolPack                                                  vpBruteForceRender(3)
Impressum