EntityAutoFade.htm 893 B

123456789101112131415161718192021222324252627282930
  1. <html>
  2. <head>
  3. <title>Blitz3D Docs</title>
  4. <link rel=stylesheet href=../css/commands.css type=text/css>
  5. </head>
  6. <body>
  7. <h1>EntityAutoFade entity,near#,far#</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. entity - entity handle <br />
  13. near# - distance in front of the camera at which entity's will start being faded <br />
  14. far# - distance in front of the camera at which entity's will stop being faded (and will be invisible)
  15. </td>
  16. </tr>
  17. </table>
  18. <h1>Description</h1>
  19. <table>
  20. <tr>
  21. <td>
  22. Enables auto fading for an entity. This will cause an entity's alpha level to be adjusted at distances between near and far to create a 'fade-in' effect.
  23. </td>
  24. </tr>
  25. </table>
  26. <br>
  27. <a target=_top href=../index.htm>Index</a><br>
  28. <br>
  29. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=EntityAutoFade&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  30. </html>