mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 14:13:48 +00:00
109 lines
3 KiB
Text
109 lines
3 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new Scene(Empty_RoomLevel) {
|
|
canSave = "1";
|
|
canSaveDynamicFields = "1";
|
|
Enabled = "1";
|
|
|
|
new LevelInfo(TheLevelInfo) {
|
|
nearClip = "0.1";
|
|
visibleDistance = "1000";
|
|
visibleGhostDistance = "0";
|
|
decalBias = "0.0015";
|
|
fogColor = "0.6 0.6 0.7 1";
|
|
fogDensity = "0";
|
|
fogDensityOffset = "700";
|
|
fogAtmosphereHeight = "0";
|
|
canvasClearColor = "0 0 0 255";
|
|
ambientLightBlendPhase = "1";
|
|
ambientLightBlendCurve = "0 0 -1 -1";
|
|
advancedLightmapSupport = "0";
|
|
soundDistanceModel = "Linear";
|
|
class = "DefaultGame";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "1";
|
|
desc0 = "An empty room ready to be populated with Torque objects.";
|
|
Enabled = "1";
|
|
levelName = "Empty Room";
|
|
};
|
|
new SkyBox(theSky) {
|
|
Material = "BlankSkyMat";
|
|
drawBottom = "1";
|
|
fogBandHeight = "0";
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "1";
|
|
};
|
|
new Sun(theSun) {
|
|
azimuth = "230.396";
|
|
elevation = "45";
|
|
color = "0.968628 0.901961 0.901961 1";
|
|
ambient = "0.8 0.972549 0.996078 1";
|
|
brightness = "1";
|
|
castShadows = "1";
|
|
staticRefreshFreq = "250";
|
|
dynamicRefreshFreq = "8";
|
|
coronaEnabled = "1";
|
|
coronaScale = "0.5";
|
|
coronaTint = "1 1 1 1";
|
|
coronaUseLightColor = "1";
|
|
flareScale = "1";
|
|
attenuationRatio = "0 1 1";
|
|
shadowType = "PSSM";
|
|
texSize = "1024";
|
|
overDarkFactor = "3000 2000 1000 250";
|
|
shadowDistance = "400";
|
|
shadowSoftness = "0.25";
|
|
numSplits = "4";
|
|
logWeight = "0.96";
|
|
fadeStartDistance = "325";
|
|
lastSplitTerrainOnly = "0";
|
|
representedInLightmap = "0";
|
|
shadowDarkenColor = "0 0 0 -1";
|
|
includeLightmappedGeometryInShadow = "0";
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "1";
|
|
};
|
|
new SimGroup(PlayerDropPoints) {
|
|
canSave = "1";
|
|
canSaveDynamicFields = "1";
|
|
Enabled = "1";
|
|
|
|
new SpawnSphere(DefaultCameraSpawnSphere) {
|
|
autoSpawn = "0";
|
|
spawnTransform = "0";
|
|
radius = "5";
|
|
sphereWeight = "1";
|
|
indoorWeight = "1";
|
|
outdoorWeight = "1";
|
|
isAIControlled = "0";
|
|
dataBlock = "SpawnSphereMarker";
|
|
position = "0 -23.8079 2";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "1";
|
|
Enabled = "1";
|
|
homingCount = "0";
|
|
lockCount = "0";
|
|
};
|
|
};
|
|
new GroundPlane() {
|
|
squareSize = "128";
|
|
scaleU = "12";
|
|
scaleV = "12";
|
|
Material = "Grid_512_Gray";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "1";
|
|
Enabled = "1";
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|
|
|