| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.t3dgenerator | |
| cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.map |
This package contains classes that represent objects in an unreal map - meshes, lights, navigation points etc.
|
| Modifier and Type | Method and Description |
|---|---|
static MapElement |
T3dElementHelper.wrapActorsIntoMap(String mapName,
List<? extends AbstractActor> actors)
Wraps a list of actors into a map, so that it can be seamlessly imported into UDK editor.
|
static MapElement |
T3dElementHelper.wrapActorsIntoMap(String mapName,
List<? extends AbstractActor> actors,
Float killZ) |
| Modifier and Type | Class and Description |
|---|---|
class |
BrushActor |
class |
DefaultPhysicsVolume |
class |
LevelInfo |
class |
Light |
class |
PathNode |
class |
PlayerStart |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractActor> |
MapElement.getActors() |
| Constructor and Description |
|---|
MapElement(String name,
List<? extends AbstractActor> actors,
Surface surface) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.