summaryrefslogtreecommitdiffstats
path: root/scene/resources/mesh.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-3/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Remove ArrayMesh::surface_remove declarationLorenz Junglas2020-09-041-1/+0
* Add override keywords.Marcel Admiraal2020-07-101-15/+15
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* New lightmapperJuan Linietsky2020-05-101-3/+3
* Add caching the lightmap unwrapping on importJFonS2020-04-221-0/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-22/+22
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-4/+4
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Base 3D engine done, still untested, though.Juan Linietsky2020-02-111-10/+20
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-4/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Merge pull request #25522 from aqnuep/MeshLibrary_improvementsRémi Verschelde2019-06-031-2/+3
|\
| * MeshLibrary export improvementsDaniel Rakos2019-02-031-2/+3
* | Bundled VHACD library for convex decomposition.Juan Linietsky2019-04-101-0/+7
* | Remove old method that makes no sense today, fixes #25566Juan Linietsky2019-03-011-1/+0
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix SoftBody gizmo slowness, add ConcaveShape wireframeJFonS2018-09-091-3/+2
* Added a method to find the index for a surface with a given nameBastiaan Olij2018-07-281-0/+1
* Implemented Soft bodyAndreaCatania2018-07-231-0/+4
* Ensure, if a texture meant for a normal map is imported and size limit exists...Juan Linietsky2018-07-031-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-091-0/+7
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-9/+9
* Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky2017-11-141-0/+3
* Update meshes when reimporting,Daniel J. Ramirez2017-11-121-0/+2
* Script access to formatted arrays and blend_arrays in meshes.SaracenOne2017-09-111-1/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-0/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-1/+1
* -Ability to set default import presets for typeJuan Linietsky2017-07-231-1/+1
* Moved binds of PRIMITIVE_* contants from ArrayMesh to MeshRalph Minderhoud2017-07-141-0/+2
* Properly exposed material types everywhere.Juan Linietsky2017-06-221-0/+1
* Godot 3.0 primitives as resources for use with MeshInstanceBastiaanOlij2017-06-161-17/+0
* Rename Godot-specific resource extensionsGeorge Marques2017-06-151-1/+1
* -Added proper access to depth texture from shaderJuan Linietsky2017-06-071-13/+38
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-0/+16
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-69/+64
* Unify naming of blendshape / morphtarget into just "Blend Shape"Juan Linietsky2017-01-121-13/+13
* Type renames:Juan Linietsky2017-01-111-8/+8
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-2/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-4/+19
|\
| * Blend shapes using transform feedback (GPU)Juan Linietsky2016-11-241-1/+17