Commit Graph

362 Commits (459f3ba4dd8631a89279151ce1fa3cceca39fee6)

Author SHA1 Message Date
rem..om 2b802d5272 Particle Emitter : 14 years ago
Kae..pl c6aafbd0ef Bugfix: temp var was not released. 14 years ago
rem..om 8f59984d00 Particle Emitter : 14 years ago
rem..om ae2fda8626 Spot light : fixed issue that was preventing point lights to work correctly when a spot light is in the scene 14 years ago
sha..rd 73aa30785b * AssetPathURL now accepts non-relative asset paths 14 years ago
sha..rd f182b5d91b * Javadoc for some classes 14 years ago
sha..rd 026a72d57e * Fix crash in TestEverything 14 years ago
sha..rd 7cd213b940 * Fix for ParticleEmitter.clone() 14 years ago
Sha..om 66d78be974 * asin -> atan 14 years ago
rem..om 310193018d - added a ColorRGBA to tempVars 14 years ago
rem..om c172b2e455 - Reverted previous uniform change, it was causing changes in constants, when user was assigning a constant to a uniform (like mat.setColor("Color",ColorRGBA.White)). 14 years ago
PSp..om 1bbbc3b0bb Fixed a typo in the comment. OCD strikes again. 14 years ago
PSp..om 7ea2f54286 Turning the memory tracking off since it's pretty expensive 14 years ago
rem..om 99a4b00c15 - Added SpotLight light type. 14 years ago
rem..om 41f417570d Uniforms : fixed Copyright formatting 14 years ago
sha..rd 3bd4146f4b * Prevent shader leaks 14 years ago
rem..om 6c4a13ddde Uniforms : fixed clearValues to not assign references. 14 years ago
PSp..om 1e8dea8eba Made the methods called from the audio thread final because 14 years ago
PSp..om 287bc0167c Added an AudioContext to hold the thread local audio 14 years ago
Sha..om a5d00fd003 * Fixed NullPointerException when loading old materials that used wireframe.j3md 14 years ago
PSp..om bb18399b6d Made the math classes (most of them) java.io.Serializable 14 years ago
PSp..om dd5d56ab42 Return the base color for BitmapText.getColor() because 14 years ago
PSp..om 349c9d9e4a Modified to use the new SafeArrayList for children and controls. 14 years ago
PSp..om 11ab79a766 Added a custom array-based List class that buffers modifications 14 years ago
sha..rd b8826716b1 * Fixed syntax error in ModifierHelper 14 years ago
sha..rd 80ac165e67 * Removed evil code 14 years ago
sha..rd a24becee32 * Replaced all usages of ByteBuffer.allocateDirect() with BufferUtils.create***Buffer() so that memory can be tracked 14 years ago
bre..ns feef9dc6d5 * added an UpdateControl so you can easily enqueue tasks into jme's update loop 14 years ago
sha..rd f8df2f00cc * Fixed syntax errors and crashes with shadow processor and filters 14 years ago
Sha..om b2c7849355 * Added stereo 3D to AppSettings 14 years ago
sha..rd 235646f38f * Minor shader formatting 14 years ago
bre..ns 1a78dd200c removed unused geomap classes, replaced with single GeoMap class (part 1 of 2 part commit, blasted netbeans) 14 years ago
sha..rd 87737f96e0 * Fix BillboardControl "Spatial was not updated before rendering" crash 14 years ago
sha..rd f41584e966 * Applied abies fix to Sky rotation 14 years ago
rem..om 7cb3ca4712 FilterPostProcessor : better init of the filter stack in the read method 14 years ago
rem..om e42ab8f0c1 SkeletonControl : added a call to super.setSpatial in setSpatial 14 years ago
rem..om cc7110d4f5 Removed Annotations for filters 14 years ago
rem..om e1338dfea3 engine 14 years ago
sha..rd 8523bcb46c * Fix ArrayIndexOutOfBoundsException in TempVars 14 years ago
sha..rd 826c285551 * XMLImporter can now read version numbers from XML J3O 14 years ago
sha..rd a43e52a384 * XMLImporter can now read directly from file 14 years ago
sha..rd 9f7d5410b7 * Tried to fix NVIDIA shininess==0 bug (again!) 14 years ago
sha..rd 951d9fe23a J3O incompatibility issues fixed 14 years ago
sha..rd 4dffbc95f5 * Forgot to commit this file 14 years ago
sha..rd 348b1d638a * Fixed Blender loader crash when "Image" texture mode is specified but actual image is not selected 14 years ago
nor..67 d21d74a110 - instantiate assetManager when deserializing FilterPostProcessor 14 years ago
nor..67 d6f7ebc89c - add getFilterIterator to FilterPostProcessor 14 years ago
rem..om 413f2b1e48 Implemented a new TempVars system, temp vars can now be requested without conflict. 14 years ago
Kae..pl 38eb3de309 Clone method added to BoneAnimation. 14 years ago
Kae..pl 542559738d Bugfix: constructor with 'scales' argument did not store it. 14 years ago