Applications
- offler-size
offler-size <input-OFF>- print the dimensions of the axis-aligned bounding box of a mesh.
- offler-add-fixed-colour
offler-add-fixed-colour <input-OFF> <output-OFF> <r> <g> <b> <a>- set the colour of each vertex to(r, g, b, a).
- offler-estimate-normals
offler-add-normals <input-OFF> <output-OFF>- estimate normals by using face normals weighted by the vertex’s distance from each face’s barycentre.
- offler-export-pointcloud
offler-export-pointcloud <input-OFF> <output-XYZ>- export mesh vertices as a point cloud.
- offler-import-normals
offler-import-normals <input-OFF> <output-OFF> <normal-file>- import previously-exported normals from a file.
- offler-import-colours
offler-import-colours <input-OFF> <output-OFF> <colour-file>- import previously-exported colours from a file.
- offler-rotate-mesh
offler-rotate-mesh <input-OFF> <output-OFF> <x/y/z> <angle-in-radians>- rotate mesh around the specified axis by the specified angle.
- offler-scale-mesh
offler-scale-mesh <input-OFF> <output-OFF> <scale-factor>- apply a scale factor toinput-OFF,>1grows the mesh,<1shrinks it.
- offler-strip-colour
offler-strip-colour <input-OFF> <output-OFF> <where-to-store-colours>- strip colours from a mesh, optionally storing them for later.
- offler-strip-normals
offler-strip-normals <input-OFF> <output-OFF> <where-to-store-normals>- strip normals from a mesh, optionally storing them for later use.
- offler-swap-axes
offler-swap-axes <input-OFF> <output-OFF> <"xy" swap>- swap the axes of a mesh, e.g. swap thexandyaxes.
- offler-translate-mesh
offler-translate-mesh <input-OFF> <output-OFF> <xshift> <yshift> <zshift>- adjust the position of a mesh.