Kae..pl
83eff8fef0
Removing unnecessary packages.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7954 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
1e7b7860fe
Large blender importer refactoring:
...
- bleder features separated between different packages
- refactoring of modifier system (each modifier now in a separate class)
- refactoring of constraints system (each constraint now in a separate class)
- no converter interface
- every helper supports versions 2.49 and 2.5+.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7953 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
21f09ad716
SDK refactored texture browser to use a treeview instead of a list
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7952 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..om
a1e1057622
* Added javadoc for ParticleEmitter.setMeshType()
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7951 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
a6700cc754
Minro javadoc update.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7950 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
160b52ff57
SDK Particle Emitter Node:
...
fixed typo
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7949 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
3a6e089954
SDK Particle Emitter Node:
...
- Changed properties layout
- Added a button in the properties panel to emitt all particles
- The mesh type can now be changed in the properties panel
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7948 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
f5dceb6c4d
Particle Emitter :
...
- Added possibility to change the mesh type after initialization
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7947 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
865c380b4e
Particle Emitter :
...
- Changed cloning method to clone(boolean cloneMaterial), and added a clone() method that calls clone(true). The missing clone(boolean) method was preventing the particle emitter to be correctly cloned when loading it from a j3o file yielding weird results.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7946 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
8de7a5755e
Fix to mirror modifier loading (buffer bounds were exceeded in some cases).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7945 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
fbd1cb837b
Ignoring textures that are defined but disabled in material.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7944 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
733195c33c
Fix with reading the proper buffer.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7943 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
2b802d5272
Particle Emitter :
...
- fixed NPE when loading a ParticleEmitter from a j3o
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7942 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
821dc08553
Automatic generation of UV-coordinates (not the best solution yet, but working on it ;) )
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7941 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
c6aafbd0ef
Bugfix: temp var was not released.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7940 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
8f59984d00
Particle Emitter :
...
- fixed setNumParticle method to correctly update the mesh buffers
- added a getMaxNumParticle that returns the max number of particles of the emitter
- changed testMovingParticles and testPointSprite to change the numParticle when hitting the space bar
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7939 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
6c4a84fa92
- fix material editor layout for some window managers (thanks to @madlion )
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7938 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
2c635cf562
- fix material editor layout for some window managers (thanks to @madlion )
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7937 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
12c76b676d
- improve "create j3m" naming scheme
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7936 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
90a0344b25
- fix in MaterialPropertyEditor cache clear
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7935 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
2d2f0994e1
- fix preview of material in material editor
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7934 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
9b46654963
SDK :
...
- fixed materialPropertyEditor that was failing when changing material and aplying it to the geom
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7933 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
67cf4458c7
SDK :
...
- applied changes of the core to vehicle editor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7932 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
3b47418f4f
SDK :
...
- applied changes of the core to terraineditor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7931 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
b8025984a0
SDK :
...
- applied changes of the core to scene composer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7930 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
2fe3bc6dc6
SDK :
...
- fixed key event dispatching from sceneViewer to oglpanel
- added a useCameraControl to avoid to have to override the onAnalog in each cameraController
- added alternate way to rotate camera wuth the third mouse button
- changed position of the view toolbar
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7929 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
654ee5f0db
- update wiki page list
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7928 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
cc403160be
Texture key for generated textures added.
...
Normalmap is only calculated when generated texture is an input.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7927 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
48e4522da5
SDK : fixed scene explorer refresh when deleting a light node
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7926 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
1b623df1ab
- rename "SceneViewer" to "OpenGL Window" to reduce confusion
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7925 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
5ec83b0f62
- fix small typo in BlenderLoader
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7924 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
93530bc2d0
Fix to loading models with high number of vertices (greater than Shor.MAX_VALUE).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7923 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
04d3509c58
Improving image loading speed by using the BufferedInputStream.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7922 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
f4d900bc43
Fix to narmal map loading.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7921 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
0b5cc9fb43
SDK : re-added the cache delete when loading an asset since it has been fixed in the engine
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7920 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
2b8ad73f7e
SDK : added possibility to switch to front, left, top, etc... views
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7919 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
0de5fe39a3
Fix to loading normal maps.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7918 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
f15107da95
* All asset cache operations can now work on smart cache
...
* Added better test for asset cache
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7917 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
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
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7916 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
1b8e65bc97
SDK : remover deleteFromCache call in SpatialAssetDataObject since it's not allowed anymore
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7915 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
73aa30785b
* AssetPathURL now accepts non-relative asset paths
...
* ZipLocator will now crash if the specified zip file does not exist
* Fixed crash when restarting context with pixel format changes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7914 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Kae..pl
99746c72ec
Several changes to constraints (but may not working well yet).
...
Fix to Y-up axis issue when parent was present bu not loaded (in different layer for example).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7913 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
f182b5d91b
* Javadoc for some classes
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7912 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
e084c2baf1
- fix Material Editor j3m path setting
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7911 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
ant..om
06e04c429c
Fix: fixed exception when trying to jump with physics turned off
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7910 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
7308cdfca6
* Fixed issue with spot light shader not taking into account alpha
...
* Reduced number of varyings by 2 in lighting shader
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7909 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
d8afde19cf
* Fix crashes due to introduction of MaterialKey
...
* Deleted unused textures
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7908 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
026a72d57e
* Fix crash in TestEverything
...
* Fix crash in TestWalkingChar
* Fix crash in TestDopper
* Fix crash in TestApplication
* Fix deprecation warnings in audio tests
* Fixed issues with particle emitter cloning and import/export
* Fixed TempVars crashes in BoundingSphere
* Fixed incorrect deprecation warning in AudioNode
* Added smart caching to materials
* Added test to verify that particle export and cloning is working correctly
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7907 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
7cd213b940
* Fix for ParticleEmitter.clone()
...
* Enable smart cache for models
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7906 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
Sha..om
66d78be974
* asin -> atan
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7905 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago