Marcus Elg
|
ec7b481170
Renamed plane's d to distance
|
5 years ago |
JFonS
|
f7dadc4796
Add caching the lightmap unwrapping on import
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
a6f3bc7c69
Renaming of servers for coherency.
|
5 years ago |
Juan Linietsky
|
eaae4b6408
Renamed 2D and 3D nodes to make their types explicit
|
5 years ago |
Martin Liska
|
c554677c95
Fix various -Wmaybe-uninitialized (#37352).
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Rémi Verschelde
|
98cdf50a55
Merge pull request #36977 from lupoDharkael/decompose-copy
|
5 years ago |
lupoDharkael
|
ee0262977e
Loop over faces in create_trimesh_shape()
|
5 years ago |
lupoDharkael
|
97d1149c3b
Mesh::convex_decompose: Remove unneeded vector copy
|
5 years ago |
Juan Linietsky
|
475e4ea67b
Removed interactive loader, added proper thread loading.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
54ac8eaba6
Remove more deprecated methods and code
|
5 years ago |
Rémi Verschelde
|
0e3d625737
doc: Sync classref with current source
|
5 years ago |
Juan Linietsky
|
acf0f6c8a7
GIProbes working.
|
6 years ago |
Juan Linietsky
|
bc3dbe8240
Properly working instancing, and compatibility fixing for old meshes
|
6 years ago |
Juan Linietsky
|
dd3682e5fe
Modernized default 3D material, fixes material bugs.
|
6 years ago |
Juan Linietsky
|
6deffa62fb
Several fixes to 3D rendering, and multimesh implementation.
|
6 years ago |
Juan Linietsky
|
449df8f688
Base 3D engine done, still untested, though.
|
6 years ago |
Juan Linietsky
|
9b0dd4f571
A lot of progress with canvas rendering, still far from working.
|
6 years ago |
clayjohn
|
be39808b00
Unexpose ARRAY_COMPRESS_BASE
|
5 years ago |
Haoyu Qiu
|
3df9d187a3
Fixes crash when using Mesh::create_outline and Mesh::create_convex_shape
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Aaron Franke
|
a139104646
Expose Mesh get_aabb
|
5 years ago |
Tomasz Chabora
|
af5e0fff66
Remove ERR_EXPLAIN from scene/* code
|
6 years ago |
Ibrahn Sahir
|
4e4697b1c4
Added release function to PoolVector::Access.
|
6 years ago |
Rémi Verschelde
|
0dac4d6db6
Merge pull request #25522 from aqnuep/MeshLibrary_improvements
|
6 years ago |
Juan Linietsky
|
5823b5d77d
Bundled VHACD library for convex decomposition.
|
6 years ago |
Juan Linietsky
|
4b679f7f16
Remove old method that makes no sense today, fixes #25566
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |