Skip to content

A volume renderer for CC, BCC, and FCC sampling lattices.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-academic.txt
Notifications You must be signed in to change notification settings

Elima85/bccfccraycaster

Repository files navigation

BccFccRaycaster

Introduction

BccFccRaycaster is a tool for visualizing data sampled on body-centered cubic (BCC) and face-centered cubic (FCC) lattices. It is implemented as a patch for the volume renderer Voreen 3.0.1, a copy of which is included in this repository.

BccFccRaycaster is written by M. Morén and K.-O. Smed.

Features

Building

The building procedure is identical to that of Voreen 3.0.1.

Requirements

  • Qt 4.5
  • GLEW 1.5
  • DevIL

Build instructions

Windows

Rename config-default.txt to config.txt.

With Qt Visual Studio Addon

In Visual Studio, go to Qt -> Open Solution from .pro File, and select voreen.pro.

Without Qt Visual Studio Addon

Please see the instructions here.

Linux

In the root directory, call

cp config-default.txt config.txt
qmake voreen.pro
make

Generating test volumes

Test volumes can be produced using mkvol.

Voreen 3.0.1

This information is copied from readme.txt, obtained from voreen.org.

The Voreen directory structure:

  • include: contains all necessary headers
  • src: contains the source files
  • modules: contains all files for plugin modules
  • apps: contains applications using voreen
  • apps/voreenve: the main voreen application - the Voreen Visualization Environment
  • apps/voltool: perform various preprocessings on volume data
  • ext: external dependencies to other libraries
  • data: contains volume datasets
  • data/cache: a temporary folder used for volume caching
  • data/fonts: (possibly) necessary fonts
  • data/networks: predefined networks which can be used in VoreenVE
  • data/scripts: python scripts which can be executed from within voreen
  • data/workspaces: predefined workspace to be used with VoreenVE
  • data/volume: default directory for volume data
  • data/transferfuncs: contains transfer functions in various formats

About

A volume renderer for CC, BCC, and FCC sampling lattices.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-academic.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published