godot/modules
reduz 455c06ecd4 Implement Vector4, Vector4i, Projection
Implement built-in classes Vector4, Vector4i and Projection.

* Two versions of Vector4 (float and integer).
* A Projection class, which is a 4x4 matrix specialized in projection types.

These types have been requested for a long time, but given they were very corner case they were not added before.
Because in Godot 4, reimplementing parts of the rendering engine is now possible, access to these types (heavily used by the rendering code) becomes a necessity.

**Q**: Why Projection and not Matrix4?
**A**: Godot does not use Matrix2, Matrix3, Matrix4x3, etc. naming convention because, within the engine, these types always have a *purpose*. As such, Godot names them: Transform2D, Transform3D or Basis. In this case, this 4x4 matrix is _always_ used as a _Projection_, hence the naming.
2022-07-23 14:00:01 +02:00
..
basis_universal Refactor module initialization 2022-05-04 17:34:51 +02:00
bmp Refactor module initialization 2022-05-04 17:34:51 +02:00
camera Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
csg Clean up Hash Functions 2022-06-20 12:54:19 +02:00
cvtt Refactor module initialization 2022-05-04 17:34:51 +02:00
dds Add static methods for creating Image and ImageTexture 2022-07-08 13:40:47 +02:00
denoise Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
enet Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
etcpak Refactor module initialization 2022-05-04 17:34:51 +02:00
freetype Update HarfBuzz, ICU and FreeType. 2022-05-17 18:39:31 +03:00
gdscript Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
glslang Adding Variable Rate Shading support to Godot 2022-07-17 15:42:24 +10:00
gltf Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
gridmap Rename Control PRESET_WIDE to PRESET_FULL_RECT 2022-07-18 20:08:11 -05:00
hdr Refactor module initialization 2022-05-04 17:34:51 +02:00
jpg Implement Running Godot as Movie Writer 2022-06-21 11:28:47 +02:00
jsonrpc Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
lightmapper_rd Use integer types in Image and ImageTexture methods 2022-07-18 19:43:32 -05:00
mbedtls Add StreamPeerSSL.get_stream() accessor. 2022-05-25 12:43:19 -07:00
meshoptimizer Refactor module initialization 2022-05-04 17:34:51 +02:00
minimp3 Merge pull request #47935 from HaSa1002/doc-loading-run-time 2022-07-20 22:33:49 +02:00
mobile_vr Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
mono Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
msdfgen Refactor module initialization 2022-05-04 17:34:51 +02:00
navigation Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
noise Rename Control PRESET_WIDE to PRESET_FULL_RECT 2022-07-18 20:08:11 -05:00
ogg Refactor module initialization 2022-05-04 17:34:51 +02:00
openxr Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
raycast Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
regex Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
squish Refactor module initialization 2022-05-04 17:34:51 +02:00
svg round dimensions of svg 2022-07-21 20:11:29 -05:00
text_server_adv Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
text_server_fb Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
tga Refactor module initialization 2022-05-04 17:34:51 +02:00
theora Add static methods for creating Image and ImageTexture 2022-07-08 13:40:47 +02:00
tinyexr For in-engine processing allow saving openexr to a buffer. 2022-06-23 08:53:15 -07:00
upnp Refactor module initialization 2022-05-04 17:34:51 +02:00
vhacd Refactor module initialization 2022-05-04 17:34:51 +02:00
visual_script Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
vorbis Merge pull request #55846 from ellenhp/fix_ogg_edge_cases 2022-06-22 23:33:51 +02:00
webp Add support for saving WebP images 2022-06-21 08:27:51 -05:00
webrtc Register missing WebRTCDataChannelJS type 2022-07-03 01:21:17 +02:00
websocket Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
webxr Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
xatlas_unwrap Refactor module initialization 2022-05-04 17:34:51 +02:00
modules_builders.py SCons: Improve logic to generate modules_tests.gen.h 2022-02-08 13:01:35 +01:00
register_module_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub SCons: Improve logic to generate modules_tests.gen.h 2022-02-08 13:01:35 +01:00