OSDN Git Service

mikumikustudio/MikuMikuStudio.git
12 years agoAppended the proper OpenGL constants to Javadoc for BlendMode.
danyrioux@gmail.com [Sat, 3 Sep 2011 10:22:20 +0000 (10:22 +0000)]
Appended the proper OpenGL constants to Javadoc for BlendMode.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8154 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFixed output param to Logger's warning.
danyrioux@gmail.com [Sat, 3 Sep 2011 10:20:25 +0000 (10:20 +0000)]
Fixed output param to Logger's warning.
Added"name" parameter when exception is thrown so it's easier to know what the name is.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8153 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoAdded Vector2Array, Vector3Array and Vector4Array cases to getValueAsString() method.
danyrioux@gmail.com [Sat, 3 Sep 2011 10:16:03 +0000 (10:16 +0000)]
Added Vector2Array, Vector3Array and Vector4Array cases to getValueAsString() method.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8152 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agolights now have in-scene marker icons in SceneComposer
brentowens [Sat, 3 Sep 2011 01:20:28 +0000 (01:20 +0000)]
lights now have in-scene marker icons in SceneComposer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8151 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoAudio tests: Using play() and playInstance() on AudioNodes instead of 'deprecated...
rootli@gmail.com [Fri, 2 Sep 2011 19:53:26 +0000 (19:53 +0000)]
Audio tests: Using play() and playInstance() on AudioNodes instead of 'deprecated' playSource() on AudioRenderer.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8150 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoAudio tests: Used non-deprecated constructor, replaced "AudioApp" class by SimpleAppl...
rootli@gmail.com [Fri, 2 Sep 2011 19:14:21 +0000 (19:14 +0000)]
Audio tests: Used non-deprecated constructor, replaced "AudioApp" class by SimpleApplication

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8149 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFIXED: org.lwjgl.LWJGLException: X Error: BadWindow (invalid Window parameter) reques...
lexn82 [Fri, 2 Sep 2011 16:59:25 +0000 (16:59 +0000)]
FIXED: org.lwjgl.LWJGLException: X Error: BadWindow (invalid Window parameter) request_code: 2 minor_code: 0

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8148 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago - Fixed normal vector incorrect in Mesh.getTriangle() (Thanks Kaelgaga)
ShadowIsLord@gmail.com [Thu, 1 Sep 2011 23:01:43 +0000 (23:01 +0000)]
 - Fixed normal vector incorrect in Mesh.getTriangle() (Thanks Kaelgaga)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8147 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoadded Scale tool to scene composer
brentowens [Thu, 1 Sep 2011 17:26:24 +0000 (17:26 +0000)]
added Scale tool to scene composer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8146 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- merge changes to native bullet
normen667 [Thu, 1 Sep 2011 00:53:54 +0000 (00:53 +0000)]
- merge changes to native bullet

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8144 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix ragdoll listeners being looped when no listener list exists
normen667 [Thu, 1 Sep 2011 00:51:35 +0000 (00:51 +0000)]
- fix ragdoll listeners being looped when no listener list exists

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8143 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- simplify TestRagdollCharacter
normen667 [Thu, 1 Sep 2011 00:32:51 +0000 (00:32 +0000)]
- simplify TestRagdollCharacter

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8142 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- simplify TestRagdollCharacter
normen667 [Thu, 1 Sep 2011 00:17:17 +0000 (00:17 +0000)]
- simplify TestRagdollCharacter

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8141 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoscene edit axis marker now scales with size of selected spatial so it can be easily...
brentowens [Thu, 1 Sep 2011 00:14:31 +0000 (00:14 +0000)]
scene edit axis marker now scales with size of selected spatial so it can be easily seen

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8140 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- cleanup TestRagdollCharacter
normen667 [Wed, 31 Aug 2011 21:54:22 +0000 (21:54 +0000)]
- cleanup TestRagdollCharacter

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8139 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agofixed terrain picking bug
brentowens [Wed, 31 Aug 2011 15:49:53 +0000 (15:49 +0000)]
fixed terrain picking bug

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8138 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- add TestRagdollCharacter
normen667 [Wed, 31 Aug 2011 12:50:39 +0000 (12:50 +0000)]
- add TestRagdollCharacter

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8137 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFix for typos in Texture javadoc
skye.book [Wed, 31 Aug 2011 00:33:58 +0000 (00:33 +0000)]
Fix for typos in Texture javadoc

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8136 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago* fixed bug with terrain collision and flat terrain having a zero-volume bounding box
brentowens [Tue, 30 Aug 2011 15:43:38 +0000 (15:43 +0000)]
* fixed bug with terrain collision and flat terrain having a zero-volume bounding box
* corrected terrain.getHeight()

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8135 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- separate cookie and content lookups in AssetDataObject
normen667 [Mon, 29 Aug 2011 20:39:09 +0000 (20:39 +0000)]
- separate cookie and content lookups in AssetDataObject

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8134 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix dependencies
normen667 [Mon, 29 Aug 2011 19:44:11 +0000 (19:44 +0000)]
- fix dependencies

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8133 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoTestBrickTower : changed some parameters inthe shadow renderer
remy.bouquet@gmail.com [Mon, 29 Aug 2011 19:42:40 +0000 (19:42 +0000)]
TestBrickTower : changed some parameters inthe shadow renderer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8132 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- update dependency
normen667 [Mon, 29 Aug 2011 19:30:02 +0000 (19:30 +0000)]
- update dependency

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8131 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- update dependencies
normen667 [Mon, 29 Aug 2011 19:12:25 +0000 (19:12 +0000)]
- update dependencies

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8130 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix BombControl effect
normen667 [Mon, 29 Aug 2011 18:49:54 +0000 (18:49 +0000)]
- fix BombControl effect

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8129 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoEngine :
remy.bouquet@gmail.com [Mon, 29 Aug 2011 18:35:14 +0000 (18:35 +0000)]
Engine :
- WIP : Added new batching system : GeometryBatch, that allow batched geometries to be transformed

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8128 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- move obfuscation preference pane entry to "Build"
normen667 [Mon, 29 Aug 2011 18:06:22 +0000 (18:06 +0000)]
- move obfuscation preference pane entry to "Build"

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8127 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix installer not setting projects directory
normen667 [Mon, 29 Aug 2011 15:14:34 +0000 (15:14 +0000)]
- fix installer not setting projects directory

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8126 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- commit changed build scripts and suite properties
normen667 [Mon, 29 Aug 2011 14:30:20 +0000 (14:30 +0000)]
- commit changed build scripts and suite properties
- rename icons

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8125 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix platform import
normen667 [Sun, 28 Aug 2011 21:32:52 +0000 (21:32 +0000)]
- fix platform import

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8124 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- update library settings for platform release701 build
normen667 [Sun, 28 Aug 2011 19:29:26 +0000 (19:29 +0000)]
- update library settings for platform release701 build

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8123 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- change branding to jMonkeyEngine SDK
normen667 [Sun, 28 Aug 2011 17:23:57 +0000 (17:23 +0000)]
- change branding to jMonkeyEngine SDK

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8122 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- add niftygui javadoc to sdk libraries
normen667 [Sun, 28 Aug 2011 16:43:17 +0000 (16:43 +0000)]
- add niftygui javadoc to sdk libraries

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8121 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- add niftygui javadoc
normen667 [Sun, 28 Aug 2011 16:39:06 +0000 (16:39 +0000)]
- add niftygui javadoc

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8120 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Fri, 26 Aug 2011 23:21:37 +0000 (23:21 +0000)]
SDK:
- remove opening of OpenGL window when MaterialEditor opens

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8119 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Fri, 26 Aug 2011 21:19:15 +0000 (21:19 +0000)]
SDK:
- make plugin windows not open on start when tehy were left open on close

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8118 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Fri, 26 Aug 2011 17:15:13 +0000 (17:15 +0000)]
SDK:
- change a few plugins names

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8117 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Fri, 26 Aug 2011 17:14:27 +0000 (17:14 +0000)]
SDK:
- change a few plugins names

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8116 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- update JmeSystem version number
normen667 [Fri, 26 Aug 2011 17:11:45 +0000 (17:11 +0000)]
- update JmeSystem version number

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8115 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- make OgreMeshKey-based import not fail on missing material
normen667 [Fri, 26 Aug 2011 16:59:51 +0000 (16:59 +0000)]
- make OgreMeshKey-based import not fail on missing material
- add actual OgreMeshKey.setMaterialName() setter

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8114 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Fri, 26 Aug 2011 15:43:16 +0000 (15:43 +0000)]
SDK:
- exclude some platform plugins from build

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8113 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Fri, 26 Aug 2011 08:49:38 +0000 (08:49 +0000)]
SDK:
- Close SceneComposer / TerrainEditor plugin window when OpenGL window is closed

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8112 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix AssetPack preview
normen667 [Fri, 26 Aug 2011 08:32:52 +0000 (08:32 +0000)]
- fix AssetPack preview

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8111 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix OgreXML material loading when using OgreMeshKey
normen667 [Fri, 26 Aug 2011 08:23:48 +0000 (08:23 +0000)]
- fix OgreXML material loading when using OgreMeshKey

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8110 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- add OgreMeshKey support to OgreXMLDataObject
normen667 [Fri, 26 Aug 2011 02:11:46 +0000 (02:11 +0000)]
- add OgreMeshKey support to OgreXMLDataObject

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8109 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- add fallback to default material name also when using OgreMeshKey
normen667 [Fri, 26 Aug 2011 02:11:17 +0000 (02:11 +0000)]
- add fallback to default material name also when using OgreMeshKey

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8108 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- add support for material name to OgreMeshKey
normen667 [Fri, 26 Aug 2011 02:09:24 +0000 (02:09 +0000)]
- add support for material name to OgreMeshKey

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8107 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Fri, 26 Aug 2011 01:49:58 +0000 (01:49 +0000)]
SDK:
- clear cache when opening nifty files to reload images

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8106 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoBookSamples: chapter 9 - tree model
rootli@gmail.com [Fri, 26 Aug 2011 00:35:49 +0000 (00:35 +0000)]
BookSamples: chapter 9 - tree model

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8105 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Fri, 26 Aug 2011 00:27:01 +0000 (00:27 +0000)]
SDK:
- commit nifty editor project files

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8103 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Fri, 26 Aug 2011 00:19:20 +0000 (00:19 +0000)]
SDK:
- fix NiftyGUI editor problems with screen selection
- fix NiftyGUI editor exceptions by making sure a valid screen is selected when none is specified

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8102 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Thu, 25 Aug 2011 23:15:24 +0000 (23:15 +0000)]
SDK:
- fix NiftyGUI reshape.. still problems

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8101 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSupport for loading SpotLight.
Kaelthas_Spellsinger@o2.pl [Thu, 25 Aug 2011 21:05:10 +0000 (21:05 +0000)]
Support for loading SpotLight.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8100 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoBugfix: NPE was raised when the object had no material.
Kaelthas_Spellsinger@o2.pl [Thu, 25 Aug 2011 20:58:39 +0000 (20:58 +0000)]
Bugfix: NPE was raised when the object had no material.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8099 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFix to a bug that caused loader to crach when loading an object without textures.
Kaelthas_Spellsinger@o2.pl [Thu, 25 Aug 2011 20:25:38 +0000 (20:25 +0000)]
Fix to a bug that caused loader to crach when loading an object without textures.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8098 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Thu, 25 Aug 2011 19:06:26 +0000 (19:06 +0000)]
SDK:
- catch all file copy exceptions on model import

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8097 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Thu, 25 Aug 2011 19:00:30 +0000 (19:00 +0000)]
SDK:
- update branding to jMonkeyEngine GDE

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8096 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Thu, 25 Aug 2011 18:56:47 +0000 (18:56 +0000)]
SDK:
- forgot Test Template

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8095 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSupport for 'Normal' texture mapping for 3D textures.
Kaelthas_Spellsinger@o2.pl [Thu, 25 Aug 2011 18:50:06 +0000 (18:50 +0000)]
Support for 'Normal' texture mapping for 3D textures.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8094 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Thu, 25 Aug 2011 18:38:04 +0000 (18:38 +0000)]
SDK:
- Add AssetKey properties to Model Import dialog
- Improve ProjectAssetManager path handling
- Allow setting AssetKey data in AssetDataObject (Uses apache BeanUtils to copy data from other AssetKey)
- Set version number and dependency to 3.0.0 for all plugins
- Change some plugin names
- Set "jMonkeyEngine" as plugin group name

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8093 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSupport for image sphere projection on a mesh.
Kaelthas_Spellsinger@o2.pl [Thu, 25 Aug 2011 18:18:32 +0000 (18:18 +0000)]
Support for image sphere projection on a mesh.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8092 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoAndroid: minor fixes
kimxilxyong [Thu, 25 Aug 2011 17:35:30 +0000 (17:35 +0000)]
Android: minor fixes

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8090 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFix to tube UV coordinates generation (image will not be upside down now).
Kaelthas_Spellsinger@o2.pl [Thu, 25 Aug 2011 17:06:47 +0000 (17:06 +0000)]
Fix to tube UV coordinates generation (image will not be upside down now).

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8089 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFilter Pass can now render its own depth buffer
remy.bouquet@gmail.com [Thu, 25 Aug 2011 16:41:28 +0000 (16:41 +0000)]
Filter Pass can  now render its own depth buffer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8088 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFixed typo in FXAA filter
remy.bouquet@gmail.com [Thu, 25 Aug 2011 16:25:52 +0000 (16:25 +0000)]
Fixed typo in FXAA filter

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8087 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoAndroid: complete rework of the config chooser, LEGACY is still using Android phone...
kimxilxyong [Thu, 25 Aug 2011 12:46:10 +0000 (12:46 +0000)]
Android: complete rework of the config chooser, LEGACY is still using Android phone code, FASTEST is using 5,6,5,0,16,0 but with code in jme3-andoid which is currently identical to the android source and BEST is using 8,8,8,8,16,0 - also with the same jme3 code.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8085 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Thu, 25 Aug 2011 00:40:20 +0000 (00:40 +0000)]
SDK:
- make BlenderDataObject return correct asset key for properties inspection

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8084 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agojavadoc
brentowens [Thu, 25 Aug 2011 00:19:18 +0000 (00:19 +0000)]
javadoc

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8081 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- clean up blender test
normen667 [Thu, 25 Aug 2011 00:16:34 +0000 (00:16 +0000)]
- clean up blender test

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8080 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- fix compile or ManualBlenderTester
normen667 [Wed, 24 Aug 2011 23:17:47 +0000 (23:17 +0000)]
- fix compile or ManualBlenderTester
- add proper blender model load test

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8079 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoPrevent boundingBox to create new vectors in distanceToEdge thanks to maximusgrey
remy.bouquet@gmail.com [Wed, 24 Aug 2011 21:25:01 +0000 (21:25 +0000)]
Prevent boundingBox to create new vectors in distanceToEdge thanks to maximusgrey
http://jmonkeyengine.org/groups/graphics/forum/topic/boudingbox-and-vector3fs/#post-140072

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8077 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoImage loading changed during textures loading (using AssetManager now).
Kaelthas_Spellsinger@o2.pl [Wed, 24 Aug 2011 18:17:23 +0000 (18:17 +0000)]
Image loading changed during textures loading (using AssetManager now).

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8074 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoAdditional locators added to locate blender resources.
Kaelthas_Spellsinger@o2.pl [Wed, 24 Aug 2011 18:16:26 +0000 (18:16 +0000)]
Additional locators added to locate blender resources.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8073 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agorenamed split to splat
brentowens [Wed, 24 Aug 2011 17:44:35 +0000 (17:44 +0000)]
renamed split to splat

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8072 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoadded the working terrain textures back in
brentowens [Wed, 24 Aug 2011 16:38:25 +0000 (16:38 +0000)]
added the working terrain textures back in

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8071 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agochanged normal and tangent generation for terrain to handle scale, removing artifacts
brentowens [Wed, 24 Aug 2011 16:12:38 +0000 (16:12 +0000)]
changed normal and tangent generation for terrain to handle scale, removing artifacts

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8070 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoAdded a method to register classes in bulk.
PSpeed42@gmail.com [Wed, 24 Aug 2011 09:52:35 +0000 (09:52 +0000)]
Added a method to register classes in bulk.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8069 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoA change from a while back that presents a slightly better
PSpeed42@gmail.com [Wed, 24 Aug 2011 09:38:28 +0000 (09:38 +0000)]
A change from a while back that presents a slightly better
error message than an NPE but still isn't very helpful.  This
usually only happens when things are totally confused, ie:
stream corruption or more likely misregistered classes.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8068 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoremoved commented out code
brentowens [Tue, 23 Aug 2011 20:22:04 +0000 (20:22 +0000)]
removed commented out code

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8067 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoimproved heightmap smooth algorithm
brentowens [Tue, 23 Aug 2011 20:19:34 +0000 (20:19 +0000)]
improved heightmap smooth algorithm

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8066 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSmall fix to musgrave texture generator.
Kaelthas_Spellsinger@o2.pl [Tue, 23 Aug 2011 13:20:41 +0000 (13:20 +0000)]
Small fix to musgrave texture generator.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8065 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoRemoving this directory until the person who committed
PSpeed42@gmail.com [Tue, 23 Aug 2011 11:42:07 +0000 (11:42 +0000)]
Removing this directory until the person who committed
the three different cases of Rock.PNG can check in the
right ones.  Otherwise, no one on a non unix OS can
update SVN. :P

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8064 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoremoved a premature commit to terrain tangents that isn't fully working yet
brentowens [Tue, 23 Aug 2011 00:59:44 +0000 (00:59 +0000)]
removed a premature commit to terrain tangents that isn't fully working yet

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8063 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago* terrain paint tool will no longer wrap; bug fix thanks to pitoui
brentowens [Tue, 23 Aug 2011 00:05:34 +0000 (00:05 +0000)]
* terrain paint tool will no longer wrap; bug fix thanks to pitoui
* flipped paint coords to match flipped terrain coords in last commit

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8062 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoadded 'no texture' option to texture browser
brentowens [Tue, 23 Aug 2011 00:03:39 +0000 (00:03 +0000)]
added 'no texture' option to texture browser

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8061 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoflipped terrain texture coordinates. New tangent calculations. Warning if heightmap...
brentowens [Mon, 22 Aug 2011 23:11:20 +0000 (23:11 +0000)]
flipped terrain texture coordinates. New tangent calculations. Warning if heightmap is different size than specified terrain

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8060 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSupport for texture's tube projection.
Kaelthas_Spellsinger@o2.pl [Mon, 22 Aug 2011 21:10:52 +0000 (21:10 +0000)]
Support for texture's tube projection.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8059 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoUpdated BookSamples terrain and water code, textures
rootli@gmail.com [Mon, 22 Aug 2011 21:05:47 +0000 (21:05 +0000)]
Updated BookSamples terrain and water code, textures

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8058 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoLicence blocks added to texture generators.
Kaelthas_Spellsinger@o2.pl [Mon, 22 Aug 2011 15:20:53 +0000 (15:20 +0000)]
Licence blocks added to texture generators.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8057 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Sun, 21 Aug 2011 23:08:23 +0000 (23:08 +0000)]
SDK:
- add new plugin excludes for sdk build

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8056 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoMoving projection calculations to a separate class.
Kaelthas_Spellsinger@o2.pl [Sun, 21 Aug 2011 22:12:47 +0000 (22:12 +0000)]
Moving projection calculations to a separate class.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8055 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoCube mapping for textures support.
Kaelthas_Spellsinger@o2.pl [Sun, 21 Aug 2011 21:07:46 +0000 (21:07 +0000)]
Cube mapping for textures support.
Providing proper texture mapping data to UVCoordinatesGenerator.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8054 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Sun, 21 Aug 2011 18:50:18 +0000 (18:50 +0000)]
SDK:
- update jME3 public classes list

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8053 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Sun, 21 Aug 2011 18:48:51 +0000 (18:48 +0000)]
SDK:
- change jMP build process to incorporate version number in settings folder

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8052 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Sun, 21 Aug 2011 18:40:55 +0000 (18:40 +0000)]
SDK:
- change jMP to use netbeans user dir variable for natives extraction
- change OgreXML command line tools to be expanded to netbeans user dir

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8051 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoSDK:
normen667 [Sun, 21 Aug 2011 17:30:27 +0000 (17:30 +0000)]
SDK:
- change branding name back due to dependency problems
- remove harness folder

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8050 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoBookSamples code update
rootli@gmail.com [Sun, 21 Aug 2011 16:29:32 +0000 (16:29 +0000)]
BookSamples code update

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8047 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years ago- Added steep parallax mapping, activate it by setting SteepParallax attribute to...
remy.bouquet@gmail.com [Sat, 20 Aug 2011 21:42:47 +0000 (21:42 +0000)]
- Added steep parallax mapping, activate it by setting SteepParallax attribute to true in lighting material
- Refactored paralax calculation code in Parallax.glsllib
- Added a boolean param to lighting material PackedNormalParallax to specify if the parallax map is stored in the alpha channel of the normal map (it was already implemented in the shader). added a dds file and a material using this
- The parallax height can now be set by users by setting the ParallaxHeight attribute. default is 0.05
- Deleted old normal map for water
- Inverted green channel of the brickwall normal texture to look good with recent change in normal calculation in lighting material
- Created a test case for parallax mapping where you can swich from classic to steep parallax using spacebar, and where you can tweak the parallax heigh by using I and K keys.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8046 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoFixed material default value loading
remy.bouquet@gmail.com [Sat, 20 Aug 2011 14:10:18 +0000 (14:10 +0000)]
Fixed material default value loading

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8045 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

12 years agoBetter normal map for water
remy.bouquet@gmail.com [Sat, 20 Aug 2011 13:41:03 +0000 (13:41 +0000)]
Better normal map for water

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8044 75d07b2b-3a1a-0410-a2c5-0572b91ccdca