85 Commits

Author SHA1 Message Date
MeFisto94
1c12b68bb0 Validate SkyboxWizard's Input on multiple ways to inform the user rather than throwing an exception (#81). 2016-02-20 11:19:07 +01:00
Nehon
022899c199 Changed the way texture previews are done in the SDK.
All texture loading is now done on JME's thread and not on the awt thread anymore to avoid to stall the UI when loading big textures.
2015-11-20 16:29:08 +01:00
Nehon
5cb72c6582 Updated the create skybox gui in the SDK so that it fits the new API and supports loading equirect Skybox maps. 2015-11-11 18:57:42 +01:00
Dokthar
71e2a7efef SDK Terrain Editor : changed the paintTool tooltip text to match the tool actions 2015-09-09 20:27:57 +02:00
shadowislord
a374e73376 AssetManager: adjust usage according to latest changes 2015-03-01 15:14:30 -05:00
Nehon
160aa13942 Complete SDK icons overhaul. 2015-02-22 13:01:11 +01:00
Normen Hansen
82901bb486 - remove backgroundColor directives from TerrainEditor to make it more compatible with LAFs 2015-01-31 21:20:09 +01:00
Normen Hansen
5bc1595ab8 - suppress more warnings in SDK 2015-01-25 23:36:25 +01:00
Normen Hansen
b98db36a2d - suppress warnings across SDK 2015-01-25 23:29:08 +01:00
shadowislord
99af4d9bd5 * Deprecate usage of TextureKey.setAsCube() and TextureKey.setAsTexture3D() - this is now handled by the TextureKey.setTextureTypeHint() method instead 2014-05-31 18:39:44 -04:00
bre..om
6f28e6e98b Increased terrain tool radius max. Fixed terrain smooth tool invalid-height values on terrain edge.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11014 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2014-02-04 19:45:54 +00:00
bre..om
d723af5009 SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10860 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-11-01 00:03:13 +00:00
bre..om
d61ac1afe5 Added alphamap rename tool to the terrain editor. Removing a texture layer now clears all alpha for that layer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10838 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-10-18 23:36:20 +00:00
rem..om
2fc18e9e2c Fix for the builld, vector3f. interpolate was still called in SlopeTerrainTool instead of interpolateLocal
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10800 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-09-22 07:49:25 +00:00
bre..om
a33c7394e3 Slightly improved the terrain paint tool. Changed the terrain flatten tool to match documentation
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10738 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-07-25 16:26:06 +00:00
bre..om
61641eaaf5 reenabled the terrain paint button
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10530 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-04-10 16:59:49 +00:00
bre..om
3079ca689f terrain height tool remembers undo history as an entire mouseDown event now. RMB now erases
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10474 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-03-08 20:20:48 +00:00
bre..om
ef700eff19 terrain paint tool remembers undo history as an entire mouseDown event now. RMB now erases
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10473 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-03-08 19:11:02 +00:00
bre..om
b1657e6846 speaking of SDK, material property editor is now sorted alphabetically
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10464 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-03-05 16:00:43 +00:00
bre..om
c23685b298 Terrain tools can snap to 4 axis angles now. Paths thanks @Shirkit
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9846 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-07 04:42:41 +00:00
bre..ns
cf103e191d axis-aligned terrain tool snapping support, thanks @shirkit
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9683 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-08-24 17:04:41 +00:00
bre..ns
2cf1455867 removed the leftovers of the terrain editor border tool
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9682 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-08-24 04:13:02 +00:00
bre..ns
0fe8394916 terrain tool changes and improvements, thanks @Shirkit
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9681 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-08-23 16:05:38 +00:00
bre..ns
8fa651fe43 patch for the terrain editor slope tool from shirkit
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9588 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-07-26 15:46:11 +00:00
bre..ns
d3b280c7e3 added 'slope' tool to terrain editor, and some more options to the 'level terrain' tool. Thanks @shirkit
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9582 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-07-23 22:38:09 +00:00
bre..ns
22f0410e78 hooked in key events to terrain editor tools
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9575 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-07-21 07:21:03 +00:00
bre..ns
a5c8cb8ead option to flip texture's Y for skyFactory in SDK
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9343 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-05-02 17:33:38 +00:00
bre..ns
694b61cf58 improved terrain editor wizard
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9235 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-03-06 18:53:03 +00:00
nor..67
2ff329f9de SDK:
- make generate entropies action more robust against multiple uses of ProgressMonitor

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9090 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-17 18:58:11 +00:00
nor..67
0445afb461 SDK:
- make generate entropies action create no undo entry
- make generate entropies action more robust in terms of float values < 1

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9089 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-17 18:55:52 +00:00
nor..67
ce80432d42 SDK:
- add percentage progress to "generate terrain entropies" (broken?)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9085 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-17 17:02:12 +00:00
nor..67
445cbdc09c SDK:
- add progress indicators for navmesh and terrain entropy generation

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9084 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-17 16:31:29 +00:00
bre..ns
68901f6bc4 what, I did not forget this
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9082 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-17 02:45:08 +00:00
bre..ns
a59339054a moved some of the terrain utils into tool options in the scene explorer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9080 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-17 01:36:13 +00:00
nor..67
479fdd5624 SDK:
- change TerrainEditor layout a bit

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9073 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-15 23:54:55 +00:00
nor..67
707cce9300 SDK:
- change TerrainEditor layout a bit

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9071 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-15 23:51:41 +00:00
bre..ns
da3b43174c added new Terrain editor noise-based 'roughen' tool
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8964 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-29 17:34:34 +00:00
bre..ns
356c3b55cc deprecating and removing most AWT dependencies from heightmaps and TerrainGrid, still some more to do
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8930 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-14 20:56:28 +00:00
bre..ns
62a3bc2705 fixed bug in terrain editor, submitting new texture before scale causing error in shader
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8923 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-14 00:30:34 +00:00
bre..ns
6ef11723a3 added terrain material params to terrain editor window
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8809 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-26 21:48:57 +00:00
bre..ns
2253690024 normen made me do it!
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8712 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-17 19:03:36 +00:00
bre..ns
4e34217111 * Terrain API changes to better support TG in SDK terrain editor
* Refactored TG slightly.
* Updated TG tests
* new TG alphamap test data

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8711 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-17 18:38:41 +00:00
nor..67
5e35a60622 - fix double-close in TerrainEditor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8660 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-13 19:52:30 +00:00
bre..ns
a2975b70a0 cleaned up threading in TerrainEditorController
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8639 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 22:20:54 +00:00
bre..ns
8f61aa757c fixed terrain editor errors
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8636 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 17:02:54 +00:00
nor..67
122d438e9d SDK:
- fix some bugs related to scene opening

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8623 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-09 23:19:57 +00:00
nor..67
818a8bdaab SDK:
- remove invokeLater from TerrainEditor
- add isOgl() and isAwt() for asserting threading to SceneApplication

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8622 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-09 22:41:12 +00:00
nor..67
10ce82f423 SDK:
- changes in Scene opening (all callbacks are coming on the EDT now)
- optimize selection callbacks
- optimize/simplify threading
- recognize changes in classpath and recreate ClassPath for AssetManager based on that

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8621 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-09 22:11:24 +00:00
bre..ns
ca628fe5d6 fixed terrain scale bug
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8314 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-27 22:34:42 +00:00
bre..ns
d63fcf3e23 Modified terrain node listeners to handle removed terrain. Fixed an issue with actions spamming the save cookie with modified changes.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8310 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-26 15:39:27 +00:00