ant..om
0248e92e3c
Added a terrain material that uses height and slope information to map textures instead of alphamap.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7542 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
a0f230f79f
- fix test data link
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7541 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
2d4896942d
TranslucentBucket :
...
- Added a translucent bucket that is rendered after the processors (usefull for shadows)
- For filters, rendering this bucket is a bit particular, so you can use the TranslucentBucketFilter to render the translucent bucket in the middle of the fillter stack (doc is comming up in the wiki)
- renamed Filter's preRender method to postQueue for consistancy with processors
- added translucent objects in TestPostWater, added a fire (particles) in test transparent shadows
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7540 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
29a4e7e01c
Fixed shader compilation failure when using glow map and unshaded material
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7539 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
5491f0b749
Fixed NPE in KinematicRagdollControl when removing the ragdoll from the scene (thanks Teique)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7538 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
c9a5e0953a
* Fix colors reference issue in MTL loader
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7537 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
kim..ng
8cefea550e
Android: Fixed race-condition on GLSurfaceView destroy, fixed MouseEvents for flyCam rotation bug
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7536 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
kim..ng
e5478faae0
Android: added support for cube maps, Sky works now, use AndroidSkyFactory
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7531 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
ant..om
4fa5522c8e
Added a terrain material that uses height and slope information to map textures instead of alphamap.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7530 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
ant..om
58ede837c6
Added my own noise library as jar (noise-0.0.1-SNAPSHOT.jar), hope I didn't break any build stuff
...
TerrainGridTest is running smooth now using 257x257 sized TerrainQuads with fractal based heightmaps calculated on the fly.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7529 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
1fbd05a3ca
- update netbeans project libraries
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7526 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
71df4f9acd
Client will log the exception that causes it to disconnect
...
just in case the caller has not registered any listeners.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7525 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
714d0263fe
- fix bug in character.setJumpSpeed (thanks to lyfox)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7524 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
3287a9fc01
- merge control changes to native bullet
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7523 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
kim..ng
f93b95b3a4
Android: Fixed app lifecycle. If you leave your activity with the back key the app will be destroyed, if you use the home key the app gets frozen in the background. You can return to it and it will be in the same state as when you left it.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7522 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..rd
8b8e84ac6a
* Added hack to allow loading of non-spec-compliant dotScene files from Blender 2.57
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7521 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..rd
e91fe8f541
* Converted terrain textures to JPG to reduce filesize
...
* Updated to latest nifty gui
* Music player now uses duration property
* TestSerialization ported to new SM
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7520 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..rd
c91d1d264a
* Added new constructor for AudioNode that accepts stream-cache parameter
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7519 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..rd
873c656e23
* Fixed crash when changing number of samples/bpp and then calling app.restart()
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7518 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
620e339b7c
SettingDialog :
...
- Image url does not need an additionnal "/" at the start of the path (still work with it though). It to be consistent with the paths used for the asset manager.
- If the image is not found an AssetNotFound exception is thrown.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7517 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..rd
f1361cc9e6
* OGG loader now supports stream-cache feature
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7516 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..rd
3a938b7dc9
* Mesh.getTriangle() now supports 32bit index buffers and no index buffers
...
* Fix small logging issue in InputManager
* Added stream-cache feature to streaming audio
* Additional javadoc
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7515 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..rd
cbefb99eed
* OBJ loader will warn you if you're using lit meshes without normals
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7514 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..rd
b428d8ac48
* MTL loader now supports Blender shadeless materials
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7513 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
698c50d8fd
KinematicRagdollControl now correctly apply inverse world transforms of the parent of the model
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7512 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
b6d7b78a70
Added shape emitters that uste the meshes' shapes to emit particles (used by Blender Loader).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7511 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..om
f2bba9e7a7
* Deprecated AndroidApplication in favor of AndroidHarness
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7510 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
kim..ng
46ca84e835
AndroidHarness integration
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7509 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
dafc2afecb
- fix PhysicsSpace.removeAll() cast bug
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7507 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
c75f157cbb
Sort of fixed a streaming related memory leak. Well,
...
streams won't leak anymore but the buffered case
technically will if you create them and drop them because
that's a different level of fix.
Also made the deleteAudioData synchronized since it can
be called from another thread pretty trivially.
And fixed a race condition that caused an IndexOutOfBounds
exception if you happen to try adjusting an AudioNode's
parameters right as it was finishing playing.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7506 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
e73e97f753
BillboardControl :
...
- applied a patch from Abies to fix align to axis behaviour.
http://jmonkeyengine.org/groups/graphics/forum/topic/billboard-control-having-issues-when-parent-node-is-being-rotated/#post-127586
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7505 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
bc8162104f
Camera :
...
- fixed worldPlane init to avoid NPE when camera is loaded from a saved file.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7504 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
ab10b457b0
KinematicRagdollControl :
...
- added support for getting RigidBodies associated with each bone
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7503 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
kim..ng
a8e9d803dc
src/android patchset: changes AndroidAssetManager, AndroidInput, OGLESContext, JmeSystem, TextureLoader
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7502 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
kim..ng
0ec3bb6dba
src/android patchset: changes AndroidAssetManager, AndroidInput, OGLESContext, JmeSystem, TextureLoader
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7501 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
fb28b20660
KinematicRagdollControl :
...
- Added possibility to tweak ccd motion threshold for the ragdoll, or for specific bones.
- Added possibility to tweak ccd swept sphereradius for the ragdoll, or for specific bones.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7500 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
eb63ad11de
Animations :
...
- Created a nlerp function in quaternion (thanks to Lyzards)
- Used it for rotation interpolation when blending animations (fixed the testAnimBlendBug thanks again to Lyzard)
see related post http://jmonkeyengine.org/groups/graphics/forum/topic/ogrexml-model-and-animation-blending/?topic_page=2&num=15#post-127813
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7499 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
5468dfe927
KinematicRagdollControl : the ragdoll can now be moved using setLocalTranslation on the model while in ragdoll mode.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7498 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
1c76575ef7
Added empty constructor for Camera for serialization
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7497 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
743ecf650e
Fixed a comment to be more accurate. Max distance
...
is not the maximum distance for the sound to be
heard but the maximum distance that it will be
attenuated. In other words, setting max distance
to a small value has the opposite effect of cutting
off the sound early.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7496 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
2f415f3919
Fix an index out of bounds exception when moving an
...
audio node that hasn't been played yet.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7495 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
945683f432
Fixed positional audio to actually be positional.
...
Prior to this change, all positional audio was relative
to the listener. So no amount of moving around or
turning of the head was going to make the sound any
different.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7494 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
3678d4d4a3
* Attempt to fix some ATI driver crash on PostShadowPSSM15
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7493 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
cacfc6b71a
Properly use bitmasks on camera for checking culling ( to avoid checking against a plane if the parent node is already on the positive side of it) making culling faster
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7492 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
3430cd93d1
* Prevent UnsupportedOperationException when using LightMode SinglePass
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7491 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
bfe76ba56a
Update windows bullet native
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7490 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
3829bcf2c7
Bullet Native:
...
- throw java NPE's on all native NPE cases
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7489 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
ant..om
0bfd5aa2a3
fixed a bug calculating camera cell
...
Test is updated to not use LOD and physics for testing purposes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7488 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
e55e17ba4b
* Fix issue with MTL map_** statements provided with arguments
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7487 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
db62445d7e
Post process filters :
...
- Fixed Apsect ratio issue with multiviews
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7486 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago