Skip to content
/ vtk2osg Public

A simple project that demonstrates the usage of vtkActorToOSG class

License

Notifications You must be signed in to change notification settings

Eberty/vtk2osg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vtk2osg

Overview

vtk2osg is a simple project that demonstrates the usage of vtkActorToOSG class created by Michael Gronager.

This project contains a simple example to load a VTK file and visualize it in OSG viewer.

We also update the vtkActorToOSG class to use it in new versions of VTK and OSG. To use previous versions of OSG use the files available in the link above.

Keywords: OSG, VTK, vtkActorToOSG.

 

License

The source code is released under GNU Library General Public License (LGPL)

Maintainer: Eberty Alves da Silva, eberty.silva@hotmail.com

The vtk2osg package has been tested under Ubuntu 16.04 LTS.

 

Installation

Dependencies

The project depends on some external libraries:

  • VTK
  • OpenSceneGraph
  • CMake

Please beware that CMakeLists.txt does not check for particular versions of these libraries/tools (apart from CMake), so in case of some older versions the compilation might fail with magical errors.

Building

cd vtk2osg
mkdir build && cd build
cmake .. && make
cd ..

Usage

 ./vtk2osg <input.vtk>

See also

https://github.com/piotrdomagalski/VTKToOSG

Bugs & Feature Requests

Please report bugs and request features using the Issue Tracker.

About

A simple project that demonstrates the usage of vtkActorToOSG class

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published