SYNOPSIS

#include <volpack.h>

\$1 vpBruteForceRender(vpc)

  • vpContext *vpc;

ARGUMENTS

vpc

VolPack context from vpCreateContext.

DESCRIPTION

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

RELATED TO BruteForce…

VolPack(3), vpRenderRawVolume(3)