Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.48 KB

nxsbuild.md

File metadata and controls

28 lines (23 loc) · 1.48 KB

Nxsbuild

Nxsbuild generates a .nxs multiresolution 3D model given one or more .ply file(s):

nxsbuild [PLY INPUT FILE(S)] [OPTIONS]

The process involves generating a sequence of increasingly coarse partitions of the model, interleaved with simplifications steps. If you need compression or streaming capabilities a pass through nxscompress/nxsedit is needed.

Options

-o filename of the nexus output file -f number of faces per patch, default 32768. Decreasing this value allow for better resolution control but reduces rendering performance and will increase size of the dataset. Small models with very large textures might require a small value -t number of triangles in the top node, default 4096 -d decimation method [quadric, edgelen], default is quadric -s decimation factor between levels, default 0.5 -S decimation skipped for n levels, default 0 -O use original textures, no repacking -a split nodes adaptively [0-1], default 0.333 -v vertex quantization grid size (might be approximated) -q texture quality [0-100], default 92 -p generate a multiresolution point cloud -N force per vertex normals, even in point clouds -n do not store per vertex normals -C save colors -c do not store per vertex colors -u do not store per vertex texture coordinates -r max ram used (in MegaBytes), default 2000 (WARNING: not a hard limit, increase at your risk)