Rémy Bouquet
b0a5384046
Moved worldMatrix declaration in instancing.glsl so that it works on android
8 years ago
Rémy Bouquet
09fa4f165e
fixed bad comma in previous commit
8 years ago
Nehon
8caf05734c
Fixed tangent and normal argument position in Skinning.glsllib
8 years ago
empirephoenix
eca531fdc8
Merge pull request #630 from rvandoosselaer/fix_appsettings_resizable
...
use the resizable parameter instead of a default 'true' value
8 years ago
Stephen Gold
259f599d1d
add PointSize to Unshaded matdef, test with SkeletonDebugger
8 years ago
rvandoosselaer
81a301f8ef
use the resizable parameter instead of a default 'true' value
8 years ago
empirephoenix
a64175c0f1
Merge pull request #629 from JavaSaBr/fix_problem_with_converting_blend_files
...
fixed a problem with converting blend file when there are unsupported…
8 years ago
javasabr
0e340416fd
fixed a problem with converting blend file when there are unsupported textures.
8 years ago
empirephoenix
b35cbd5580
Merge pull request #626 from JavaSaBr/fix_memory_leak_lwjgl
...
Fixed some problems with getting an address of an LWJGL buffer.
8 years ago
empirephoenix
78a3e2408e
Merge pull request #622 from JavaSaBr/fix_memory_cost_on_terrain_changes
...
added reusing position buffer on heightmap changing.
8 years ago
javasabr
f84ac5d085
fixed some problems with getting address.
8 years ago
Rémy Bouquet
df765322dc
Fixed warnings in Terrain shader.
...
Fixed the use of the first diffuse map
Fixed the camera positioning in the TestSpotLightTerrain
8 years ago
empirephoenix
d1b125eac1
Merge pull request #578 from FennelFetish/master
...
Fixes mouse cursor format for LWJGL3
8 years ago
empirephoenix
c3c274015f
Merge pull request #620 from NemesisMate/patch-11
...
Removed the override that avoided a CompoundCollisionShape to be scaled
8 years ago
empirephoenix
734b2d3238
Merge pull request #623 from JavaSaBr/fix_memory_leak_lwjgl
...
Implemented auto free LWJGL byte buffers.
8 years ago
javasabr
449f83f4a6
added volatile
8 years ago
javasabr
2136dc4484
Implemented auto free LWJGL byte buffers.
8 years ago
javasabr
444588a363
added reusing position buffer on heightmap changing.
8 years ago
empirephoenix
ed4e614722
Merge pull request #618 from jseinturier/jme3-vr-dev
...
Deprecated VRApplication. Now VRAppState should be used.
8 years ago
NemesisMate
31933ff365
Removed the override that avoided a CompoundCollisionShape to be scaled
8 years ago
Julien Seinturier
6cf1b57e00
Added VREnvironment class that gather the system related VR objetcs.
...
This VREnvironment is independent from the JMonkey stuff and enables to
check and initialize VR specific capabilities before initializing
VRAppState.
The procedure is now to initialize a VR environment and, if the
initialization is ok, to attach a VRAppstate to the main application.
Some class has been refactored:
- System classes are within the com.jme3.system package
- VR related utility classes are in the package com.jme3.util.
8 years ago
Julien Seinturier
33e6574387
Deprecated VRApplication. Now VRAppState should be used.
8 years ago
Nehon
ba2c0bbfa3
Removed sdk folder leftovers after the merge with the PBR branch
8 years ago
Nehon
dc40faaff8
Moved DetailedProfiler to a more appropriate package
8 years ago
empirephoenix
08de4e5687
Merge pull request #607 from jseinturier/jme3-vr-dev
...
Jme3 vr dev
8 years ago
Julien Seinturier
caab42d809
Merging with Master branch
8 years ago
Julien Seinturier
52eb6946af
Merge remote-tracking branch 'origin/master' into jme3-vr-dev
8 years ago
Julien Seinturier
41bead60e3
Creating a VRAppState
8 years ago
empirephoenix
1d98c712b3
Merge pull request #616 from delt0r/master
...
Fixed a exception in Material toString with blender materials.
8 years ago
delt0r
f416d7af18
Fixed a exception in Materal toString with blender materials.
...
Some blender materials have null Material Param keys. This shouldn't
throw an exception in a toString method. So rather than throwing a
OperaitonNotSupported exception a string is returned informative of the
null state of the key.
8 years ago
Nehon
8dcc67a318
Fixed an issue in DetailedProfiler where time would become negative with low fps
8 years ago
Nehon
0610f703d7
Fixed a crash in the PBR shader when adding a light map.
8 years ago
empirephoenix
09ce6205c7
Merge pull request #614 from riccardobl/FixMeshCollisionShapeJ3oRead
...
Fix bullet crash when MeshCollisionShape is loaded from j3o
8 years ago
Riccardo Balbo
e452ec8f0c
Fix MeshCollisionShape crash when loaded from j3o: always create BVH before scaling.
8 years ago
Nehon
1eb894111a
Fixed a crash in ssao.frag when enabling multisampling
8 years ago
Nehon
12fe7ba035
Added a DetailedProfiler and its associated AppState for detailed time profiling
8 years ago
Nehon
6b33ae470a
Added a new step in AppProfiler for viewport processors and added method to pass the profiler to all processors.
8 years ago
Nehon
6a467ecb53
Added gpu profiling to Renderer and all the GL backends except ios
8 years ago
empirephoenix
6f32651fb1
Merge pull request #613 from JavaSaBr/fixed_saving_and_cloning_some_controls
...
Fixed cloning and saving some contorls.
8 years ago
javasabr
e26f0f133b
fixed cloning and saving some contorls.
8 years ago
Julien Seinturier
b9071513e7
Working on Controller interaction
8 years ago
empirephoenix
071e449a3e
Merge pull request #612 from JavaSaBr/fixed_cloning_and_saving_RigidBodyControl-2
...
Fixed saving/cloning enabled state of a RigidBodyControl.
8 years ago
Julien Seinturier
e61eff13ae
Updating Java native binds to OpenVR 1.0.6 with strict JNA direct access
8 years ago
Julien Seinturier
3520273dce
Static lonks removal & OpenVR refactoring
...
Removing static call between classes
Refactoring OpenVR system package
8 years ago
javasabr
637635d53f
Fixed saving/cloning enabled state of a RigidBodyControl.
8 years ago
FrozenShade666
39560ea7ae
Update README.md
...
New mashup image including Skullstone.
8 years ago
Rémy Bouquet
3a2f4075dc
Merge pull request #610 from FrozenShade666/patch-1
...
Update README.md
8 years ago
FrozenShade666
e1dd515321
Update README.md
...
Added Skullstone
8 years ago
Rémy Bouquet
33b3514368
Merge pull request #608 from JavaSaBr/fixed_motion_event
...
Fixed saving a spatial of a motion event control.
8 years ago
javasabr
ba4886da80
fixed saving spatial of motion event control.
8 years ago