CLI
List built-in library assets with descriptions and tags:
ftc list materials
ftc list objects
ftc list skeletons
ftc list scenes
Validate a scene:
ftc check --scene examples/mvp.ft
Depth preview:
ftc depth --scene examples/mvp.ft
Smoother depth edges:
ftc depth --scene examples/mvp.ft --aa 4
Watch and rerun on save:
ftc depth --scene examples/mvp.ft --watch
Default trace renderer:
ftc --scene examples/glass.ft
Default trace renderer with supersampling:
ftc --scene examples/glass.ft --aa 4
Benchmark acceleration backends:
ftc bench --scene examples/mvp.ft --iterations 5 --warmup 1
Notes:
- Output defaults to the input scene path with
.png ftcwithout a subcommand runs the trace rendererdepthis a fast depth preview for shape iterationdepthand the default trace path support--aafor camera supersamplingtracesupports progressive tile updates and debug AOVscheck,depth, and the default trace path support--watchto rerun when the scene file changes- current
--watchtracks the scene file itself, not imported files yet