Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meshTransform

rust tool that transforms ascii .obj or .stl files from stdin

Warp Warp

Usage

Usage: mesh_transform <COMMAND>

Commands:
  translate  Translates object
  rotate     Rotates object
  scale      Scales object
  warp       Non linear warp by interpolation
  help       Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Example

mesh_transform translate 1.2 -0.3 -9 < example/cow.stl | mesh_transform scale 1 1 2 > transformed.stl

About

Rust .obj file parser and transformer

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages