27 Commits

Author SHA1 Message Date
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
rem..om
20123c74ea SDK : Scene composer MoveManager now accounts for parent node scale when moving a spatial in the scene composer. This is to avoid the spatial to "jump" when starting moving.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10732 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-07-17 21:25:31 +00:00
rem..om
116ced422b SDK :
- Select tool does not keep its own instance of the selected spatial, it nows use the ToolController.selectedSpatial, for better selection synchronisation between sceneExplorer and sceneViewer

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9649 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-08-12 19:26:16 +00:00
rem..om
32152741cc SDK :
- Made toggle buttons instead of check boxes for Snap to grid/scene, select terrain
- Added a Select Geometries toggle

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9648 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-08-12 19:06:45 +00:00
rem..om
9179c9e401 SDK :
- Select Tool Fxed NPE when selecting a child node of a lonked asset in the viewer.
- Move tool fixed bad application of scale when moving.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9647 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-08-12 14:30:16 +00:00
rem..om
96b7355347 SDK :
- Fixed focus issue in the sdk (part 2)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9608 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-08-02 10:04:16 +00:00
rem..om
3f8d7f0807 SDK :
- Blender style rotation now rotates objects in world space and parent rotation are correctly taken into account.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9606 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-07-31 08:50:50 +00:00
rem..om
68e17702e2 SDK :
- Formatted SelectTool class

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9605 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-07-30 15:25:27 +00:00
rem..om
7beda908c1 SDK :
- Created a MoveManager than now handles move methods. 
- MoveTool and SelectTool now use the MoveManager.
- Blender like move now use a camera aligned plane to move along so things are more "blenderish"
- One can enter move/rotate/scale values with the numpad 


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9604 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-07-30 15:23:17 +00:00
rem..om
25efcd4f7b SDK : MoveTool fixed imports and formatted the file
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9599 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-07-29 07:54:09 +00:00
rem..om
458ce63d15 SDK : MoveTool removed usage of TempVars
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9598 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-07-29 07:33:10 +00:00
rem..om
7756c21d4a SDK : MoveToll now correctly takes into account selected object's parent's world transforms.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9594 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-07-28 15:28:10 +00:00
bre..ns
233627de72 updated SDK manipulation to escape a transformation when right-click
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9461 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-07 23:34:14 +00:00
bre..ns
0b7a92cc38 some fixes to the SDK manipulation tool
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9460 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-07 23:21:28 +00:00
bre..ns
c74a54db35 small fix to rotate option in blender-manipulation tool
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9453 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-04 16:10:52 +00:00
bre..ns
f96e0d771e added Blender-esque manipulation tool to scene composer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9452 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-04 04:55:58 +00:00
bre..ns
fba447dc60 added rotate tool to SDK, thanks @kbender
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9373 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-05-11 00:12:54 +00:00
nor..67
fa03a75cba SDK:
- undo some changes due to shady threading raising its ugly head through the changes

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9353 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-05-08 00:44:45 +00:00
nor..67
714484047b SDK:
- remove some queueing to make tool selection update faster

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9352 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-05-07 23:29:58 +00:00
nor..67
102257be93 SDK:
- fix SelectTool not updating selection mesh

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8634 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 03:10:13 +00:00
nor..67
89aa2b160f SDK:
- add physics undo/redo to MoveTool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8625 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 00:52: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
nor..67
5826b4cefe SDK:
- Make MoveTool move physics objects correctly

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8603 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-08 23:18:14 +00:00
bre..ns
028f9d86f6 added Scale tool to scene composer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8146 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-01 17:26:24 +00:00
rem..om
da55beac3d sdk :
- Removed grey selection. Select tool now use the blue selection managed by the toolController.
- Changed move plane gizmo to only appear when the move tool is activated
- Optimized moveTool to not instanciate new vectors on every frame.
- Changed particle emitter selection shape to bounding box

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7995 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-10 10:25:18 +00:00
rem..om
66badd193a SDK :
- Fixed a NPE in the select tool when user was selectiong nothing

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7871 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-17 10:11:58 +00:00
bre..ns
dda8ee2c38 * select and move tools added to sdk
* ability to easily add other tools to scene composer
* changed camera controller to handle more types of mouse events
* much refactoring of sceneComposerToolController

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7863 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-15 17:20:39 +00:00