| Name | Kind | Description |
| save | operation | throws IOException; |
| save | operation | throws IOException; |
| save | operation | |
| save | operation | |
| save | operation | |
| save | operation | throws IOException; |
| save | operation | |
| save | operation | |
| save | operation | |
| save | operation | |
| save | operation | throws IOException; |
| save | operation | |
| save | operation | throws IOException; |
| save | operation | |
| save | operation | |
| saveAsMapfile | operation | |
| scale | operation | |
| scaleEnable | operation | |
| scene3d | class view | |
| scene3d | deployment view | |
| scene3d | package | |
| scroll | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| set | operation | |
| setAlpha | operation | |
| setBack | operation | |
| setDir | operation | |
| setDirectionalLight | operation | |
| setDirectionalLight | operation | |
| setDown | operation | |
| setFading | operation | |
| setFront | operation | |
| setImage | operation | |
| setInv | operation | |
| setLeft | operation | |
| setLightMap | operation | |
| setMotion | operation | |
| setMotion | operation | |
| setOFFtime | operation | |
| setONtime | operation | |
| setPos | operation | |
| setPos | operation | |
| setRight | operation | |
| setROLLtime | operation | |
| setScale | operation | |
| setScrollFlag | operation | |
| setShift | operation | |
| setSize | operation | |
| setTop | operation | |
| setUV | operation | JAVA ist hier besser !!! |
| setZone | operation | |
| setZone | operation | |
| SIDE_PLANES | attribute | |
| SkyBox | artifact | |
| SkyBox | class | ************************************************************************** * \class SkyBox \brief SkyBox Klasse **************************************************************************** |
| SkyBox | operation | |
| SKYBOX_SIDES | class | |
| solveZConflicts | operation | |
| sortBack2Front | operation | |
| sortVertices | operation | |
| Sprite | artifact | |
| Sprite | class | ************************************************************************** * \class Sprite \brief Sprites werden fuer Partikel verwendet. Eine Sprite ist wie eine Texture, nur einfacher gestrickt. Ausserdem sind die Pixel einer Sprite semitransparent. **************************************************************************** |
| Sprite | operation | |
| SpriteMapper | artifact | |
| SpriteMapper | class | ************************************************************************** * \class SpriteMapper \brief Rendert die Sprites (2D-Objekte) auf die Canvas unter Beruecksichtigung der Smitransparenz **************************************************************************** |
| SpriteMapper | operation | |
| src | package | |
| start | operation | |
| STEP_BACKWARD | attribute | |
| STEP_DIR | class | |
| STEP_DOWN | attribute | |
| STEP_FORWARD | attribute | |
| STEP_LEFT | attribute | |
| STEP_RIGHT | attribute | |
| STEP_UP | attribute | |
| stepBackward | operation | |
| stepDown | operation | |
| stepForward | operation | |
| stepGamma | operation | |
| stepStrafeLeft | operation | |
| stepStrafeRight | operation | |
| stepTurnLeft | operation | |
| stepTurnRight | operation | |
| stepUp | operation | |
| stop | operation | |
| STOP | attribute | |
| strafe | operation | |
| STRAFE_LEFT | attribute | |
| STRAFE_RIGHT | attribute | |
| sub | operation | |
| sub | operation | |
| Surface | class | ************************************************************************** * \class Surface \brief Eine Surface (Oberflaeche) besteht aus Textur + Lightmap Die Datenablage erfolgt maximal performant fuer den TexturMapper --> RGB pro Pixel Bytes/Pixel: 1 3 4 ! 1000 --------------------------------!---------- 64*64 = 4K 12K 16K ! 16M 128*128 = 16K 48K 64K ! 64M 256*256 = 64K 192K 256K ! 256M *************************************************************************** |
| Surface | artifact | |
| Surface | operation | |
| Surface | operation | |
| SurfaceCache | class | ************************************************************************** * \class SurfaceCache \brief Der SurfaceCache ist ein Container fuer alle Surfaces, die in einem Frame gerendert werden müssen. Die Anzahl der Surfaces im Cache ist auf MAX_SURFACES begrenzt. Damit der Cache nicht ueberlaeuft, muessen ungenutzte Eintraege entfernt werden. Die Strategie sieht wie folgt aus: Jedes Surfaceobjekt besitzt einen Zaehler der in der Methode refresh() inkrementiert wird. Erreicht der Zaehler eine bestimmte Grenze (MAX_DROP), wird das Objekt aus dem Cache entfernt. Typ. wird refresh() bei jedem Frame einmal aufgerufen. Jeder Aufruf der Methode getSurface() setzt den Zaehler auf 0 zurueck. Wird ein Surfaceobjekt immer wieder fuer ein Frame verwendet, kann der Zaehler nicht die Grenze erreichen und wird damit auch nicht aus dem Cache entfernt. Diese Strategie minmiert dynamisch den Speicherbedarf. Nachteil: Bewegt sich die Kamera uber eine laengere Zeit nicht, werden alle nichtgenutzten Surfaces aus dem Cache entfernt. Wird nun die Kamera position veraendert (z.B. durch Drehen) muessen alle neuen Surfaces in den Cache geladen werden. Das macht sich durch einen Einbruch in der Framerate bemerkbar. Besser: Den Fuellstand des Caches immer voll ausnutzen. Erst wenn mehr 100% erreicht wurde, nicht genutzte Surfaces entfernen. **************************************************************************** |
| SurfaceCache | artifact | |
| SurfaceCache | operation | |
| SWITCH_OFF | attribute | |
| SWITCH_ON | attribute |