Commit Graph

679 Commits (f354343e4787e275967e9479b85ebe6d736114c3)

Author SHA1 Message Date
pspeed42 34b4eebb81 Avoid allocation of a temporary float[] array 10 years ago
pspeed42 28adc784a9 Allow the center to be set without creating a 10 years ago
pspeed42 97b8cb7435 Let triangle intersections fall right on the edge 10 years ago
abies a6827ead5a Revert "Utility methods for getting arbitrary properties for triangles from mesh buffers" 10 years ago
abies f80d6474a4 Utility methods for getting arbitrary properties for triangles from mesh buffers 10 years ago
pspeed42 1b0f6d0f59 Fix for proper collision distance based on 10 years ago
pspeed42 0633c0c5bc Fixed an accidental sharing of temp vars vects 10 years ago
pspeed42 d5e20d53d0 Implemented accurate bounding sphere to triangle 10 years ago
pspeed42 1ad6a57b32 Added a version of createFloatBuffer that takes 10 years ago
Jan Ivenz dacaaa5477 Fixed clamp method in ColorRGBA. 11 years ago
pspeed42 216f874175 Added support for instancing at the mesh level. 11 years ago
pspeed42 cce7b0f6de More tab eradication. 11 years ago
pspeed42 9b8b730c44 Added a license header. 11 years ago
Paul Speed 1a4f07b36a Fixing tabs to spaces. 11 years ago
Hannes Nevalainen 9027b748eb Update javadoc for screen blend mode. 11 years ago
Hannes Nevalainen ccb946e65d Add Screen blend mode. 11 years ago
Christian Gärtner 33c9e6041b [Bounding] Minor JavaDoc fix 11 years ago
Nehon 7356b727c3 Instancing now works with Lighting material, and shadows are supported with instanced geometries 11 years ago
Nehon a11bfa5e63 Fixed a bug where grouped geom were rendered in shadow pre-pass because they were still in the shadow cast queue 11 years ago
shadowislord fa41da59a4 * Fix outstanding cloning related issues in InstancedNode 11 years ago
shadowislord 6ddc68278b * Make sure InstancedGeometry is non-batchable spatial 11 years ago
shadowislord 4ae99f9d5d * Fix incorrect reset of Geometry members after cloning 11 years ago
shadowislord 4fdce777b5 * Fix ParticleEmitter.control reference which became incorrect after cloning 11 years ago
shadowislord 564a08672f * Remove InstancedNode.setCullHint(CullHint.Never) from TestInstancedNode example as it is not neccessary 11 years ago
shadowislord eee43b470e * Added InstancedNode: easy to use instancing with similar API to BatchNode. The underlying scene graph will be automatically optimized so instancing is used as much as possible, thus reducing number of draw calls and improving performance. Unlike BatchNode, it does not copy the geometry's mesh around, but only its transform. In order for it to work, it requires the Renderer to support the GeometryInstancing capability. 11 years ago
shadowislord 52b93ba933 * Made Geometry.associate/unassociate To/From GroupNode methods public so they can be GeometryGroupNode implementations outside the com.jme3.scene package 11 years ago
shadowislord 5b7a408bcc * Fix issue where BatchNode.clone() would still re-use the previous BatchNode's data structures 11 years ago
shadowislord ef1e69c182 * Instanced objects are now considered a single object when generating rendering statistics 11 years ago
Blay09 ce1eba944e Fix error dialog being displayed in a headless context. 11 years ago
neph1 8738f961ea This is the long-overdue initial check in of KinematicRagdollControl with IK support. It also contains some modifications to Bone. Tested with TestBoneRagdoll to ensure backwards compatibility. Please review. 11 years ago
neph1 ed6256ef47 Fix for handling multiple channels in AnimationEvent 11 years ago
abies 2f7dbe54dc Fixed indentation 11 years ago
abies ae9f281976 Use TempVars for triangle processing instead of explicit allocations, speeds up processing by around 30% 11 years ago
abies 93b3b744f3 Added parallel processing mode to tangent generator 11 years ago
Nehon 330b53671a Upped JME version to 3.1.0 with the tag "snapshot-github" 11 years ago
Nehon 3f43d7832f Updated documentation of the Bone class and changed names of the transforms variables and accessors so that they properly describe what they are an are misleading anymore. 11 years ago
Nehon 6d9a7fbcfb Fixed issue in shadows15.glsllib, edge bilinear filtering was wrong when using tetxureGather 11 years ago
shadowislord d3ba691600 * Introduce GeometryGroupNode as abstract class for implementations that group / optimize geometries 11 years ago
Nehon d8bbb4e9f9 Fixed an issue where you couldn't chain several shadow renderers. Thanks to Perjin for narrowing down the issue. 11 years ago
shadowislord 67f402df75 * Remove use of instance variable in BIHTree, instead use TempVars 11 years ago
shadowislord 17fd3d466e * Fix Remy's grammar and spelling 11 years ago
shadowislord 844e468eac * Fix two more un-compliant PostShadow shaders 11 years ago
shadowislord bd500608dd * Fix "m_LightPos redefined" shader compile error in PostShadow.vert 11 years ago
shadowislord be3a6c03b2 * Put comment markers around imported library contents when loading shader 11 years ago
shadowislord ad7fdb6fab * Deprecate texture wrap modes not supported in OpenGL 3 11 years ago
shadowislord c925104f5e * Ensure the statistics properly represent number of objects / triangles / vertices rendered when using instancing 11 years ago
shadowislord 948fdb21eb * Add new flag to Platform enum which specifies if its 32-bit platform or 64-bit. 11 years ago
shadowislord 65d83b37f0 * Deprecated LTC and LATC texture formats, OpenGL3+ does not support them. Instead RGTC / BC5 must be used. 11 years ago
Phr00t dd042344d8 reduced code duplication 11 years ago
Phr00t 0f76dc2cbd Ability to emit a certain number of particles 11 years ago