A complete 3D game development suite written purely in Java.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sha..RD
27bf244729
* Added glGetError() checks after every GL call (its ugly, I know, but it helps with debugging). Added option to disable it with constant on RendererUtil.ENABLE_ERROR_CHECKING.
...
* Set lastFb in OGLESShaderRenderer when context is reset, this is needed otherwise the state tracker would not work correctly.
* Fix issue with Mesh.Mode.Hybrid that wasn't rendering triangle fans correctly (was rendering them as triangle strips instead).
* Remove call to glPointSize in OGLESShaderRenderer (it would most likely crash anyway, since GLES10 calls can't be used in a GLES20 context)
* TestCustomMesh now uses shorts instead of ints for the index buffer. 32-bit indices are not supported on Android and are slower on Desktop, don't use them if you can avoid it.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10525 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
..
animation
Jaime model, and test case
12 years ago
app
Change all source licenses to say 2009-2012
13 years ago
asset
Change all source licenses to say 2009-2012
13 years ago
audio
- fix some dependencies for AudioNode
12 years ago
awt
Change all source licenses to say 2009-2012
13 years ago
batching
Changed TestBatchNodeTower so that it doesn't use deprecated stuff anymore
12 years ago
blender
Change all source licenses to say 2009-2012
13 years ago
bounding
Change all source licenses to say 2009-2012
13 years ago
bullet
- add damping for local x/z forces to BetterCharacterControl, remove debug
12 years ago
collision
Change all source licenses to say 2009-2012
13 years ago
conversion
Change all source licenses to say 2009-2012
13 years ago
effect
Replace NetBeans file templates with jME licenses
13 years ago
export
Change all source licenses to say 2009-2012
13 years ago
games
- add black fog to WoI
12 years ago
gui
Change all source licenses to say 2009-2012
13 years ago
helloworld
moved player location in HelloTerrainCollision. Set a backwards compatibility scale for ImageBasedHeightmap
12 years ago
input
Change all source licenses to say 2009-2012
13 years ago
light
Shadows, enhanced TestShadowsPerf
12 years ago
material
Fixed imports in TestShaderNodes
12 years ago
math
Change all source licenses to say 2009-2012
13 years ago
model
* Added glGetError() checks after every GL call (its ugly, I know, but it helps with debugging). Added option to disable it with constant on RendererUtil.ENABLE_ERROR_CHECKING.
12 years ago
network
Change all source licenses to say 2009-2012
13 years ago
niftygui
Change all source licenses to say 2009-2012
13 years ago
post
Change all source licenses to say 2009-2012
13 years ago
renderer
Change all source licenses to say 2009-2012
13 years ago
scene
Change all source licenses to say 2009-2012
13 years ago
stress
Change all source licenses to say 2009-2012
13 years ago
terrain
moved player location in HelloTerrainCollision. Set a backwards compatibility scale for ImageBasedHeightmap
12 years ago
texture
Replace NetBeans file templates with jME licenses
13 years ago
tools
Change all source licenses to say 2009-2012
13 years ago
water
WaterFilter : the size of the reflection map can now be changed at run time.
12 years ago
TestChooser.java
- change logging from logger.info() logger.fine and logger.warning()
12 years ago