rem..om
01bf1ca843
Fixed 2 issues with shadows :
...
- Looks like Poly offset behave defferently between ATI and NVIDIA i added a bit of offset to avoid shadow acne for NVIDIA
- Added a flag needCompareModeUpdate in the Texture class to avoid setting it on every frame in the renderer. I changed Lwjgl and Jogl renderer accordingly.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10043 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
2a3e28bb9d
Removes a useless check from JoglRenderer
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10019 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
e4b80ebb0d
Fixes a bug in JoglNewtDisplay: the native counterpart of the Screen instance must have been created before retrieving or modifying the screen mode according to Sven Göthel
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10016 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
97cb4145e5
Fixes a bug in JoglNewtDisplay: the canvas must be visible before retrieving or modifying the screen mode
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10015 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
3bde7326de
Fixes a spelling mistake in the creation of the offscreen buffer
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10001 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
Sha..rd
9e03dba566
* Add checks for maximum texture resolution in all renderers
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9980 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
2ca9775aef
Fixes the sample count
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9963 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
3002e5e057
Uses GL2GL3 instead of GL2 when it is possible
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9962 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
380b40b7e9
Adds some off-screen rendering (work in progress, not tested)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9955 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
a0a67abf06
Fixes a bug in the frame buffers (thanks to Nehon's suggestion)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9950 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
54c7447efa
Mouse and input support for NEWT canvas and display
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9944 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
c9c1ae1cae
Fixes BPP in JoglNewtAbstractDisplay
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9943 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
48ca976705
Adds a display based on NEWT (work in progress)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9940 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
345cac2444
Adds a canvas based on NEWT (work in progress)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9939 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
44b89a367c
Fixes a bug occurring when exiting the full screen mode and adds an abstract display based on NEWT (work in progress)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9938 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
0170c7b5eb
Fixes some problems with framebuffers (second attempt)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9937 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
0263c78d55
Fixes some problems with framebuffers
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9932 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
af3e3a74f5
Uses the proper string as attribute name to get its location (and now the shader-based renderer relying on JOGL 2.0 is operational)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9910 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
36f95cdf09
Uses the proper string as uniform name to get its location
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9909 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
fc56b7dcbf
Allows to enable the debug pipeline
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9908 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
3e362bd611
Removes some dead code and fixes the V-sync
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9906 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
34c8f82792
Drives the canvas renderable so that something has a chance to be renderer with JOGL 2.0
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9903 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
23fd08ac45
Displays the right display mode with the logger
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9897 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
b76bffcd2f
Fixes a minor threading problem and removes useless imports
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9896 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
e4d776ae0e
Initializes ALUT (JOAL) in the static initializer to avoid freezing everything
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9895 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
03fe815bd2
Avoids initializing the display twice (work in progress)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9894 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
965b595384
Sets the input sources to avoid throwing a NullPointerException and sets the proper size to the canvas
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9893 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
37f8447896
- move JOGL audio renderer to correct package
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9892 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
84d3ae06de
- move JOGL audio renderer to correct package
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9891 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
baeb7d7de8
Adds a few missing features into the shader-based renderer relying on JOGL 2.0
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9890 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
7fdc6bbe46
Adds a few missing features into the shader-based renderer relying on JOGL 2.0
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9889 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
87e6ea3230
Adds a few missing features into the shader-based renderer relying on JOGL 2.0
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9888 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
772c977e15
Adds a few missing features into the shader-based renderer relying on JOGL 2.0
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9887 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
80f94431d9
Adds a few missing features into the shader-based renderer relying on JOGL 2.0
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9886 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
f75b45aff7
Adds a few missing checks into the initialization sequence of the shader-based renderer relying on JOGL 2.0
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9885 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
c84efe3436
Uses almost the same initialization sequence than the shader-based renderer relying on its competitor
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9884 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
c85c8d3f8b
- fix inter-dependency in JOGL renderer
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9880 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
9b9db3bd31
Updates the renderers based on JOGL 2.0 (and JOAL 1.1.3)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9878 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
1cc957e7e9
- big refactoring of engine build and cleaning of sources, totally breaking SDK build for now
...
- separate jar files for engine components
- resolve dependencies between code parts
- remove Nifty dependency from Cinematics
- remove Physics dependency from TerrainGrid
- add public accessors to Natives Extraction
- remove RenderHint serialization from networking
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8838 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
9e53abbb7a
move jme3 to trunk
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6971 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago