index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
mesh.h
Age
Commit message (
Expand
)
Author
2023-01-23
Add "dedicated server" export mode which can strip unneeded visual resources
David Snopek
2023-01-08
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-16
Switch surface indexing to start at 0 so string name matches integer index
clayjohn
2022-11-25
Use a more specific type for Mesh create_(convex|trimesh)_shape
Aaron Franke
2022-09-02
Revert usage of typed array in `add_surface_from_arrays` parameters
Yuri Rubinsky
2022-09-01
Change Array arguments to TypedArray
kobewi
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-08-20
Clean up mesh include code and comments
Aaron Franke
2022-08-19
Remove requirement to have vertex positions when creating a mesh. Meshes can ...
clayjohn
2022-07-28
Merge pull request #56597 from V-Sekai/material_drag_and_drop
Rémi Verschelde
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-19
Add drag-and-drop support for materials in 3D
SaracenOne
2022-04-28
Implement placeholder assets
reduz
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-09-16
Merge pull request #52681 from nekomatata/rename-rigid-body
Camille Mohr-Daurat
2021-09-16
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
PouleyKetchoupp
2021-09-14
Clean convex hull decomposition code
PouleyKetchoupp
2021-09-14
Merge pull request #52266 from AndreaCatania/coll
Rémi Verschelde
2021-09-10
8 uvs for glTF2, URI decode and Vertex Custom api.
Lyuma
2021-09-08
Improve collision generation usability in the new 3D scene import workflow.
AndreaCatania
2021-08-30
Revert " Improve collision generation usability in the new 3D scene import wo...
Juan Linietsky
2021-08-28
Improve collision generation usability in the new 3D scene import workflow.
AndreaCatania
2021-07-07
Options to clean/simplify convex hull generated from mesh
PouleyKetchoupp
2021-06-30
Deprecate ImmediateGeometry
reduz
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-03
Assorted fixes to UV unwrapping and GPU lightmapper
jfons
2021-04-30
Implement Particle Trails
reduz
2021-04-01
Merge pull request #42827 from lyuma/rename_bones_blendshapes
Rémi Verschelde
2021-02-11
Improve resource load cache
reduz
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-25
Implement shadow meshes
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Consistently use normal_map
Marcel Admiraal
2020-12-16
Reimplement skeletons and blend shapes
reduz
2020-12-13
Rework Mesh handling on scene importing.
reduz
2020-12-04
Rebind Mesh/ArrayMesh enums
Aaron Franke
2020-12-02
Refactored Mesh internals and formats.
reduz
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-15
Allow renaming bones and blendshapes.
Lyuma
2020-09-04
Remove ArrayMesh::surface_remove declaration
Lorenz Junglas
2020-07-10
Add override keywords.
Marcel Admiraal
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
New lightmapper
Juan Linietsky
2020-04-22
Add caching the lightmap unwrapping on import
JFonS
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
[next]