mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Consolidates and standardizes terrain creation between the editor, asset browser and creator panel
Also shifts terrain data importing into the new terrain asset window instead of separate in the File menu Also removes redundant loadMaterials call that caused duplicates in the Terrain Painter material list
This commit is contained in:
parent
e9dba74891
commit
f7ce1efd62
8 changed files with 104 additions and 125 deletions
|
|
@ -22,8 +22,6 @@ function initClient()
|
|||
|
||||
callOnModules("initClient");
|
||||
|
||||
loadMaterials();
|
||||
|
||||
// Copy saved script prefs into C++ code.
|
||||
setDefaultFov( $pref::Player::defaultFov );
|
||||
setZoomSpeed( $pref::Player::zoomSpeed );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue