Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrote Pygvt API and test sripts to render Ply files with color #7

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

hyungman
Copy link
Contributor

@hyungman hyungman commented Oct 9, 2017

Please review and merge this pull request.

I updated Pygvt API to enable color for Ply files. GVT's internal Ply reader is used.

Follow instructions in pygvt/README.md to verify:

Set GVT model directory. This is optional.
export GVT_MODELS=/work/03378/hpark/maverick/gvtmodels

source test_example_plyapp.sh
display wavelet_color.ppm
display EnzoPlyData.ppm

If GVT_MODELS is set, open enzocolor.ppm.
display enzocolor.ppm

  - used vtk readers
  - supported formats: obj, ply, and vtp
  - color not supported
wrote scripts to test the readers
added wavelet.vtp to test vtp reader
added pygvt API (readPly)
added test scripts for render wavelet.ply and enzo_ply_temp.ply with color values
updated CMakeLists to make a shared library for ply.h/.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant