summaryrefslogtreecommitdiff
path: root/scene/resources/mesh.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-05-10Revert "Renamed plane's d to distance"Rémi Verschelde
2020-05-10Renamed plane's d to distanceMarcus Elg
2020-04-22Add caching the lightmap unwrapping on importJFonS
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-27Fix various -Wmaybe-uninitialized (#37352).Martin Liska
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-11Merge pull request #36977 from lupoDharkael/decompose-copyRémi Verschelde
2020-03-11Loop over faces in create_trimesh_shape()lupoDharkael
2020-03-11Mesh::convex_decompose: Remove unneeded vector copylupoDharkael
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-02-12doc: Sync classref with current sourceRémi Verschelde
2020-02-11GIProbes working.Juan Linietsky
2020-02-11Properly working instancing, and compatibility fixing for old meshesJuan Linietsky
2020-02-11Modernized default 3D material, fixes material bugs.Juan Linietsky
2020-02-11Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky
2020-02-11Base 3D engine done, still untested, though.Juan Linietsky
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-01-31Unexpose ARRAY_COMPRESS_BASEclayjohn
2020-01-07Fixes crash when using Mesh::create_outline and Mesh::create_convex_shapeHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-11Expose Mesh get_aabbAaron Franke
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-06-03Merge pull request #25522 from aqnuep/MeshLibrary_improvementsRémi Verschelde
2019-04-10Bundled VHACD library for convex decomposition.Juan Linietsky
2019-03-01Remove old method that makes no sense today, fixes #25566Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-14Fix 2 more UBSAN issues (#25217).marxin
2019-02-03MeshLibrary export improvementsDaniel Rakos
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-19Ensure bone AABBs are properly transformed to affect mesh AABB, fixes #19281Juan Linietsky
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-01Fix various Clang 7 warnings about unused stuffRémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Merge pull request #21908 from JFonS/fix_18014Rémi Verschelde
2018-09-09Clear cache after reimporting an ArrayMeshJFonS
2018-09-09Fix SoftBody gizmo slowness, add ConcaveShape wireframeJFonS
2018-08-27Bound get surface functions on meshBastiaan Olij
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-21Fix arg name in docs, some copy-paste errorsPoommetee Ketson
2018-07-28Added a method to find the index for a surface with a given nameBastiaan Olij