The visualizer applications can display using TDW assets using images created by the "screenshotter" controller. Use the visualizers to see all of the assets in a library at a glance, to search for assets by name, and to review some of the metadata.
The Model Visualizer will show images of models. The Material Visualizer will show images of visual materials.
-
Generate the images with the "screenshotter" controller. This can be found in the tdw repo.
cd <root>/tdw/Python
- Models:
python3 screenshotter.py
Materials:python3 screenshotter.py --type materials
- Run build
-
Run the visualizer application.