Skip to content

AdrienHerubel/drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone

Building

Linux

  • Dependencies To build the samples you only need a standard glut install, and up-to-date OpenGL 3.X or better drivers.

  • Compiling in release mode

cd drone
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE="-Wall -O2"  -DCMAKE_C_FLAGS_RELEASE="-Wall -O2" ..
  • Compiling in debug mode
cd drone
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_RELEASE="-Wall -ggdb"  -DCMAKE_C_FLAGS_RELEASE="-Wall -ggdb" ..
  • Compiling Maya plugin Add "-DWITH_MAYA=True" to cmake command line. Verify that maya is available at /usr/autodesk/maya/

Windows

MacOSX

Running

Linux

  • samples/viewer The viewer take both cache files and directories as command line arguments. Directories are scanned for ".drn" files. Use the 'alt' key and the 3 mouse buttons to navigate in the scene. Press '0' to switch to the stored camera. Press 'space' 'home' and arrows to navigate time.
viewer <cache> <cache_dir>
  • tools/drnread
drnread -hlv <cache>
  • tools/drnmaya Add the build path to $MAYA_PLUG_IN_PATH. Then load the plugin in Window->SettingsPreferences->Plugin-Manager or in the Script Editor
loadPlugin drnmaya

About

An OpenGL-friendly binary file format for 3D scenes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published