File: level_set_to_mesh.txt

package info (click to toggle)
openvdb 10.0.1-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,108 kB
  • sloc: cpp: 293,853; ansic: 2,268; python: 776; objc: 714; sh: 527; yacc: 382; lex: 348; makefile: 176
file content (15 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
vdb_tool 10.6.1

# This examples demonstrates how to read a narrow-band level set
# from an OpenVDB file and converting the level set into an adaptive
# polygon mesh and writing out the mesh to a binary ply file.

# read OpenVDB file with level set
read bunny.vdb

# Level set to polygon mesh conversion
# Mesh adaptivity is 0.1 %
ls2mesh adapt=0.1

# write polygon mesh to binary ply file
write bunny.ply