package
0.16.0
Repository: https://github.com/elicdavis/polyform.git
Documentation: pkg.go.dev

# README

PLY Utils

Utils for interacting with PLY files

Header

ply-utils -i .\out.ply header --json --out header.json

Properties

Remove Properties

Below is an example on how you could remove the color components of a ply file

ply-utils -i in.ply property remove red green blue

Add Properties

ply-utils -i in.ply property add red char green char blue char

# Packages

No description provided by the author

# Variables

No description provided by the author