egg-list-textures.1 1.1 KB

123456789101112131415161718192021
  1. .\" Automatically generated by egg-list-textures -write-bam
  2. .TH EGG-LIST-TEXTURES 1 "27 December 2014" "1.9.0" Panda3D
  3. .SH NAME
  4. egg-list-textures \- list textures referenced by an .egg file
  5. .SH SYNOPSIS
  6. \fBegg-list-textures\fR [opts] input.egg
  7. .SH DESCRIPTION
  8. egg\-list\-textures reads an egg file and writes a list of the textures it references. It is particularly useful for building up the textures.txa file used for egg\-palettize, since the output format is crafted to be compatible with that file's input format.
  9. .SH OPTIONS
  10. .TP
  11. .B \-noabs
  12. Don't allow the input egg file to have absolute pathnames. If it does, abort with an error. This option is designed to help detect errors when populating or building a standalone model tree, which should be self-contained and include only relative pathnames.
  13. .TP
  14. .BI "\-cs " "coordinate-system"
  15. Specify the coordinate system to operate in. This may be one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default is the coordinate system of the input egg file.
  16. .TP
  17. .B \-f
  18. Force complete loading: load up the egg file along with all of its external references.
  19. .TP
  20. .B \-h
  21. Display this help page.