summaryrefslogtreecommitdiff
path: root/scene/resources/mesh.cpp
AgeCommit message (Expand)Author
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
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-23Implemented Soft bodyAndreaCatania
2018-05-14Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias
2018-04-27CSG Support for Godot!Juan Linietsky
2018-04-01Mesh: fix crash when creating mesh outline from QuadMeshPoommetee Ketson
2018-01-17Expose 'lightmap_unwrap' method to the scripting engine.Saracen
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Fixes how transform is applied to geometry in UV unwrapJuan Linietsky
2017-12-14-Add lightmapperJuan Linietsky
2017-12-09Fix build in ArrayMeshRémi Verschelde
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
2017-11-17Fixed mesh importing when multiple materials are presentDaniel J. Ramirez
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-14Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky