godot/servers
Ferenc Arn cb0bf1edea Rename Schlick GGX to GGX.
Schlick's approximation and GGX are orthogonal concepts.

Furthermore, it's usage so far has been inconsistent: we don't even use it with anisotropic SchlickGGX, and Burley (Disney) diffuse does use it while its name doesn't indicate it.

The use of Schlick's approximation in Burley and GGX is an implementation detail and doesn't need to be reflected to the namig.
2017-10-21 19:35:54 -04:00
..
arvr Redoing the ARVR GDNative interface as module and tighter implementation 2017-10-14 09:10:18 +11:00
audio Fixed Voice_Count issues in AudioEffectChorus: 2017-09-25 20:46:52 +07:00
physics Rename RayCasts collision_layer to collision_mask 2017-10-21 22:17:47 +02:00
physics_2d Rename RayCasts collision_layer to collision_mask 2017-10-21 22:17:47 +02:00
visual Rename Schlick GGX to GGX. 2017-10-21 19:35:54 -04:00
arvr_server.cpp Merge pull request #12290 from Noshyaar/enum 2017-10-21 23:08:36 +02:00
arvr_server.h Made a few tweaks to the interface 2017-10-06 20:35:55 +11:00
audio_server.cpp Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
audio_server.h Fix crash when no audio driver is available 2017-09-13 20:54:55 -03:00
physics_2d_server.cpp Bind unbound enums, rearrange some by value 2017-10-22 01:58:02 +07:00
physics_2d_server.h Renamed fixed_process to physics_process 2017-09-30 16:19:07 +02:00
physics_server.cpp Bind unbound enums, rearrange some by value 2017-10-22 01:58:02 +07:00
physics_server.h Renamed fixed_process to physics_process 2017-09-30 16:19:07 +02:00
register_server_types.cpp Redoing the ARVR GDNative interface as module and tighter implementation 2017-10-14 09:10:18 +11:00
register_server_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Merge pull request #8567 from BastiaanOlij/ar_vr_server 2017-07-31 13:29:18 +02:00
server_wrap_mt_common.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_server.cpp Bind unbound enums, rearrange some by value 2017-10-22 01:58:02 +07:00
visual_server.h Bind some VisualServer functions 2017-10-20 00:24:49 +02:00