Commit Graph

1162 Commits (51cadb260ce8716a172800c93b177e50afbc79c7)

Author SHA1 Message Date
Nehon 385d2caeed Shader Nodes: Shader compatibility for texture function is now handled at generation time 7 years ago
Alexandr Brui 8abf23b2f2 Added missed gl versions (#680) 7 years ago
Yan 22d73a57cd Update UniformBinding.java 7 years ago
Nehon 54f283e8d2 Fixed an issue where the color space of a texture mat param was disregarded when loaded from a j3o. 8 years ago
Nehon 5ac5731ebf Better error reporting when loading shaderNodeDefinition 8 years ago
Stephen Gold 8530b60294 testcases and fix for issue #357 8 years ago
Christopher Hughes d3733fba15 Overrode SkeletonDebugger clone method. Ticket #660 8 years ago
Thomas JOUANNOT 1dd1888b55 LodGenerator should accept a constructor by mesh 8 years ago
stophe ebaad20f2f Added a unit test and fixed indentation. 8 years ago
stophe 61c22d5709 Providing invalid parameters in cylinders generation throws an exception. 8 years ago
stophe edf279a06d Refactored Cylinder generation to be more maintainable, readable, and fix #640. 8 years ago
Nehon ee9c6d366a ShaderNodeVariable now has a prefix attribute that is concatenated to the name when generating the shader (basically g_ and m_ when the variable is an uniform) 8 years ago
Nehon 2f06c9b37b ShaderNodeDefinition path is now set while loading the definition. 8 years ago
Nehon 26ccaaea88 DDSLoader now supports Luminance16f format (r16f) 8 years ago
Quazi Irfan GD 97135fa9bb Add missing override in Geometry 8 years ago
Quazi Irfan GD cf07e094af Cleanup Mesh(Point) documentation 8 years ago
Quazi Irfan GD 1bfabd8d8f Update Mesh(Point) documentation 8 years ago
NemesisMate 88125da16d Fixed IllegalArgumentException when removing a LodControl from a spatial 8 years ago
grizeldi 23d6def5ed Made right trigger usable on Xbox based controllers 8 years ago
grizeldi ddfa728d60 Add Xbone S controller mappings 8 years ago
Rafael Pax 543268593b NullContext thread safety 8 years ago
Nehon d20cf3f20a Reverted changes in Spatial made for VR. 8 years ago
Nehon 29875e6085 Fixed InstanceGeomerty not working properly when using the lighting material and a non DirectionalLight 8 years ago
Sebastian Weiß 02781e799f oh man, I should have learned it by now, that jme uses spaces, not tabs 8 years ago
Sebastian Weiß 04b0578173 Certain dds texture lack the DDSCAPS_TEXTURE-flag, but are still recognized by programs like IrfanView and can also be loaded in the engine. 8 years ago
Sebastian Weiß a3cd3cbb04 Certain dds texture lack the DDSCAPS_TEXTURE-flag, but are still recognized by programs like IrfanView and can also be loaded in the engine. 8 years ago
Stephen Gold 9905c4f011 getAttachmentNode(): move target selection from SkeletonControl to Bone 8 years ago
Stephen Gold b2aa1ff9f1 fix SkeletonControl.getAttachmentNode() for odd models (such as Jaime) 8 years ago
Stephen Gold dcb92e1d15 Unshaded.vert: put declaration in #ifdef to avoid an unused uniform 8 years ago
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
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
Nehon dc40faaff8 Moved DetailedProfiler to a more appropriate package 8 years ago
Julien Seinturier 41bead60e3 Creating a VRAppState 8 years ago
delt0r f416d7af18 Fixed a exception in Materal toString with blender materials. 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
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
javasabr ba4886da80 fixed saving spatial of motion event control. 8 years ago
Nehon 74858976eb Fixed an issue where ParticleEmitter had NaN bounds during the first update when added to the scene graph during the update loop 8 years ago
Nehon 390d35180b Soft particles now has only one shader and one technique to work with any glsl version 8 years ago
javasabr 87562bfbae fixed NPE. 8 years ago
javasabr c2219ecce5 removed the comment and returned a final modification to the method. 8 years ago
javasabr f016469933 to prev 8 years ago
javasabr 6c3100f929 Added cloneable and jmeCloneable interfaces to shadows renders and filters 8 years ago
javasabr 1be4a48223 changed access to some methods of shadow render. 8 years ago