PaintEntity.htm 911 B

12345678910111213141516171819202122232425262728293031
  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>PaintEntity entity,brush</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. entity - entity handle <br />
  13. brush - brush handle
  14. </td>
  15. </tr>
  16. </table>
  17. <h1>Description</h1>
  18. <table>
  19. <tr>
  20. <td>
  21. Paints a entity with a brush. <br />
  22. <br />
  23. The reason for using PaintEntity to apply specific properties to a entity using a brush rather than just using EntityTexture, EntityColor, EntityShininess etc, is that you can pre-define one brush, and then paint entities over and over again using just the one command rather than lots of separate ones.
  24. </td>
  25. </tr>
  26. </table>
  27. <br>
  28. <a target=_top href=../index.htm>Index</a><br>
  29. <br>
  30. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=PaintEntity&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  31. </html>