You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
More 3D Improvements
-=-=-=-=-=-=-=-=-=-= -Sprite3D and AnimatedSprite3D support. -Opaque pre-pass works, is compatible with shadows -Improved shadow map rendering (can differentiate between plain opaque and opaque with shaders/discard/etc) -Added option to use alpha discard in FixedMaterial -Improved Glow FX, many more options (three modes, Additive, Screen and SoftLight), strength and scale -Ability for Background (image or cubemap) to send to glow buffer -Dumb Deploy of clients now actually works in Android -Many Many rendering fixes, 3D is much more usable now.
This commit is contained in:
10
platform/android/java_bind.h
Normal file
10
platform/android/java_bind.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef JAVA_BIND_H
|
||||
#define JAVA_BIND_H
|
||||
|
||||
class JavaBind
|
||||
{
|
||||
public:
|
||||
JavaBind();
|
||||
};
|
||||
|
||||
#endif // JAVA_BIND_H
|
||||
Reference in New Issue
Block a user