Advertisement
BobTheHunted

p3d2bmp parameters

Dec 16th, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. P:\BTHBC_Map_Data\data\objects\stationhouse>p3d2bmp
  2. Invalid parameters
  3.  
  4. Usage:
  5. ------
  6.  
  7. P3D2BMP <object_name> [-Aazimut] [-Zzenit] [-Ssteps] [-Llevel] [-Ooutput] [-Bbasepath] [-Wwidth] [-hHeight] [-MmaskLevel[,maskColor]] [-p|r] [-i] [-g] [-c]
  8.  
  9. <object_name> Name of P3D to convert into BMP preview
  10. azimut Azimut of object in degrees *optional* Default: 0.000
  11. zenit Zenit of object in degrees *optional* Default: 90.000
  12. steps Allows to generate bitmap with series sub-images
  13. Model is rotated about Y axis and each angle is rendered
  14. into image.
  15. Parameter specifies number of steps (Default: 0 - no rotation)
  16. level LOD leve of object. Default is 0.0000
  17. output Pathname of output file. Default: same as object with .BMP
  18. basepath Specifies base path for textures.
  19. If not specified, renderer will try to search some textures
  20. with Width of final image: Default 64.
  21. height Height of final image: Default 64.
  22. maskLevel Level for masking transparency - used with -p or -r
  23. maskColor Color for masking transparency - used with -r
  24. Color used standard web-form withou # (ex. FFFF00 is yellow)
  25. -p Create paletted bitmap - index zero is transparent color
  26. -r Create standard 24 bit BMP with masked transparency
  27. -i Append EXIF. This block contains additional informations
  28. about displayed object for calculations final size of bitmap
  29. Data contains center of object X,Y,Z, and radius of bounding
  30. circle (cylinder)
  31. -g Ground center - no vertical centering
  32. -c Creates spehere bounding instead cylinder
  33.  
  34. P:\BTHBC_Map_Data\data\objects\stationhouse>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement