mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #860 from Areloch/MiscFixes20220825
Misc Fixes for 2022/08/25
This commit is contained in:
commit
63d8c5a699
29 changed files with 276 additions and 127 deletions
|
|
@ -139,7 +139,7 @@ datablock MissionMarkerData(SpawnSphereMarker)
|
|||
datablock MissionMarkerData(CameraBookmarkMarker)
|
||||
{
|
||||
category = "Misc";
|
||||
shapeAsset = "Core_GameObjects:Camera";
|
||||
shapeAsset = "Core_GameObjects:camera_shape";
|
||||
};
|
||||
|
||||
datablock CameraData(Observer)
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
materialDefinitionName="CameraMat"
|
||||
VersionId="1">
|
||||
<Material
|
||||
mapTo="CameraMat"
|
||||
Name="CameraMat"
|
||||
doubleSided="1"
|
||||
translucent="1"
|
||||
|
|
|
|||
Binary file not shown.
BIN
Templates/BaseGame/game/core/gameObjects/shapes/camera.fbx
Normal file
BIN
Templates/BaseGame/game/core/gameObjects/shapes/camera.fbx
Normal file
Binary file not shown.
|
|
@ -0,0 +1,5 @@
|
|||
<ShapeAsset
|
||||
AssetName="camera_shape"
|
||||
fileName="@assetFile=camera.fbx"
|
||||
constuctorFileName="@assetFile=camera_shape.tscript"
|
||||
materialSlot0="@asset=Core_GameObjects:CameraMat"/>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
singleton TSShapeConstructor(cameradts2)
|
||||
{
|
||||
baseShapeAsset = "Core_GameObjects:Camera_shape";
|
||||
singleDetailSize = "0";
|
||||
flipUVCoords = "0";
|
||||
JoinIdenticalVerts = "0";
|
||||
reverseWindingOrder = "0";
|
||||
removeRedundantMats = "0";
|
||||
animFPS = "2";
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue