- Benvenuti
- Registrati adesso!
- Iniziando
- Domande frequenti
- Chiaccherando
- Suggerimenti per i principianti
- Parlando
- Opzione Zitto
- Finestra di conversazione
- Menu dei personaggi
- Sussurra
- Raggiungi
- Contatti
- Telegrammi
- Invia Files
- Privacy
- Moderatori
- Espulsione Utenti
- Personaggi
- Costruire
- Prima di iniziare
- Iniziando a costruire
- Selezionare il primo oggetto
- Muovere un oggetto
- Condividere i previlegi
- Selezione multipla di oggetti
- Suggerimenti per costruire
- Mettere Azioni a un oggetto
- Comandi speciali
- Eventi
- Comandi
- Animate
- Astart
- Astop
- Color
- Corona
- Envi
- Examine
- Frame
- Light
- Move
- Name
- Noise
- Picture
- Rotate
- Seq
- Sign
- Solid
- Sound
- Teleport
- Texture
- Url
- Visible
- Warp
- Oggetti per costruire
- Oggetti Particolari
- L'interfaccia
- Muoversi in giro
- La barra dei Menu
- Menu di teletrasporto
- Menu Viste
- Menu Opzioni
- Menu Mostra
- Menu di connessione
- Menu Personaggi
- Menu Visibilità
- Menu Web
- Menu Aiuto
- L'interfaccia Web
- Le Schede
- Regolazioni Web
- Descrizione
- Generale
- Regola Prestazioni
- Uso della Memoria
- Scaricando
- Sicurezza
- Chiaccherare
- Opzioni Avanzate
- Opzioni Video
- Opzioni Web
- Altre Opzioni
- Supporto COB
- Lingue Straniere
- Drivers del Video
- Attivare un file di Debug
- Supporto (in inglese) nel web
- Magazzino
- Area di Download
TextureAddressMode |
Usage TextureAddressMode <mode>
Description Specifies the texture addressing mode to be applied to all following textures. The texture addressing mode influences how textures are rendered for vertices with UV values outside the range of 0 to 1. The default is wrap. The following modes are available: wrap - textures are tiled. This is the default mode. mirror - textures are tiled, but alternate tiles are flipped relative to their neighbors. Unfortunately, many video cards do not support this mode, so using textureaddressmode mirror is not recommended. clamp - the texture is "clamped" to the edge color where UV coordinates fall outside the range 0 to 1. To avoid certain rendering artifacts, clamp mode should be used on any objects that use masked textures with UV coordinates that vary exactly from 0 to 1. Note that TextureAddressMode is an extended RWX command and should be prefaced with "#!" when used in RWX files that are intended to work with software other than Active Worlds 3.0 or later. Also note that the addressing mode is a property of the texture, not the object containing the texture. Thus the same texture cannot be used with different addressing modes in different objects at the same time in the same world. Arguments <mode> either "wrap", "mirror", or "clamp"
See Also
|