Features: Difference between revisions
Jump to navigation
Jump to search
Corrected. Bump trigger not supported yet. |
Added versions for features implemented and list of rendering modes |
||
Line 3: | Line 3: | ||
* No upper limit on scale command. Scale command does have lower limit up to .2, however. | * No upper limit on scale command. Scale command does have lower limit up to .2, however. | ||
* Any objects with move command can lift avatars with it, making elevators possible. The interaction is currently local, not global, however. | * Any objects with move command can lift avatars with it, making elevators possible. The interaction is currently local, not global, however. | ||
* Selection menu. Hold alt/option when right-clicking to select any object under the mouse pointer, even if it's behind another object. (added 0.3.19) | |||
=== Commands supported === | === Commands supported === | ||
* Following script commands is supported: | * Following script commands is supported: | ||
** [[ambient]] | ** [[ambient]] (0.3.9) | ||
** [[color]] | ** [[color]] (0.3.6) | ||
** [[diffuse]] | ** [[color tint]] (0.3.12) | ||
** [[framerate]] | ** [[diffuse]] (0.3.9) | ||
** [[framerate]] (0.3.18) (designed for MD2 format only) | |||
** [[light]] | ** [[light]] | ||
** [[move]] | ** [[move]] (0.3.19) | ||
** [[normalmap]] | ** [[normalmap]] | ||
** [[opacity]] | ** [[opacity]] (0.3.16) | ||
** [[picture]] | ** [[picture]] (0.3.7) | ||
** [[rotate]] | ** [[rotate]] (0.3.19) | ||
** [[shear]] | ** [[shear]] (0.3.26) | ||
** [[scale]] | ** [[scale]] | ||
** [[sign]] | ** [[sign]] | ||
** [[solid]] (0.3.26) | |||
** [[specularmap]] | ** [[specularmap]] | ||
** [[specular]] | ** [[specular]] (0.3.9) | ||
** [[teleportxyz]] | ** [[teleportxyz]] ('''0.3.29''') | ||
** [[texture]] | ** [[texture]] | ||
** [[visible]] | ** [[url]] (0.3.27) | ||
** [[visible]] (0.3.13) | |||
* Following script triggers is supported: | * Following script triggers is supported: | ||
** [[Activate]] | ** [[Activate]] | ||
Line 36: | Line 40: | ||
** JPG | ** JPG | ||
** PNG | ** PNG | ||
* Following rendering modes supported: | |||
** OpenGL with shaders | |||
** DirectX 11 | |||
** OpenGL | |||
** DirectX 9 | |||
[[Category:VPWiki]] | [[Category:VPWiki]] |
Revision as of 07:06, 17 November 2012
Building
- Restriction on number of objects within each cell currently nonexistent.
- No upper limit on scale command. Scale command does have lower limit up to .2, however.
- Any objects with move command can lift avatars with it, making elevators possible. The interaction is currently local, not global, however.
- Selection menu. Hold alt/option when right-clicking to select any object under the mouse pointer, even if it's behind another object. (added 0.3.19)
Commands supported
- Following script commands is supported:
- ambient (0.3.9)
- color (0.3.6)
- color tint (0.3.12)
- diffuse (0.3.9)
- framerate (0.3.18) (designed for MD2 format only)
- light
- move (0.3.19)
- normalmap
- opacity (0.3.16)
- picture (0.3.7)
- rotate (0.3.19)
- shear (0.3.26)
- scale
- sign
- solid (0.3.26)
- specularmap
- specular (0.3.9)
- teleportxyz (0.3.29)
- texture
- url (0.3.27)
- visible (0.3.13)
- Following script triggers is supported: