EntityFX.htm 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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>EntityFX entity,fx</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. entity - entity handle <br />
  13. <br />
  14. fx - <br />
  15. 0: nothing (default) <br />
  16. 1: full-bright <br />
  17. 2: use vertex colors instead of brush color <br />
  18. 4: flatshaded <br />
  19. 8: disable fog <br />
  20. 16: disable backface culling <br />
  21. 32: force alpha-blending
  22. </td>
  23. </tr>
  24. </table>
  25. <h1>Description</h1>
  26. <table>
  27. <tr>
  28. <td>
  29. Sets miscellaneous effects for an entity. <br />
  30. <br />
  31. Flags can be added to combine two or more effects. For example, specifying a flag of 3 (1+2) will result in a full-bright and vertex-coloured brush. <br />
  32. <br />
  33. Flag 32, to force alpha-blending, must be used in order to enable vertex alpha (see VertexColor).
  34. <br>
  35. <br>
  36. See also: <a class=small href=VertexColor.htm>VertexColor</a>.
  37. </td>
  38. </tr>
  39. </table>
  40. <br>
  41. <a target=_top href=../index.htm>Index</a><br>
  42. <br>
  43. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=EntityFX&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  44. </html>