| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <html>
- <head>
- <title>Blitz3D Docs</title>
- <link rel=stylesheet href=../css/commands.css type=text/css>
- </head>
- <body>
- <h1>EntityFX entity,fx</h1>
- <h1>Parameters</h1>
- <table>
- <tr>
- <td>
- entity - entity handle
<br />
- <br />
- fx -
<br />
- 0: nothing (default)
<br />
- 1: full-bright
<br />
- 2: use vertex colors instead of brush color
<br />
- 4: flatshaded
<br />
- 8: disable fog
<br />
- 16: disable backface culling
<br />
- 32: force alpha-blending
- </td>
- </tr>
- </table>
- <h1>Description</h1>
- <table>
- <tr>
- <td>
- Sets miscellaneous effects for an entity.
<br />
-
<br />
- 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 />
-
<br />
- Flag 32, to force alpha-blending, must be used in order to enable vertex alpha (see VertexColor).
- <br>
- <br>
- See also: <a class=small href=VertexColor.htm>VertexColor</a>.
- </td>
- </tr>
- </table>
- <br>
- <a target=_top href=../index.htm>Index</a><br>
- <br>
- 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>
- </html>
|