rem..om
55b2afde82
Made the DebugKeysAppState output something that you just have to copy paste into your code when outputing the position and rotation of the camera.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10733 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
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
12 years ago
rem..om
e8d38b75f9
SDK : Scene composer : re introduced switch to front view with nupad 1 (not sure why it was removed in the first place)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10731 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
b0eb3b31a5
SDK : fixed an issue causing audio nodes to "fly around" when attached to a sub node with non zero translations.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10730 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
7e28558ece
SDK : fixed an issue causing "scene graph updated from another thread " error int he scenecomposer when adding an audio node
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10729 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..ic
a1316b4514
Android: Fix issue with AndroidHarness trying to pause audio after app.stop() closed down the audio renderer
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10728 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
2143e17d99
SDK:
...
- use selected java platform for obfuscation (thanks to @dertroglodyt )
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10727 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
9f6c42f568
fixed imports in HelloTerrain, and made the same changes as in HelloCollision in HelloTerrainCollision
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10726 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
5962b6cc39
Removes the use of the deprecated Box contructor with the mesh origin in HelloPicking, made the crosshair properly centered. Also updated the wiki
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10725 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
roo..li
2224767cbe
Removed depricated material example in hellomaterial, refactored some object names
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10724 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
6baff6f8d9
SDK:
...
- add hint that windows sucks to the desktop executable window
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10723 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
roo..li
3445985717
Replaced depricated material example in Palette by a colored code sample snippet
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10722 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
59857d7bc3
SDK:
...
- add information text on how to configure desktop executables further
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10721 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
e36241e74b
Removes the use of the deprecated Box contructor with the mesh origin in HelloPhysics. Also updated the wiki
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10720 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
b01ac95cfc
Removes the use of the deprecated Box contructor with the mesh origin in HelloNode. also updated the wiki and made the screenshot up to date to what the tutorial produces
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10719 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
191e619bcc
Removes the use of the deprecated Box contructor with the mesh origin in HelloLoop. also updated the wiki and made the screenshot up to date to what the tutorial produces
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10718 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
c576d47c15
Removes the use of the deprecated Box contructor with the mesh origin in HelloLoop. also updated the wiki
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10717 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
e530cf9ad6
Removes the use of the deprecated Box contructor with the mesh origin in HelloJME3. also updated the wiki
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10716 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
97ccd701fe
Used var-args to register input listeners to the inpurManager in HelloInput instead of creating a string arrays. Also updated the wiki
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10715 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
01d8f36a52
Changed the way the walkDirection is computed in HelloCollision to avoid instatiating vector3f on each update. Also updated the wiki to reflect the change
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10714 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
7c5571070c
fixed Hello Audio tutorial, also updated the wiki, and added an important note about positional audio
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10713 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
roo..li
82324a385e
replaced a thrown exception with a logger warning
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10712 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
b143904913
Android renderer : fixed issue where parsing opengl es version was failing on some device and causing a crash
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10711 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
aa325fc854
Fixed an issue with where one couldn't have several Shadow renderers in the same scene
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10710 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
roo..li
a457d2d922
helloworld: updated depricated Box() constructor and object names
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10709 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
9fb93e8f7a
SDK LodGenerator Tool, fixed some typos
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10708 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
96599c21d8
One can now generate lod levels on a geometry from the scene explorer (in the Tools contex menu).
...
the Lod Level property is now a combo box instead of a plain textfield
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10707 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
aa55fb6c61
Removed asserts from LodGenerator.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10706 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..ic
20d5565cb7
Added a little offset to the physics ray to correct detecting onGround
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10705 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
158f429223
SDK:
...
- re-add icon to log window
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10703 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
a4d87147e5
SDK:
...
- fix nifty display preview trying to load xml before adding resource location
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10702 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
ee8e6c71b6
SDK, the tangent binormal generator tool now has a wizard to choose options. Default has the same behavior as before
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10701 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
cb90159e81
- TangentBinormalGenerator : not joining the similar vertices for computing tangents when not splitting mirrored vertices seems to yeild worse artifacts than before.
...
I reintroduced the joining. That produces wrong lighting anyway, but at least it's consistent with what we had before.
after 3.0, I'll default the split mirrored vertice behaviour.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10700 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
e373d160d9
- put back previous API for TangentBinormalGenerator generate method
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10699 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
a1533a407b
- TangentBinormalGenerator now splits vertices with mirrored uvs. This is an optional operation.
...
It fixes the issue in this thread : http://hub.jmonkeyengine.org/forum/topic/normalmapslighting-issue/
Next step is to split vertices that have triangles with heavily rotated tangent spaces.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10698 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rem..om
93aa3cd37b
- Fixed issue introduced in last change of Mesh write method. Hardware Skinning buffers were not properly ignored at save time in some rare cases, and were causing a crash
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10697 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Zer..om
e58d47c28d
Reverted previous change. Use geometry.center() instead.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10696 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Zer..om
81d7a145a7
Added the ability to create a quad with the origin at the center.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10695 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
413bbbf680
SDK:
...
- add note on how to configure desktop executables further
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10694 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
d5569d0861
SDK:
...
- fix issue in SDK scene property sync
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10693 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
3f607632d4
SDK:
...
- change SDK startup error message sequence
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10692 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
d6b6be4dc9
SDK:
...
- update welcome screen web locations to hub.jme.org
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10691 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
4f25942533
SDK:
...
- add icon to AppState nodes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10690 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
a4f268860f
SDK:
...
- update android update locations to 7.3
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10689 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
6b5ea6ce46
SDK:
...
- remove icons from log window
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10688 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
8701e4257d
SDK:
...
- update BasicGame zip
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10687 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
5da75f6914
SDK:
...
- commit ExceptionPanel code
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10686 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
8fc897f3b7
SDK:
...
- commit disabled code to save scene from scratch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10685 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
79eec54e0d
- update android bullet natives
...
- update bullet native jar files
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10684 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
2e52df7b0a
- update android import file for bullet binaries
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10683 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago