rem..om
900dc66584
- BloomFilter now sets the background color to BlackNoAlpha instead of Black for glow.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8572 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
940edfe914
- BloomFilter, fixed background disapearance issue
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8570 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sha..rd
97145d7d4d
* Natives are now extracted to user.home based on hash of classpath and last modified of jMonkeyEngine3.jar
...
* Fixed crash in BloomFilter when screen size is 1x1
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8471 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sky..ok
84116c85f8
Created clickable links out of http mentions in all jME3 Javadoc
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8465 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
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
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
sha..rd
f6322b28ec
* Fix default value for PssmShadowRenderer intensity
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8169 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
367c9c3799
Fixed typo in FXAA filter
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8087 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
75b320b7d6
Better normal map for water
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8044 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
10366623f7
Added FXAA filter to the core thanks to phate666 for its implementation
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7992 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
1cd980db9b
PssmRenderer :
...
- added a flag flushQueues to prevent the PssmRenderer to flush the shadow queues. This allow to have several PssmRenderer on one scene to have shadows cast by several light sources.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7879 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
4d0f8f1330
Water filter, removed a sneaky System.out
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7767 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
a6db13e67f
Serializable water filter
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7765 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
cc7110d4f5
Removed Annotations for filters
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7761 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
e1338dfea3
engine
...
- created a FilterParmeter annotation to use reflection (java.util.reflection) to display filter's properties in the editor
- using WaterFilter() empty constructor will now use the first scene of the viewport as the reflection scene (the water reflection), and use the direction of the first directional light found in this scene.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7757 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
413f2b1e48
Implemented a new TempVars system, temp vars can now be requested without conflict.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7692 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
1ad174f7b5
WaterFilter fixed some remaining m_ stuff
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7652 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
446275775f
Documented com.jme3.shadow
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7631 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
bcef1b1e5c
Documented com.jme3.water and com.jme3.post.ssao
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7630 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
86eb9b5173
Who let the doc out?
...
- javadoc for com.jme.post
- javadoc for com.jme.post.filters
remain SSAO, Water, shadows and HDR to complete the package
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7618 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
3746238df3
Water Filter :
...
- fixed particle emitter disorientation when using the WaterFilter
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7610 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
602a5099f3
Water Filter :
...
- fix for glsl 1.0 shader
- better caustics color management
- added a couple of paramters to tweak, underWaterFogDistance, causticsIntensity
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7608 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
d6d3894fff
* New version of nifty * Added simple package.html for some of the jME3 packages
...
* Additional javadocs for com.jme3.renderer
* Removed Camera.setDirection()
* ImageBasedHeightMapGrid now uses AssetManager to find heightmaps
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7605 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
95e709f820
Water Filter : underwater shader
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7599 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
d03683deca
* SimpleTextured, SolidColor, VertexColor, and WireColor are now obsolete. Using those materials will crash your application.
...
* Additional javadocs for Material
* Added TestMusicStreaming
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7591 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
c95c656a55
WaterFilter reflection is now correctly rendered when the up axis of the cam is not Y
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7567 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
792f44cf9f
Post process filters :
...
- re-implemented multiview filters another way (filters are now correctly rendered to the size of the viewport, and that's much faster)
- fixed an issue the was messing the filter render when using setEnabled on a filter prior FilterProcessor init
- fixed a deprecated m_ mat in WaterFilter
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7476 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
6b537307fd
* Deprecated ViewPort.setClearEnabled, since we have separate clear flags for each channel in the framebuffer
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7455 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
bbb3e310a4
SimpleWaterProcessor : fixed 1 frame late rendering of the reflectionand refraction map
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7453 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
6196de22f7
* Removed all deprecated classes, methods, and fields
...
* AudioNode now takes AudioRenderer in its constructor to allow audio.play() functionality
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7333 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
d729da9e78
* @SuppressWarnings("fallthrough") to prevent warnings
...
* Fixed rest of the warnings
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7241 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
7dd3d52e9e
* Removed many deprecated methods and classes
...
* Fixed various small issues detected by code analyzer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7240 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
3c10d7c16b
- fix use of tempVars
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7148 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
d80616ef89
- add rotation fix for SimpleWater plane , thanks to @batkid
...
http://jmonkeyengine.org/groups/effects/forum/topic/changing-the-rotation-of-simplewaterprocessor/
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7147 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
mul..va
64a404a939
URL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/crosspatchfilter-fails-on-mac/
...
CrossHatchFilter uniform types from int to float
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7057 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
7c9d4f19e5
Added PosterizationFilter contribution by Roy Straver a.k.a. Baal Garnaal
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7001 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
f58ca40979
Added CrossHatchFilter contribution by Roy Straver a.k.a. Baal Garnaal
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7000 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 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