bre..ns
ca628fe5d6
fixed terrain scale bug
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8314 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
210e4ad17b
updated HelloTerrain for LOD API changes
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8313 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
c81a1a4d3e
* Fix NPE in SkyFactory when used on android
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8312 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
caaf407546
* Prevent linux crash if OpenAL cannot be loaded
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8311 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
780da5e581
Tests for loading bone and object animation from blender added.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8306 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
0b274b3c1b
Automatic loading of both bone and object animations (no need to specify animations in blender key any more).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8305 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
ce259299e2
Track length getter added.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8304 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
6c341850d2
Refactoring to constraints. Implementation now not dependant on the animation type.
...
Removing deprecated animation classes.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8303 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
c773395ace
Animations refactoring.
...
- Track is a generic interface now
- all kinds of tracks implement Track<T>
- Animation is the only animation class that should be used now (other classes like BoneAnimation or SpatialAnimation are deprecated now)
- Pose and PoseTrack are made Cloneable to easier clone the tracks and Animation
- one update to OgreLoader (using Animation instead of BoneAnimation)
- one update to tests
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8302 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
roo..li
7967cc1c33
Updated jme3test.helloworld: Used best practices, simplified, removed deprecations, added javadoc, added TerrainCollision.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8301 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
c8f96e47a4
* Fixed Lighting.frag compile error when using vertex lighting
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8291 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
a649917c27
'copyFrom' method added to Camera.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8287 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
c548987709
Removing the deprecated packages and old version of the
...
networking layer. Note: because some messages were removed
from Serializer's auto-registration this version is not
binary-compatible with the last. So you must upgrade your
client and server at the same time.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8286 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
878d997a4e
Removing deprecated references.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8285 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
7c77fc404b
Removing deprecated networking code.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8284 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
a5be89598f
* Always close InputStream in WAVLoader
...
* Fix use of deprecated classes/methods in android tests
* Fix bugs with joysticks often generating events for both the negative and positive side of axis
* Camera.clone() properly clones the gui bounding
* Camera.setParallelProjection() updates the camera's projection matrix instead of keeping old values
* LwjglOffscreenBuffer obeys by framerate setting and sets renderable property as needed
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8283 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
30dd60aea7
- update lwjgl to latest nightly
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8272 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
c58ffe4ddc
Fix a bug with animation when Y axis was UP.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8270 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Sha..om
03ffc22446
* Spatial.setLocal***() methods no longer set world transform since it will be updated later on
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8269 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
0dd85b8fe1
Fix to attaching objects to the scene's node.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8268 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
bfc57cc7db
Spatial animation support added.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8267 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
6600473a82
Blender Loader : Added a check to avoid crash when a vertex has more than 4 bones weight.
...
As Marcin state in a comment this limitation has no sense for blender as it was an Ogre format limitation. We'll need to fix that
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8266 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
bf70599185
Blender Loader : implemented fixUpAxis for meshes
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8265 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
c011a29529
OGLES renderer : gl error now appear after the shader code output when a shader fail to compile (like in LWJGL renderer)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8264 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
fdd29d7be3
- fix HDRRenderer on OSX
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8261 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
2eca2f0bdd
- fix some int * float errors in Parallax.glsllib, still crashing on mac due to lines 39/42
...
com.jme3.renderer.RendererException: compile error in:ShaderSource[name=Common/MatDefs/Light/Lighting.frag, defines, type=Fragment] error:ERROR: 0:45: Call to undeclared function 'texture2DLod'
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8260 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
aaa7042266
- update to lwjgl 2.8.0 nightly (fixing Linux OpenAL)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8258 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
3f6461a4a8
Made the static utility methods static. "D'oh!"
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8257 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
1ca81c3355
Added GammaCorrectionFilter contributed by phate666
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8256 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
8deba71f8d
Blender loading logic refactoring:
...
- JmeConverter replaced by AbstractBlenderLoader
- scene loading implemented (now all objects are attached to the scene node)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8252 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
ec4486d5eb
Adding the MeshContext that will help with mesh modifications in a future.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8251 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
f6ebb7a262
terrain lod control rafactoring
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8249 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
393c67c9b7
Removing unnecessary operations from ArmatureModifier.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8248 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
6ed981db10
PSSM : fixed wrong shadows when frustum near clip is 0 or negative (parallel projection issue)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8246 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
0775b93088
Added support for modifiers validating. Now modifiers that are invalid will not be loaded.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8245 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
ba57377795
Refactoring: renaming 'DataRepository' to 'BlenderContext'.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8244 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
7a44519bac
Modifiers refactoring. Common reference to loaded modifier to all classes deriving from 'Modifier' was dropped.
...
Now all modifiers hold their own data and do not give acces to them.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8243 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
6bbf141b9f
terrain : fixed an issue on texture coordinates calculation (Some worm hole through space and time prevented the fix to go with previous commit....or that's just me)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8242 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
9df9ad8564
terrain : fixed an issue on texture coordinates calculation
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8240 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
kim..ng
7d315f04d9
Android: removed old apk code and added source of the curent beta1 demo apk.
...
Source is in: jme3test.android, only java classes and the android manifest.xml, not buildable without your own android project
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8239 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
3402f51824
Armature loading refactoring and bugfixing.
...
- animations should now load properly
- armature loading moved to ArmatureModifier (no bones are touched inside MeshHelper so the code should be a little more clear now)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8238 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
64c61c86e4
* Fix syntax errors due to JmeSystem/Platform changes
...
* Prevent stream closed exception when playing OGG music
* Prevent UnsatisfiedLinkError when using audio effects on Mac
* Add BitmapText caching to Nifty GUI. May improve FPS in guis with lots of text elements
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8237 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
5ac90f46fa
* Formatting for many android classes which needed it desperately
...
* Moved JmeSystem.Platform to its own class in core. Desktop's and Android's JmeSystem now both use it
* Moved proper usage of efficient data from AndroidSkyFactory to SkyFactory, deprecated AndroidSkyFactory
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8236 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
45d1a0e772
Several fixes to animation loading.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8235 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
7c1c6dc065
Support for UV-coordinates mapping (only for the first texture at the moment).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8234 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
3383e2e086
* refactored TerrainLOD Control and removed some legacy classes for it, made it easier to use
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8233 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
b8618eba26
Support for generating UV coordinates for 3D textures if they are not manually created.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8231 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
76d9fd3a15
Tube projection support for objects containing many meshes.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8230 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
f9f25813d0
- remove ManualBlenderTester
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8229 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
2e1c4e8c29
NPE check on AudioNode read
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8228 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago