Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 289 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 289 Bytes

vtk-alpha

A test of alpha rendering with VTK.

Steps:

> conda env create -f environmeny.yml
> conda activate vtk-alpha # or possibly 'source activate vtk-alpha'
> python main.py

If you see a sphere inside a transparent box, it worked. If you see only a sphere, it didn't work.