rendering_server.cpp 177 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650
  1. /**************************************************************************/
  2. /* rendering_server.cpp */
  3. /**************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /**************************************************************************/
  8. /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
  9. /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /**************************************************************************/
  30. #include "rendering_server.h"
  31. #include "rendering_server.compat.inc"
  32. #include "core/config/project_settings.h"
  33. #include "core/object/worker_thread_pool.h"
  34. #include "core/variant/typed_array.h"
  35. #include "servers/rendering/rendering_server_globals.h"
  36. #include "servers/rendering/shader_language.h"
  37. #include "servers/rendering/shader_warnings.h"
  38. RenderingServer *RenderingServer::singleton = nullptr;
  39. RenderingServer *(*RenderingServer::create_func)() = nullptr;
  40. RenderingServer *RenderingServer::get_singleton() {
  41. return singleton;
  42. }
  43. RenderingServer *RenderingServer::create() {
  44. ERR_FAIL_COND_V(singleton, nullptr);
  45. if (create_func) {
  46. return create_func();
  47. }
  48. return nullptr;
  49. }
  50. Array RenderingServer::_texture_debug_usage_bind() {
  51. List<TextureInfo> list;
  52. texture_debug_usage(&list);
  53. Array arr;
  54. for (const TextureInfo &E : list) {
  55. Dictionary dict;
  56. dict["texture"] = E.texture;
  57. dict["width"] = E.width;
  58. dict["height"] = E.height;
  59. dict["depth"] = E.depth;
  60. dict["format"] = E.format;
  61. dict["bytes"] = E.bytes;
  62. dict["path"] = E.path;
  63. arr.push_back(dict);
  64. }
  65. return arr;
  66. }
  67. static PackedInt64Array to_int_array(const Vector<ObjectID> &ids) {
  68. PackedInt64Array a;
  69. a.resize(ids.size());
  70. for (int i = 0; i < ids.size(); ++i) {
  71. a.write[i] = ids[i];
  72. }
  73. return a;
  74. }
  75. PackedInt64Array RenderingServer::_instances_cull_aabb_bind(const AABB &p_aabb, RID p_scenario) const {
  76. Vector<ObjectID> ids = instances_cull_aabb(p_aabb, p_scenario);
  77. return to_int_array(ids);
  78. }
  79. PackedInt64Array RenderingServer::_instances_cull_ray_bind(const Vector3 &p_from, const Vector3 &p_to, RID p_scenario) const {
  80. Vector<ObjectID> ids = instances_cull_ray(p_from, p_to, p_scenario);
  81. return to_int_array(ids);
  82. }
  83. PackedInt64Array RenderingServer::_instances_cull_convex_bind(const TypedArray<Plane> &p_convex, RID p_scenario) const {
  84. Vector<Plane> planes;
  85. for (int i = 0; i < p_convex.size(); ++i) {
  86. const Variant &v = p_convex[i];
  87. ERR_FAIL_COND_V(v.get_type() != Variant::PLANE, PackedInt64Array());
  88. planes.push_back(v);
  89. }
  90. Vector<ObjectID> ids = instances_cull_convex(planes, p_scenario);
  91. return to_int_array(ids);
  92. }
  93. RID RenderingServer::get_test_texture() {
  94. if (test_texture.is_valid()) {
  95. return test_texture;
  96. };
  97. #define TEST_TEXTURE_SIZE 256
  98. Vector<uint8_t> test_data;
  99. test_data.resize(TEST_TEXTURE_SIZE * TEST_TEXTURE_SIZE * 3);
  100. {
  101. uint8_t *w = test_data.ptrw();
  102. for (int x = 0; x < TEST_TEXTURE_SIZE; x++) {
  103. for (int y = 0; y < TEST_TEXTURE_SIZE; y++) {
  104. Color c;
  105. int r = 255 - (x + y) / 2;
  106. if ((x % (TEST_TEXTURE_SIZE / 8)) < 2 || (y % (TEST_TEXTURE_SIZE / 8)) < 2) {
  107. c.r = y;
  108. c.g = r;
  109. c.b = x;
  110. } else {
  111. c.r = r;
  112. c.g = x;
  113. c.b = y;
  114. }
  115. w[(y * TEST_TEXTURE_SIZE + x) * 3 + 0] = uint8_t(CLAMP(c.r, 0, 255));
  116. w[(y * TEST_TEXTURE_SIZE + x) * 3 + 1] = uint8_t(CLAMP(c.g, 0, 255));
  117. w[(y * TEST_TEXTURE_SIZE + x) * 3 + 2] = uint8_t(CLAMP(c.b, 0, 255));
  118. }
  119. }
  120. }
  121. Ref<Image> data = memnew(Image(TEST_TEXTURE_SIZE, TEST_TEXTURE_SIZE, false, Image::FORMAT_RGB8, test_data));
  122. test_texture = texture_2d_create(data);
  123. return test_texture;
  124. }
  125. void RenderingServer::_free_internal_rids() {
  126. if (test_texture.is_valid()) {
  127. free(test_texture);
  128. }
  129. if (white_texture.is_valid()) {
  130. free(white_texture);
  131. }
  132. if (test_material.is_valid()) {
  133. free(test_material);
  134. }
  135. }
  136. RID RenderingServer::_make_test_cube() {
  137. Vector<Vector3> vertices;
  138. Vector<Vector3> normals;
  139. Vector<float> tangents;
  140. Vector<Vector3> uvs;
  141. #define ADD_VTX(m_idx) \
  142. vertices.push_back(face_points[m_idx]); \
  143. normals.push_back(normal_points[m_idx]); \
  144. tangents.push_back(normal_points[m_idx][1]); \
  145. tangents.push_back(normal_points[m_idx][2]); \
  146. tangents.push_back(normal_points[m_idx][0]); \
  147. tangents.push_back(1.0); \
  148. uvs.push_back(Vector3(uv_points[m_idx * 2 + 0], uv_points[m_idx * 2 + 1], 0));
  149. for (int i = 0; i < 6; i++) {
  150. Vector3 face_points[4];
  151. Vector3 normal_points[4];
  152. float uv_points[8] = { 0, 0, 0, 1, 1, 1, 1, 0 };
  153. for (int j = 0; j < 4; j++) {
  154. float v[3];
  155. v[0] = 1.0;
  156. v[1] = 1 - 2 * ((j >> 1) & 1);
  157. v[2] = v[1] * (1 - 2 * (j & 1));
  158. for (int k = 0; k < 3; k++) {
  159. if (i < 3) {
  160. face_points[j][(i + k) % 3] = v[k];
  161. } else {
  162. face_points[3 - j][(i + k) % 3] = -v[k];
  163. }
  164. }
  165. normal_points[j] = Vector3();
  166. normal_points[j][i % 3] = (i >= 3 ? -1 : 1);
  167. }
  168. // Tri 1
  169. ADD_VTX(0);
  170. ADD_VTX(1);
  171. ADD_VTX(2);
  172. // Tri 2
  173. ADD_VTX(2);
  174. ADD_VTX(3);
  175. ADD_VTX(0);
  176. }
  177. RID test_cube = mesh_create();
  178. Array d;
  179. d.resize(RS::ARRAY_MAX);
  180. d[RenderingServer::ARRAY_NORMAL] = normals;
  181. d[RenderingServer::ARRAY_TANGENT] = tangents;
  182. d[RenderingServer::ARRAY_TEX_UV] = uvs;
  183. d[RenderingServer::ARRAY_VERTEX] = vertices;
  184. Vector<int> indices;
  185. indices.resize(vertices.size());
  186. for (int i = 0; i < vertices.size(); i++) {
  187. indices.set(i, i);
  188. }
  189. d[RenderingServer::ARRAY_INDEX] = indices;
  190. mesh_add_surface_from_arrays(test_cube, PRIMITIVE_TRIANGLES, d);
  191. /*
  192. test_material = fixed_material_create();
  193. //material_set_flag(material, MATERIAL_FLAG_BILLBOARD_TOGGLE,true);
  194. fixed_material_set_texture( test_material, FIXED_MATERIAL_PARAM_DIFFUSE, get_test_texture() );
  195. fixed_material_set_param( test_material, FIXED_MATERIAL_PARAM_SPECULAR_EXP, 70 );
  196. fixed_material_set_param( test_material, FIXED_MATERIAL_PARAM_EMISSION, Color(0.2,0.2,0.2) );
  197. fixed_material_set_param( test_material, FIXED_MATERIAL_PARAM_DIFFUSE, Color(1, 1, 1) );
  198. fixed_material_set_param( test_material, FIXED_MATERIAL_PARAM_SPECULAR, Color(1,1,1) );
  199. */
  200. mesh_surface_set_material(test_cube, 0, test_material);
  201. return test_cube;
  202. }
  203. RID RenderingServer::make_sphere_mesh(int p_lats, int p_lons, real_t p_radius) {
  204. Vector<Vector3> vertices;
  205. Vector<Vector3> normals;
  206. const double lat_step = Math_TAU / p_lats;
  207. const double lon_step = Math_TAU / p_lons;
  208. for (int i = 1; i <= p_lats; i++) {
  209. double lat0 = lat_step * (i - 1) - Math_TAU / 4;
  210. double z0 = Math::sin(lat0);
  211. double zr0 = Math::cos(lat0);
  212. double lat1 = lat_step * i - Math_TAU / 4;
  213. double z1 = Math::sin(lat1);
  214. double zr1 = Math::cos(lat1);
  215. for (int j = p_lons; j >= 1; j--) {
  216. double lng0 = lon_step * (j - 1);
  217. double x0 = Math::cos(lng0);
  218. double y0 = Math::sin(lng0);
  219. double lng1 = lon_step * j;
  220. double x1 = Math::cos(lng1);
  221. double y1 = Math::sin(lng1);
  222. Vector3 v[4] = {
  223. Vector3(x1 * zr0, z0, y1 * zr0),
  224. Vector3(x1 * zr1, z1, y1 * zr1),
  225. Vector3(x0 * zr1, z1, y0 * zr1),
  226. Vector3(x0 * zr0, z0, y0 * zr0)
  227. };
  228. #define ADD_POINT(m_idx) \
  229. normals.push_back(v[m_idx]); \
  230. vertices.push_back(v[m_idx] * p_radius);
  231. ADD_POINT(0);
  232. ADD_POINT(1);
  233. ADD_POINT(2);
  234. ADD_POINT(2);
  235. ADD_POINT(3);
  236. ADD_POINT(0);
  237. }
  238. }
  239. RID mesh = mesh_create();
  240. Array d;
  241. d.resize(RS::ARRAY_MAX);
  242. d[ARRAY_VERTEX] = vertices;
  243. d[ARRAY_NORMAL] = normals;
  244. mesh_add_surface_from_arrays(mesh, PRIMITIVE_TRIANGLES, d);
  245. return mesh;
  246. }
  247. RID RenderingServer::get_white_texture() {
  248. if (white_texture.is_valid()) {
  249. return white_texture;
  250. }
  251. Vector<uint8_t> wt;
  252. wt.resize(16 * 3);
  253. {
  254. uint8_t *w = wt.ptrw();
  255. for (int i = 0; i < 16 * 3; i++) {
  256. w[i] = 255;
  257. }
  258. }
  259. Ref<Image> white = memnew(Image(4, 4, 0, Image::FORMAT_RGB8, wt));
  260. white_texture = texture_2d_create(white);
  261. return white_texture;
  262. }
  263. void _get_axis_angle(const Vector3 &p_normal, const Vector4 &p_tangent, float &r_angle, Vector3 &r_axis) {
  264. Vector3 normal = p_normal.normalized();
  265. Vector3 tangent = Vector3(p_tangent.x, p_tangent.y, p_tangent.z).normalized();
  266. float d = p_tangent.w;
  267. Vector3 binormal = normal.cross(tangent).normalized();
  268. real_t angle;
  269. Basis tbn = Basis();
  270. tbn.rows[0] = tangent;
  271. tbn.rows[1] = binormal;
  272. tbn.rows[2] = normal;
  273. tbn.get_axis_angle(r_axis, angle);
  274. r_angle = float(angle);
  275. if (d < 0.0) {
  276. r_angle = CLAMP((1.0 - r_angle / Math_PI) * 0.5, 0.0, 0.49999);
  277. } else {
  278. r_angle = CLAMP((r_angle / Math_PI) * 0.5 + 0.5, 0.500008, 1.0);
  279. }
  280. }
  281. // The inputs to this function should match the outputs of _get_axis_angle. I.e. p_axis is a normalized vector
  282. // and p_angle includes the binormal direction.
  283. void _get_tbn_from_axis_angle(const Vector3 &p_axis, float p_angle, Vector3 &r_normal, Vector4 &r_tangent) {
  284. float binormal_sign = p_angle > 0.5 ? 1.0 : -1.0;
  285. float angle = Math::abs(p_angle * 2.0 - 1.0) * Math_PI;
  286. Basis tbn = Basis(p_axis, angle);
  287. Vector3 tan = tbn.rows[0];
  288. r_tangent = Vector4(tan.x, tan.y, tan.z, binormal_sign);
  289. r_normal = tbn.rows[2];
  290. }
  291. Error RenderingServer::_surface_set_data(Array p_arrays, uint64_t p_format, uint32_t *p_offsets, uint32_t p_vertex_stride, uint32_t p_normal_stride, uint32_t p_attrib_stride, uint32_t p_skin_stride, Vector<uint8_t> &r_vertex_array, Vector<uint8_t> &r_attrib_array, Vector<uint8_t> &r_skin_array, int p_vertex_array_len, Vector<uint8_t> &r_index_array, int p_index_array_len, AABB &r_aabb, Vector<AABB> &r_bone_aabb, Vector4 &r_uv_scale) {
  292. uint8_t *vw = r_vertex_array.ptrw();
  293. uint8_t *aw = r_attrib_array.ptrw();
  294. uint8_t *sw = r_skin_array.ptrw();
  295. uint8_t *iw = nullptr;
  296. if (r_index_array.size()) {
  297. iw = r_index_array.ptrw();
  298. }
  299. int max_bone = 0;
  300. // Preprocess UVs if compression is enabled
  301. if (p_format & RS::ARRAY_FLAG_COMPRESS_ATTRIBUTES && ((p_format & RS::ARRAY_FORMAT_TEX_UV) || (p_format & RS::ARRAY_FORMAT_TEX_UV2))) {
  302. const Vector2 *uv_src = nullptr;
  303. if (p_format & RS::ARRAY_FORMAT_TEX_UV) {
  304. Vector<Vector2> array = p_arrays[RS::ARRAY_TEX_UV];
  305. uv_src = array.ptr();
  306. }
  307. const Vector2 *uv2_src = nullptr;
  308. if (p_format & RS::ARRAY_FORMAT_TEX_UV2) {
  309. Vector<Vector2> array = p_arrays[RS::ARRAY_TEX_UV2];
  310. uv2_src = array.ptr();
  311. }
  312. Vector2 max_val = Vector2(0.0, 0.0);
  313. Vector2 min_val = Vector2(0.0, 0.0);
  314. Vector2 max_val2 = Vector2(0.0, 0.0);
  315. Vector2 min_val2 = Vector2(0.0, 0.0);
  316. for (int i = 0; i < p_vertex_array_len; i++) {
  317. if (p_format & RS::ARRAY_FORMAT_TEX_UV) {
  318. max_val = max_val.max(uv_src[i]);
  319. min_val = min_val.min(uv_src[i]);
  320. }
  321. if (p_format & RS::ARRAY_FORMAT_TEX_UV2) {
  322. max_val2 = max_val2.max(uv2_src[i]);
  323. min_val2 = min_val2.min(uv2_src[i]);
  324. }
  325. }
  326. max_val = max_val.abs().max(min_val.abs());
  327. max_val2 = max_val2.abs().max(min_val2.abs());
  328. if (min_val.x >= 0.0 && min_val2.x >= 0.0 && max_val.x <= 1.0 && max_val2.x <= 1.0 &&
  329. min_val.y >= 0.0 && min_val2.y >= 0.0 && max_val.y <= 1.0 && max_val2.y <= 1.0) {
  330. // When all channels are in the 0-1 range, we will compress to 16-bit without scaling to
  331. // preserve the bits as best as possible.
  332. r_uv_scale = Vector4(0.0, 0.0, 0.0, 0.0);
  333. } else {
  334. r_uv_scale = Vector4(max_val.x, max_val.y, max_val2.x, max_val2.y) * Vector4(2.0, 2.0, 2.0, 2.0);
  335. }
  336. }
  337. for (int ai = 0; ai < RS::ARRAY_MAX; ai++) {
  338. if (!(p_format & (1ULL << ai))) { // No array
  339. continue;
  340. }
  341. switch (ai) {
  342. case RS::ARRAY_VERTEX: {
  343. if (p_format & RS::ARRAY_FLAG_USE_2D_VERTICES) {
  344. Vector<Vector2> array = p_arrays[ai];
  345. ERR_FAIL_COND_V(array.size() != p_vertex_array_len, ERR_INVALID_PARAMETER);
  346. const Vector2 *src = array.ptr();
  347. // Setting vertices means regenerating the AABB.
  348. Rect2 aabb;
  349. {
  350. for (int i = 0; i < p_vertex_array_len; i++) {
  351. float vector[2] = { (float)src[i].x, (float)src[i].y };
  352. memcpy(&vw[p_offsets[ai] + i * p_vertex_stride], vector, sizeof(float) * 2);
  353. if (i == 0) {
  354. aabb = Rect2(src[i], SMALL_VEC2); // Must have a bit of size.
  355. } else {
  356. aabb.expand_to(src[i]);
  357. }
  358. }
  359. }
  360. r_aabb = AABB(Vector3(aabb.position.x, aabb.position.y, 0), Vector3(aabb.size.x, aabb.size.y, 0));
  361. } else {
  362. Vector<Vector3> array = p_arrays[ai];
  363. ERR_FAIL_COND_V(array.size() != p_vertex_array_len, ERR_INVALID_PARAMETER);
  364. const Vector3 *src = array.ptr();
  365. r_aabb = AABB();
  366. if (p_format & ARRAY_FLAG_COMPRESS_ATTRIBUTES) {
  367. // First we need to generate the AABB for the entire surface.
  368. for (int i = 0; i < p_vertex_array_len; i++) {
  369. if (i == 0) {
  370. r_aabb = AABB(src[i], SMALL_VEC3);
  371. } else {
  372. r_aabb.expand_to(src[i]);
  373. }
  374. }
  375. if (!(p_format & RS::ARRAY_FORMAT_NORMAL)) {
  376. // Early out if we are only setting vertex positions.
  377. for (int i = 0; i < p_vertex_array_len; i++) {
  378. Vector3 pos = (src[i] - r_aabb.position) / r_aabb.size;
  379. uint16_t vector[4] = {
  380. (uint16_t)CLAMP(pos.x * 65535, 0, 65535),
  381. (uint16_t)CLAMP(pos.y * 65535, 0, 65535),
  382. (uint16_t)CLAMP(pos.z * 65535, 0, 65535),
  383. (uint16_t)0
  384. };
  385. memcpy(&vw[p_offsets[ai] + i * p_vertex_stride], vector, sizeof(uint16_t) * 4);
  386. }
  387. continue;
  388. }
  389. // Validate normal and tangent arrays.
  390. ERR_FAIL_COND_V(p_arrays[RS::ARRAY_NORMAL].get_type() != Variant::PACKED_VECTOR3_ARRAY, ERR_INVALID_PARAMETER);
  391. Vector<Vector3> normal_array = p_arrays[RS::ARRAY_NORMAL];
  392. ERR_FAIL_COND_V(normal_array.size() != p_vertex_array_len, ERR_INVALID_PARAMETER);
  393. const Vector3 *normal_src = normal_array.ptr();
  394. Variant::Type tangent_type = p_arrays[RS::ARRAY_TANGENT].get_type();
  395. ERR_FAIL_COND_V(tangent_type != Variant::PACKED_FLOAT32_ARRAY && tangent_type != Variant::PACKED_FLOAT64_ARRAY && tangent_type != Variant::NIL, ERR_INVALID_PARAMETER);
  396. // We need a different version if using double precision tangents.
  397. if (tangent_type == Variant::PACKED_FLOAT32_ARRAY) {
  398. Vector<float> tangent_array = p_arrays[RS::ARRAY_TANGENT];
  399. ERR_FAIL_COND_V(tangent_array.size() != p_vertex_array_len * 4, ERR_INVALID_PARAMETER);
  400. const float *tangent_src = tangent_array.ptr();
  401. // Set data for vertex, normal, and tangent.
  402. for (int i = 0; i < p_vertex_array_len; i++) {
  403. float angle = 0.0;
  404. Vector3 axis;
  405. Vector4 tangent = Vector4(tangent_src[i * 4 + 0], tangent_src[i * 4 + 1], tangent_src[i * 4 + 2], tangent_src[i * 4 + 3]);
  406. _get_axis_angle(normal_src[i], tangent, angle, axis);
  407. // Store axis.
  408. {
  409. Vector2 res = axis.octahedron_encode();
  410. uint16_t vector[2] = {
  411. (uint16_t)CLAMP(res.x * 65535, 0, 65535),
  412. (uint16_t)CLAMP(res.y * 65535, 0, 65535),
  413. };
  414. memcpy(&vw[p_offsets[RS::ARRAY_NORMAL] + i * p_normal_stride], vector, 4);
  415. }
  416. // Store vertex position + angle.
  417. {
  418. Vector3 pos = (src[i] - r_aabb.position) / r_aabb.size;
  419. uint16_t vector[4] = {
  420. (uint16_t)CLAMP(pos.x * 65535, 0, 65535),
  421. (uint16_t)CLAMP(pos.y * 65535, 0, 65535),
  422. (uint16_t)CLAMP(pos.z * 65535, 0, 65535),
  423. (uint16_t)CLAMP(angle * 65535, 0, 65535)
  424. };
  425. memcpy(&vw[p_offsets[ai] + i * p_vertex_stride], vector, sizeof(uint16_t) * 4);
  426. }
  427. }
  428. } else if (tangent_type == Variant::PACKED_FLOAT64_ARRAY) {
  429. Vector<double> tangent_array = p_arrays[RS::ARRAY_TANGENT];
  430. ERR_FAIL_COND_V(tangent_array.size() != p_vertex_array_len * 4, ERR_INVALID_PARAMETER);
  431. const double *tangent_src = tangent_array.ptr();
  432. // Set data for vertex, normal, and tangent.
  433. for (int i = 0; i < p_vertex_array_len; i++) {
  434. float angle;
  435. Vector3 axis;
  436. Vector4 tangent = Vector4(tangent_src[i * 4 + 0], tangent_src[i * 4 + 1], tangent_src[i * 4 + 2], tangent_src[i * 4 + 3]);
  437. _get_axis_angle(normal_src[i], tangent, angle, axis);
  438. // Store axis.
  439. {
  440. Vector2 res = axis.octahedron_encode();
  441. uint16_t vector[2] = {
  442. (uint16_t)CLAMP(res.x * 65535, 0, 65535),
  443. (uint16_t)CLAMP(res.y * 65535, 0, 65535),
  444. };
  445. memcpy(&vw[p_offsets[RS::ARRAY_NORMAL] + i * p_normal_stride], vector, 4);
  446. }
  447. // Store vertex position + angle.
  448. {
  449. Vector3 pos = (src[i] - r_aabb.position) / r_aabb.size;
  450. uint16_t vector[4] = {
  451. (uint16_t)CLAMP(pos.x * 65535, 0, 65535),
  452. (uint16_t)CLAMP(pos.y * 65535, 0, 65535),
  453. (uint16_t)CLAMP(pos.z * 65535, 0, 65535),
  454. (uint16_t)CLAMP(angle * 65535, 0, 65535)
  455. };
  456. memcpy(&vw[p_offsets[ai] + i * p_vertex_stride], vector, sizeof(uint16_t) * 4);
  457. }
  458. }
  459. } else { // No tangent array.
  460. // Set data for vertex, normal, and tangent.
  461. for (int i = 0; i < p_vertex_array_len; i++) {
  462. float angle;
  463. Vector3 axis;
  464. // Generate an arbitrary vector that is tangential to normal.
  465. // This assumes that the normal is never (0,0,0).
  466. Vector3 tan = Vector3(normal_src[i].z, -normal_src[i].x, normal_src[i].y).cross(normal_src[i].normalized()).normalized();
  467. Vector4 tangent = Vector4(tan.x, tan.y, tan.z, 1.0);
  468. _get_axis_angle(normal_src[i], tangent, angle, axis);
  469. // Store axis.
  470. {
  471. Vector2 res = axis.octahedron_encode();
  472. uint16_t vector[2] = {
  473. (uint16_t)CLAMP(res.x * 65535, 0, 65535),
  474. (uint16_t)CLAMP(res.y * 65535, 0, 65535),
  475. };
  476. memcpy(&vw[p_offsets[RS::ARRAY_NORMAL] + i * p_normal_stride], vector, 4);
  477. }
  478. // Store vertex position + angle.
  479. {
  480. Vector3 pos = (src[i] - r_aabb.position) / r_aabb.size;
  481. uint16_t vector[4] = {
  482. (uint16_t)CLAMP(pos.x * 65535, 0, 65535),
  483. (uint16_t)CLAMP(pos.y * 65535, 0, 65535),
  484. (uint16_t)CLAMP(pos.z * 65535, 0, 65535),
  485. (uint16_t)CLAMP(angle * 65535, 0, 65535)
  486. };
  487. memcpy(&vw[p_offsets[ai] + i * p_vertex_stride], vector, sizeof(uint16_t) * 4);
  488. }
  489. }
  490. }
  491. } else {
  492. for (int i = 0; i < p_vertex_array_len; i++) {
  493. float vector[3] = { (float)src[i].x, (float)src[i].y, (float)src[i].z };
  494. memcpy(&vw[p_offsets[ai] + i * p_vertex_stride], vector, sizeof(float) * 3);
  495. if (i == 0) {
  496. r_aabb = AABB(src[i], SMALL_VEC3);
  497. } else {
  498. r_aabb.expand_to(src[i]);
  499. }
  500. }
  501. }
  502. }
  503. } break;
  504. case RS::ARRAY_NORMAL: {
  505. // If using compression we store normal while storing vertices.
  506. if (!(p_format & RS::ARRAY_FLAG_COMPRESS_ATTRIBUTES)) {
  507. ERR_FAIL_COND_V(p_arrays[ai].get_type() != Variant::PACKED_VECTOR3_ARRAY, ERR_INVALID_PARAMETER);
  508. Vector<Vector3> array = p_arrays[ai];
  509. ERR_FAIL_COND_V(array.size() != p_vertex_array_len, ERR_INVALID_PARAMETER);
  510. const Vector3 *src = array.ptr();
  511. for (int i = 0; i < p_vertex_array_len; i++) {
  512. Vector2 res = src[i].octahedron_encode();
  513. uint16_t vector[2] = {
  514. (uint16_t)CLAMP(res.x * 65535, 0, 65535),
  515. (uint16_t)CLAMP(res.y * 65535, 0, 65535),
  516. };
  517. memcpy(&vw[p_offsets[ai] + i * p_normal_stride], vector, 4);
  518. }
  519. }
  520. } break;
  521. case RS::ARRAY_TANGENT: {
  522. // If using compression we store tangent while storing vertices.
  523. if (!(p_format & RS::ARRAY_FLAG_COMPRESS_ATTRIBUTES)) {
  524. Variant::Type type = p_arrays[ai].get_type();
  525. ERR_FAIL_COND_V(type != Variant::PACKED_FLOAT32_ARRAY && type != Variant::PACKED_FLOAT64_ARRAY && type != Variant::NIL, ERR_INVALID_PARAMETER);
  526. if (type == Variant::PACKED_FLOAT32_ARRAY) {
  527. Vector<float> array = p_arrays[ai];
  528. ERR_FAIL_COND_V(array.size() != p_vertex_array_len * 4, ERR_INVALID_PARAMETER);
  529. const float *src_ptr = array.ptr();
  530. for (int i = 0; i < p_vertex_array_len; i++) {
  531. const Vector3 src(src_ptr[i * 4 + 0], src_ptr[i * 4 + 1], src_ptr[i * 4 + 2]);
  532. Vector2 res = src.octahedron_tangent_encode(src_ptr[i * 4 + 3]);
  533. uint16_t vector[2] = {
  534. (uint16_t)CLAMP(res.x * 65535, 0, 65535),
  535. (uint16_t)CLAMP(res.y * 65535, 0, 65535),
  536. };
  537. if (vector[0] == 0 && vector[1] == 65535) {
  538. // (1, 1) and (0, 1) decode to the same value, but (0, 1) messes with our compression detection.
  539. // So we sanitize here.
  540. vector[0] = 65535;
  541. }
  542. memcpy(&vw[p_offsets[ai] + i * p_normal_stride], vector, 4);
  543. }
  544. } else if (type == Variant::PACKED_FLOAT64_ARRAY) {
  545. Vector<double> array = p_arrays[ai];
  546. ERR_FAIL_COND_V(array.size() != p_vertex_array_len * 4, ERR_INVALID_PARAMETER);
  547. const double *src_ptr = array.ptr();
  548. for (int i = 0; i < p_vertex_array_len; i++) {
  549. const Vector3 src(src_ptr[i * 4 + 0], src_ptr[i * 4 + 1], src_ptr[i * 4 + 2]);
  550. Vector2 res = src.octahedron_tangent_encode(src_ptr[i * 4 + 3]);
  551. uint16_t vector[2] = {
  552. (uint16_t)CLAMP(res.x * 65535, 0, 65535),
  553. (uint16_t)CLAMP(res.y * 65535, 0, 65535),
  554. };
  555. if (vector[0] == 0 && vector[1] == 65535) {
  556. // (1, 1) and (0, 1) decode to the same value, but (0, 1) messes with our compression detection.
  557. // So we sanitize here.
  558. vector[0] = 65535;
  559. }
  560. memcpy(&vw[p_offsets[ai] + i * p_normal_stride], vector, 4);
  561. }
  562. } else { // No tangent array.
  563. ERR_FAIL_COND_V(p_arrays[RS::ARRAY_NORMAL].get_type() != Variant::PACKED_VECTOR3_ARRAY, ERR_INVALID_PARAMETER);
  564. Vector<Vector3> normal_array = p_arrays[RS::ARRAY_NORMAL];
  565. ERR_FAIL_COND_V(normal_array.size() != p_vertex_array_len, ERR_INVALID_PARAMETER);
  566. const Vector3 *normal_src = normal_array.ptr();
  567. // Set data for tangent.
  568. for (int i = 0; i < p_vertex_array_len; i++) {
  569. // Generate an arbitrary vector that is tangential to normal.
  570. // This assumes that the normal is never (0,0,0).
  571. Vector3 tan = Vector3(normal_src[i].z, -normal_src[i].x, normal_src[i].y).cross(normal_src[i].normalized()).normalized();
  572. Vector2 res = tan.octahedron_tangent_encode(1.0);
  573. uint16_t vector[2] = {
  574. (uint16_t)CLAMP(res.x * 65535, 0, 65535),
  575. (uint16_t)CLAMP(res.y * 65535, 0, 65535),
  576. };
  577. if (vector[0] == 0 && vector[1] == 65535) {
  578. // (1, 1) and (0, 1) decode to the same value, but (0, 1) messes with our compression detection.
  579. // So we sanitize here.
  580. vector[0] = 65535;
  581. }
  582. memcpy(&vw[p_offsets[ai] + i * p_normal_stride], vector, 4);
  583. }
  584. }
  585. }
  586. } break;
  587. case RS::ARRAY_COLOR: {
  588. ERR_FAIL_COND_V(p_arrays[ai].get_type() != Variant::PACKED_COLOR_ARRAY, ERR_INVALID_PARAMETER);
  589. Vector<Color> array = p_arrays[ai];
  590. ERR_FAIL_COND_V(array.size() != p_vertex_array_len, ERR_INVALID_PARAMETER);
  591. const Color *src = array.ptr();
  592. for (int i = 0; i < p_vertex_array_len; i++) {
  593. uint8_t color8[4] = {
  594. uint8_t(CLAMP(src[i].r * 255.0, 0.0, 255.0)),
  595. uint8_t(CLAMP(src[i].g * 255.0, 0.0, 255.0)),
  596. uint8_t(CLAMP(src[i].b * 255.0, 0.0, 255.0)),
  597. uint8_t(CLAMP(src[i].a * 255.0, 0.0, 255.0))
  598. };
  599. memcpy(&aw[p_offsets[ai] + i * p_attrib_stride], color8, 4);
  600. }
  601. } break;
  602. case RS::ARRAY_TEX_UV: {
  603. ERR_FAIL_COND_V(p_arrays[ai].get_type() != Variant::PACKED_VECTOR3_ARRAY && p_arrays[ai].get_type() != Variant::PACKED_VECTOR2_ARRAY, ERR_INVALID_PARAMETER);
  604. Vector<Vector2> array = p_arrays[ai];
  605. ERR_FAIL_COND_V(array.size() != p_vertex_array_len, ERR_INVALID_PARAMETER);
  606. const Vector2 *src = array.ptr();
  607. if (p_format & RS::ARRAY_FLAG_COMPRESS_ATTRIBUTES) {
  608. for (int i = 0; i < p_vertex_array_len; i++) {
  609. Vector2 vec = src[i];
  610. if (!r_uv_scale.is_zero_approx()) {
  611. // Normalize into 0-1 from possible range -uv_scale - uv_scale.
  612. vec = vec / (Vector2(r_uv_scale.x, r_uv_scale.y)) + Vector2(0.5, 0.5);
  613. }
  614. uint16_t uv[2] = { (uint16_t)CLAMP(vec.x * 65535, 0, 65535), (uint16_t)CLAMP(vec.y * 65535, 0, 65535) };
  615. memcpy(&aw[p_offsets[ai] + i * p_attrib_stride], uv, 4);
  616. }
  617. } else {
  618. for (int i = 0; i < p_vertex_array_len; i++) {
  619. float uv[2] = { (float)src[i].x, (float)src[i].y };
  620. memcpy(&aw[p_offsets[ai] + i * p_attrib_stride], uv, 2 * 4);
  621. }
  622. }
  623. } break;
  624. case RS::ARRAY_TEX_UV2: {
  625. ERR_FAIL_COND_V(p_arrays[ai].get_type() != Variant::PACKED_VECTOR3_ARRAY && p_arrays[ai].get_type() != Variant::PACKED_VECTOR2_ARRAY, ERR_INVALID_PARAMETER);
  626. Vector<Vector2> array = p_arrays[ai];
  627. ERR_FAIL_COND_V(array.size() != p_vertex_array_len, ERR_INVALID_PARAMETER);
  628. const Vector2 *src = array.ptr();
  629. if (p_format & RS::ARRAY_FLAG_COMPRESS_ATTRIBUTES) {
  630. for (int i = 0; i < p_vertex_array_len; i++) {
  631. Vector2 vec = src[i];
  632. if (!r_uv_scale.is_zero_approx()) {
  633. // Normalize into 0-1 from possible range -uv_scale - uv_scale.
  634. vec = vec / (Vector2(r_uv_scale.z, r_uv_scale.w)) + Vector2(0.5, 0.5);
  635. }
  636. uint16_t uv[2] = { (uint16_t)CLAMP(vec.x * 65535, 0, 65535), (uint16_t)CLAMP(vec.y * 65535, 0, 65535) };
  637. memcpy(&aw[p_offsets[ai] + i * p_attrib_stride], uv, 4);
  638. }
  639. } else {
  640. for (int i = 0; i < p_vertex_array_len; i++) {
  641. float uv[2] = { (float)src[i].x, (float)src[i].y };
  642. memcpy(&aw[p_offsets[ai] + i * p_attrib_stride], uv, 2 * 4);
  643. }
  644. }
  645. } break;
  646. case RS::ARRAY_CUSTOM0:
  647. case RS::ARRAY_CUSTOM1:
  648. case RS::ARRAY_CUSTOM2:
  649. case RS::ARRAY_CUSTOM3: {
  650. uint32_t type = (p_format >> (ARRAY_FORMAT_CUSTOM_BASE + ARRAY_FORMAT_CUSTOM_BITS * (ai - RS::ARRAY_CUSTOM0))) & ARRAY_FORMAT_CUSTOM_MASK;
  651. switch (type) {
  652. case ARRAY_CUSTOM_RGBA8_UNORM:
  653. case ARRAY_CUSTOM_RGBA8_SNORM:
  654. case ARRAY_CUSTOM_RG_HALF: {
  655. // Size 4
  656. ERR_FAIL_COND_V(p_arrays[ai].get_type() != Variant::PACKED_BYTE_ARRAY, ERR_INVALID_PARAMETER);
  657. Vector<uint8_t> array = p_arrays[ai];
  658. ERR_FAIL_COND_V(array.size() != p_vertex_array_len * 4, ERR_INVALID_PARAMETER);
  659. const uint8_t *src = array.ptr();
  660. for (int i = 0; i < p_vertex_array_len; i++) {
  661. memcpy(&aw[p_offsets[ai] + i * p_attrib_stride], &src[i * 4], 4);
  662. }
  663. } break;
  664. case ARRAY_CUSTOM_RGBA_HALF: {
  665. // Size 8
  666. ERR_FAIL_COND_V(p_arrays[ai].get_type() != Variant::PACKED_BYTE_ARRAY, ERR_INVALID_PARAMETER);
  667. Vector<uint8_t> array = p_arrays[ai];
  668. ERR_FAIL_COND_V(array.size() != p_vertex_array_len * 8, ERR_INVALID_PARAMETER);
  669. const uint8_t *src = array.ptr();
  670. for (int i = 0; i < p_vertex_array_len; i++) {
  671. memcpy(&aw[p_offsets[ai] + i * p_attrib_stride], &src[i * 8], 8);
  672. }
  673. } break;
  674. case ARRAY_CUSTOM_R_FLOAT:
  675. case ARRAY_CUSTOM_RG_FLOAT:
  676. case ARRAY_CUSTOM_RGB_FLOAT:
  677. case ARRAY_CUSTOM_RGBA_FLOAT: {
  678. // RF
  679. ERR_FAIL_COND_V(p_arrays[ai].get_type() != Variant::PACKED_FLOAT32_ARRAY, ERR_INVALID_PARAMETER);
  680. Vector<float> array = p_arrays[ai];
  681. int32_t s = type - ARRAY_CUSTOM_R_FLOAT + 1;
  682. ERR_FAIL_COND_V(array.size() != p_vertex_array_len * s, ERR_INVALID_PARAMETER);
  683. const float *src = array.ptr();
  684. for (int i = 0; i < p_vertex_array_len; i++) {
  685. memcpy(&aw[p_offsets[ai] + i * p_attrib_stride], &src[i * s], sizeof(float) * s);
  686. }
  687. } break;
  688. default: {
  689. }
  690. }
  691. } break;
  692. case RS::ARRAY_WEIGHTS: {
  693. Variant::Type type = p_arrays[ai].get_type();
  694. ERR_FAIL_COND_V(type != Variant::PACKED_FLOAT32_ARRAY && type != Variant::PACKED_FLOAT64_ARRAY, ERR_INVALID_PARAMETER);
  695. uint32_t bone_count = (p_format & ARRAY_FLAG_USE_8_BONE_WEIGHTS) ? 8 : 4;
  696. if (type == Variant::PACKED_FLOAT32_ARRAY) {
  697. Vector<float> array = p_arrays[ai];
  698. ERR_FAIL_COND_V(array.size() != (int32_t)(p_vertex_array_len * bone_count), ERR_INVALID_PARAMETER);
  699. const float *src = array.ptr();
  700. {
  701. uint16_t data[8];
  702. for (int i = 0; i < p_vertex_array_len; i++) {
  703. for (uint32_t j = 0; j < bone_count; j++) {
  704. data[j] = CLAMP(src[i * bone_count + j] * 65535, 0, 65535);
  705. }
  706. memcpy(&sw[p_offsets[ai] + i * p_skin_stride], data, 2 * bone_count);
  707. }
  708. }
  709. } else { // PACKED_FLOAT64_ARRAY
  710. Vector<double> array = p_arrays[ai];
  711. ERR_FAIL_COND_V(array.size() != (int32_t)(p_vertex_array_len * bone_count), ERR_INVALID_PARAMETER);
  712. const double *src = array.ptr();
  713. {
  714. uint16_t data[8];
  715. for (int i = 0; i < p_vertex_array_len; i++) {
  716. for (uint32_t j = 0; j < bone_count; j++) {
  717. data[j] = CLAMP(src[i * bone_count + j] * 65535, 0, 65535);
  718. }
  719. memcpy(&sw[p_offsets[ai] + i * p_skin_stride], data, 2 * bone_count);
  720. }
  721. }
  722. }
  723. } break;
  724. case RS::ARRAY_BONES: {
  725. ERR_FAIL_COND_V(p_arrays[ai].get_type() != Variant::PACKED_INT32_ARRAY && p_arrays[ai].get_type() != Variant::PACKED_FLOAT32_ARRAY, ERR_INVALID_PARAMETER);
  726. Vector<int> array = p_arrays[ai];
  727. uint32_t bone_count = (p_format & ARRAY_FLAG_USE_8_BONE_WEIGHTS) ? 8 : 4;
  728. ERR_FAIL_COND_V(array.size() != (int32_t)(p_vertex_array_len * bone_count), ERR_INVALID_PARAMETER);
  729. const int *src = array.ptr();
  730. uint16_t data[8];
  731. for (int i = 0; i < p_vertex_array_len; i++) {
  732. for (uint32_t j = 0; j < bone_count; j++) {
  733. data[j] = src[i * bone_count + j];
  734. max_bone = MAX(data[j], max_bone);
  735. }
  736. memcpy(&sw[p_offsets[ai] + i * p_skin_stride], data, 2 * bone_count);
  737. }
  738. } break;
  739. case RS::ARRAY_INDEX: {
  740. ERR_FAIL_NULL_V(iw, ERR_INVALID_DATA);
  741. ERR_FAIL_COND_V(p_index_array_len <= 0, ERR_INVALID_DATA);
  742. ERR_FAIL_COND_V(p_arrays[ai].get_type() != Variant::PACKED_INT32_ARRAY, ERR_INVALID_PARAMETER);
  743. Vector<int> indices = p_arrays[ai];
  744. ERR_FAIL_COND_V(indices.is_empty(), ERR_INVALID_PARAMETER);
  745. ERR_FAIL_COND_V(indices.size() != p_index_array_len, ERR_INVALID_PARAMETER);
  746. /* determine whether using 16 or 32 bits indices */
  747. const int *src = indices.ptr();
  748. for (int i = 0; i < p_index_array_len; i++) {
  749. if (p_vertex_array_len <= (1 << 16) && p_vertex_array_len > 0) {
  750. uint16_t v = src[i];
  751. memcpy(&iw[i * 2], &v, 2);
  752. } else {
  753. uint32_t v = src[i];
  754. memcpy(&iw[i * 4], &v, 4);
  755. }
  756. }
  757. } break;
  758. default: {
  759. ERR_FAIL_V(ERR_INVALID_DATA);
  760. }
  761. }
  762. }
  763. if (p_format & RS::ARRAY_FORMAT_BONES) {
  764. // Create AABBs for each detected bone.
  765. int total_bones = max_bone + 1;
  766. bool first = r_bone_aabb.size() == 0;
  767. r_bone_aabb.resize(total_bones);
  768. int weight_count = (p_format & ARRAY_FLAG_USE_8_BONE_WEIGHTS) ? 8 : 4;
  769. if (first) {
  770. for (int i = 0; i < total_bones; i++) {
  771. r_bone_aabb.write[i].size = Vector3(-1, -1, -1); // Negative means unused.
  772. }
  773. }
  774. Vector<Vector3> vertices = p_arrays[RS::ARRAY_VERTEX];
  775. Vector<int> bones = p_arrays[RS::ARRAY_BONES];
  776. Vector<float> weights = p_arrays[RS::ARRAY_WEIGHTS];
  777. bool any_valid = false;
  778. if (vertices.size() && bones.size() == vertices.size() * weight_count && weights.size() == bones.size()) {
  779. int vs = vertices.size();
  780. const Vector3 *rv = vertices.ptr();
  781. const int *rb = bones.ptr();
  782. const float *rw = weights.ptr();
  783. AABB *bptr = r_bone_aabb.ptrw();
  784. for (int i = 0; i < vs; i++) {
  785. Vector3 v = rv[i];
  786. for (int j = 0; j < weight_count; j++) {
  787. int idx = rb[i * weight_count + j];
  788. float w = rw[i * weight_count + j];
  789. if (w == 0) {
  790. continue; //break;
  791. }
  792. ERR_FAIL_INDEX_V(idx, total_bones, ERR_INVALID_DATA);
  793. if (bptr[idx].size.x < 0) {
  794. // First
  795. bptr[idx] = AABB(v, SMALL_VEC3);
  796. any_valid = true;
  797. } else {
  798. bptr[idx].expand_to(v);
  799. }
  800. }
  801. }
  802. }
  803. if (!any_valid && first) {
  804. r_bone_aabb.clear();
  805. }
  806. }
  807. return OK;
  808. }
  809. uint32_t RenderingServer::mesh_surface_get_format_offset(BitField<ArrayFormat> p_format, int p_vertex_len, int p_array_index) const {
  810. ERR_FAIL_INDEX_V(p_array_index, ARRAY_MAX, 0);
  811. p_format = uint64_t(p_format) & ~ARRAY_FORMAT_INDEX;
  812. uint32_t offsets[ARRAY_MAX];
  813. uint32_t vstr;
  814. uint32_t ntstr;
  815. uint32_t astr;
  816. uint32_t sstr;
  817. mesh_surface_make_offsets_from_format(p_format, p_vertex_len, 0, offsets, vstr, ntstr, astr, sstr);
  818. return offsets[p_array_index];
  819. }
  820. uint32_t RenderingServer::mesh_surface_get_format_vertex_stride(BitField<ArrayFormat> p_format, int p_vertex_len) const {
  821. p_format = uint64_t(p_format) & ~ARRAY_FORMAT_INDEX;
  822. uint32_t offsets[ARRAY_MAX];
  823. uint32_t vstr;
  824. uint32_t ntstr;
  825. uint32_t astr;
  826. uint32_t sstr;
  827. mesh_surface_make_offsets_from_format(p_format, p_vertex_len, 0, offsets, vstr, ntstr, astr, sstr);
  828. return vstr;
  829. }
  830. uint32_t RenderingServer::mesh_surface_get_format_normal_tangent_stride(BitField<ArrayFormat> p_format, int p_vertex_len) const {
  831. p_format = uint64_t(p_format) & ~ARRAY_FORMAT_INDEX;
  832. uint32_t offsets[ARRAY_MAX];
  833. uint32_t vstr;
  834. uint32_t ntstr;
  835. uint32_t astr;
  836. uint32_t sstr;
  837. mesh_surface_make_offsets_from_format(p_format, p_vertex_len, 0, offsets, vstr, ntstr, astr, sstr);
  838. return ntstr;
  839. }
  840. uint32_t RenderingServer::mesh_surface_get_format_attribute_stride(BitField<ArrayFormat> p_format, int p_vertex_len) const {
  841. p_format = uint64_t(p_format) & ~ARRAY_FORMAT_INDEX;
  842. uint32_t offsets[ARRAY_MAX];
  843. uint32_t vstr;
  844. uint32_t ntstr;
  845. uint32_t astr;
  846. uint32_t sstr;
  847. mesh_surface_make_offsets_from_format(p_format, p_vertex_len, 0, offsets, vstr, ntstr, astr, sstr);
  848. return astr;
  849. }
  850. uint32_t RenderingServer::mesh_surface_get_format_skin_stride(BitField<ArrayFormat> p_format, int p_vertex_len) const {
  851. p_format = uint64_t(p_format) & ~ARRAY_FORMAT_INDEX;
  852. uint32_t offsets[ARRAY_MAX];
  853. uint32_t vstr;
  854. uint32_t ntstr;
  855. uint32_t astr;
  856. uint32_t sstr;
  857. mesh_surface_make_offsets_from_format(p_format, p_vertex_len, 0, offsets, vstr, ntstr, astr, sstr);
  858. return sstr;
  859. }
  860. void RenderingServer::mesh_surface_make_offsets_from_format(uint64_t p_format, int p_vertex_len, int p_index_len, uint32_t *r_offsets, uint32_t &r_vertex_element_size, uint32_t &r_normal_element_size, uint32_t &r_attrib_element_size, uint32_t &r_skin_element_size) const {
  861. r_vertex_element_size = 0;
  862. r_normal_element_size = 0;
  863. r_attrib_element_size = 0;
  864. r_skin_element_size = 0;
  865. uint32_t *size_accum = nullptr;
  866. for (int i = 0; i < RS::ARRAY_MAX; i++) {
  867. r_offsets[i] = 0; // Reset
  868. if (i == RS::ARRAY_VERTEX) {
  869. size_accum = &r_vertex_element_size;
  870. } else if (i == RS::ARRAY_NORMAL) {
  871. size_accum = &r_normal_element_size;
  872. } else if (i == RS::ARRAY_COLOR) {
  873. size_accum = &r_attrib_element_size;
  874. } else if (i == RS::ARRAY_BONES) {
  875. size_accum = &r_skin_element_size;
  876. }
  877. if (!(p_format & (1ULL << i))) { // No array
  878. continue;
  879. }
  880. int elem_size = 0;
  881. switch (i) {
  882. case RS::ARRAY_VERTEX: {
  883. if (p_format & ARRAY_FLAG_USE_2D_VERTICES) {
  884. elem_size = 2;
  885. } else {
  886. elem_size = (p_format & ARRAY_FLAG_COMPRESS_ATTRIBUTES) ? 2 : 3;
  887. }
  888. elem_size *= sizeof(float);
  889. } break;
  890. case RS::ARRAY_NORMAL: {
  891. elem_size = 4;
  892. } break;
  893. case RS::ARRAY_TANGENT: {
  894. elem_size = (p_format & ARRAY_FLAG_COMPRESS_ATTRIBUTES) ? 0 : 4;
  895. } break;
  896. case RS::ARRAY_COLOR: {
  897. elem_size = 4;
  898. } break;
  899. case RS::ARRAY_TEX_UV: {
  900. elem_size = (p_format & ARRAY_FLAG_COMPRESS_ATTRIBUTES) ? 4 : 8;
  901. } break;
  902. case RS::ARRAY_TEX_UV2: {
  903. elem_size = (p_format & ARRAY_FLAG_COMPRESS_ATTRIBUTES) ? 4 : 8;
  904. } break;
  905. case RS::ARRAY_CUSTOM0:
  906. case RS::ARRAY_CUSTOM1:
  907. case RS::ARRAY_CUSTOM2:
  908. case RS::ARRAY_CUSTOM3: {
  909. uint64_t format = (p_format >> (ARRAY_FORMAT_CUSTOM_BASE + (ARRAY_FORMAT_CUSTOM_BITS * (i - ARRAY_CUSTOM0)))) & ARRAY_FORMAT_CUSTOM_MASK;
  910. switch (format) {
  911. case ARRAY_CUSTOM_RGBA8_UNORM: {
  912. elem_size = 4;
  913. } break;
  914. case ARRAY_CUSTOM_RGBA8_SNORM: {
  915. elem_size = 4;
  916. } break;
  917. case ARRAY_CUSTOM_RG_HALF: {
  918. elem_size = 4;
  919. } break;
  920. case ARRAY_CUSTOM_RGBA_HALF: {
  921. elem_size = 8;
  922. } break;
  923. case ARRAY_CUSTOM_R_FLOAT: {
  924. elem_size = 4;
  925. } break;
  926. case ARRAY_CUSTOM_RG_FLOAT: {
  927. elem_size = 8;
  928. } break;
  929. case ARRAY_CUSTOM_RGB_FLOAT: {
  930. elem_size = 12;
  931. } break;
  932. case ARRAY_CUSTOM_RGBA_FLOAT: {
  933. elem_size = 16;
  934. } break;
  935. }
  936. } break;
  937. case RS::ARRAY_WEIGHTS: {
  938. uint32_t bone_count = (p_format & ARRAY_FLAG_USE_8_BONE_WEIGHTS) ? 8 : 4;
  939. elem_size = sizeof(uint16_t) * bone_count;
  940. } break;
  941. case RS::ARRAY_BONES: {
  942. uint32_t bone_count = (p_format & ARRAY_FLAG_USE_8_BONE_WEIGHTS) ? 8 : 4;
  943. elem_size = sizeof(uint16_t) * bone_count;
  944. } break;
  945. case RS::ARRAY_INDEX: {
  946. if (p_index_len <= 0) {
  947. ERR_PRINT("index_array_len==NO_INDEX_ARRAY");
  948. break;
  949. }
  950. /* determine whether using 16 or 32 bits indices */
  951. if (p_vertex_len <= (1 << 16) && p_vertex_len > 0) {
  952. elem_size = 2;
  953. } else {
  954. elem_size = 4;
  955. }
  956. r_offsets[i] = elem_size;
  957. continue;
  958. }
  959. default: {
  960. ERR_FAIL();
  961. }
  962. }
  963. if (size_accum != nullptr) {
  964. r_offsets[i] = (*size_accum);
  965. if (i == RS::ARRAY_NORMAL || i == RS::ARRAY_TANGENT) {
  966. r_offsets[i] += r_vertex_element_size * p_vertex_len;
  967. }
  968. (*size_accum) += elem_size;
  969. } else {
  970. r_offsets[i] = 0;
  971. }
  972. }
  973. }
  974. Error RenderingServer::mesh_create_surface_data_from_arrays(SurfaceData *r_surface_data, PrimitiveType p_primitive, const Array &p_arrays, const Array &p_blend_shapes, const Dictionary &p_lods, uint64_t p_compress_format) {
  975. ERR_FAIL_INDEX_V(p_primitive, RS::PRIMITIVE_MAX, ERR_INVALID_PARAMETER);
  976. ERR_FAIL_COND_V(p_arrays.size() != RS::ARRAY_MAX, ERR_INVALID_PARAMETER);
  977. uint64_t format = 0;
  978. // Validation
  979. int index_array_len = 0;
  980. int array_len = 0;
  981. for (int i = 0; i < p_arrays.size(); i++) {
  982. if (p_arrays[i].get_type() == Variant::NIL) {
  983. continue;
  984. }
  985. format |= (1ULL << i);
  986. if (i == RS::ARRAY_VERTEX) {
  987. switch (p_arrays[i].get_type()) {
  988. case Variant::PACKED_VECTOR2_ARRAY: {
  989. Vector<Vector2> v2 = p_arrays[i];
  990. array_len = v2.size();
  991. format |= ARRAY_FLAG_USE_2D_VERTICES;
  992. } break;
  993. case Variant::PACKED_VECTOR3_ARRAY: {
  994. ERR_FAIL_COND_V(p_compress_format & ARRAY_FLAG_USE_2D_VERTICES, ERR_INVALID_PARAMETER);
  995. Vector<Vector3> v3 = p_arrays[i];
  996. array_len = v3.size();
  997. } break;
  998. default: {
  999. ERR_FAIL_V_MSG(ERR_INVALID_DATA, "Vertex array must be a PackedVector2Array or PackedVector3Array.");
  1000. } break;
  1001. }
  1002. ERR_FAIL_COND_V(array_len == 0, ERR_INVALID_DATA);
  1003. } else if (i == RS::ARRAY_NORMAL) {
  1004. if (p_arrays[RS::ARRAY_TANGENT].get_type() == Variant::NIL) {
  1005. // We must use tangents if using normals.
  1006. format |= (1ULL << RS::ARRAY_TANGENT);
  1007. }
  1008. } else if (i == RS::ARRAY_BONES) {
  1009. switch (p_arrays[i].get_type()) {
  1010. case Variant::PACKED_INT32_ARRAY: {
  1011. Vector<Vector3> vertices = p_arrays[RS::ARRAY_VERTEX];
  1012. Vector<int32_t> bones = p_arrays[i];
  1013. int32_t bone_8_group_count = bones.size() / (ARRAY_WEIGHTS_SIZE * 2);
  1014. int32_t vertex_count = vertices.size();
  1015. if (vertex_count == bone_8_group_count) {
  1016. format |= RS::ARRAY_FLAG_USE_8_BONE_WEIGHTS;
  1017. }
  1018. } break;
  1019. default: {
  1020. ERR_FAIL_V_MSG(ERR_INVALID_DATA, "Bones array must be a PackedInt32Array.");
  1021. } break;
  1022. }
  1023. } else if (i == RS::ARRAY_INDEX) {
  1024. index_array_len = PackedInt32Array(p_arrays[i]).size();
  1025. }
  1026. }
  1027. if (p_blend_shapes.size()) {
  1028. // Validate format for morphs.
  1029. for (int i = 0; i < p_blend_shapes.size(); i++) {
  1030. uint32_t bsformat = 0;
  1031. Array arr = p_blend_shapes[i];
  1032. for (int j = 0; j < arr.size(); j++) {
  1033. if (arr[j].get_type() != Variant::NIL) {
  1034. bsformat |= (1 << j);
  1035. }
  1036. }
  1037. if (bsformat & RS::ARRAY_FORMAT_NORMAL) {
  1038. // We must use tangents if using normals.
  1039. bsformat |= RS::ARRAY_FORMAT_TANGENT;
  1040. }
  1041. ERR_FAIL_COND_V_MSG(bsformat != (format & RS::ARRAY_FORMAT_BLEND_SHAPE_MASK), ERR_INVALID_PARAMETER, "Blend shape format must match the main array format for Vertex, Normal and Tangent arrays.");
  1042. }
  1043. }
  1044. for (uint32_t i = 0; i < RS::ARRAY_CUSTOM_COUNT; ++i) {
  1045. // Include custom array format type.
  1046. if (format & (1ULL << (ARRAY_CUSTOM0 + i))) {
  1047. format |= (RS::ARRAY_FORMAT_CUSTOM_MASK << (RS::ARRAY_FORMAT_CUSTOM_BASE + i * RS::ARRAY_FORMAT_CUSTOM_BITS)) & p_compress_format;
  1048. }
  1049. }
  1050. uint32_t offsets[RS::ARRAY_MAX];
  1051. uint32_t vertex_element_size;
  1052. uint32_t normal_element_size;
  1053. uint32_t attrib_element_size;
  1054. uint32_t skin_element_size;
  1055. uint64_t mask = (1ULL << ARRAY_MAX) - 1ULL;
  1056. format |= (~mask) & p_compress_format; // Make the full format.
  1057. // Force version to the current version as this function will always return a surface with the current version.
  1058. format &= ~(ARRAY_FLAG_FORMAT_VERSION_MASK << ARRAY_FLAG_FORMAT_VERSION_SHIFT);
  1059. format |= ARRAY_FLAG_FORMAT_CURRENT_VERSION & (ARRAY_FLAG_FORMAT_VERSION_MASK << ARRAY_FLAG_FORMAT_VERSION_SHIFT);
  1060. mesh_surface_make_offsets_from_format(format, array_len, index_array_len, offsets, vertex_element_size, normal_element_size, attrib_element_size, skin_element_size);
  1061. if ((format & RS::ARRAY_FORMAT_VERTEX) == 0 && !(format & RS::ARRAY_FLAG_USES_EMPTY_VERTEX_ARRAY)) {
  1062. ERR_PRINT("Mesh created without vertex array. This mesh will not be visible with the default shader. If using an empty vertex array is intentional, create the mesh with the ARRAY_FLAG_USES_EMPTY_VERTEX_ARRAY flag to silence this error.");
  1063. // Set the flag here after warning to suppress errors down the pipeline.
  1064. format |= RS::ARRAY_FLAG_USES_EMPTY_VERTEX_ARRAY;
  1065. }
  1066. if ((format & RS::ARRAY_FLAG_COMPRESS_ATTRIBUTES) && ((format & RS::ARRAY_FORMAT_NORMAL) || (format & RS::ARRAY_FORMAT_TANGENT))) {
  1067. // If using normals or tangents, then we need all three.
  1068. ERR_FAIL_COND_V_MSG(!(format & RS::ARRAY_FORMAT_VERTEX), ERR_INVALID_PARAMETER, "Can't use compression flag 'ARRAY_FLAG_COMPRESS_ATTRIBUTES' while using normals or tangents without vertex array.");
  1069. ERR_FAIL_COND_V_MSG(!(format & RS::ARRAY_FORMAT_NORMAL), ERR_INVALID_PARAMETER, "Can't use compression flag 'ARRAY_FLAG_COMPRESS_ATTRIBUTES' while using tangents without normal array.");
  1070. }
  1071. int vertex_array_size = (vertex_element_size + normal_element_size) * array_len;
  1072. int attrib_array_size = attrib_element_size * array_len;
  1073. int skin_array_size = skin_element_size * array_len;
  1074. int index_array_size = offsets[RS::ARRAY_INDEX] * index_array_len;
  1075. Vector<uint8_t> vertex_array;
  1076. vertex_array.resize(vertex_array_size);
  1077. Vector<uint8_t> attrib_array;
  1078. attrib_array.resize(attrib_array_size);
  1079. Vector<uint8_t> skin_array;
  1080. skin_array.resize(skin_array_size);
  1081. Vector<uint8_t> index_array;
  1082. index_array.resize(index_array_size);
  1083. AABB aabb;
  1084. Vector<AABB> bone_aabb;
  1085. Vector4 uv_scale = Vector4(0.0, 0.0, 0.0, 0.0);
  1086. Error err = _surface_set_data(p_arrays, format, offsets, vertex_element_size, normal_element_size, attrib_element_size, skin_element_size, vertex_array, attrib_array, skin_array, array_len, index_array, index_array_len, aabb, bone_aabb, uv_scale);
  1087. ERR_FAIL_COND_V_MSG(err != OK, ERR_INVALID_DATA, "Invalid array format for surface.");
  1088. Vector<uint8_t> blend_shape_data;
  1089. if (p_blend_shapes.size()) {
  1090. uint32_t bs_format = format & RS::ARRAY_FORMAT_BLEND_SHAPE_MASK;
  1091. for (int i = 0; i < p_blend_shapes.size(); i++) {
  1092. Vector<uint8_t> vertex_array_shape;
  1093. vertex_array_shape.resize(vertex_array_size);
  1094. Vector<uint8_t> noindex;
  1095. Vector<uint8_t> noattrib;
  1096. Vector<uint8_t> noskin;
  1097. AABB laabb;
  1098. Vector4 bone_uv_scale; // Not used.
  1099. Error err2 = _surface_set_data(p_blend_shapes[i], bs_format, offsets, vertex_element_size, normal_element_size, 0, 0, vertex_array_shape, noattrib, noskin, array_len, noindex, 0, laabb, bone_aabb, bone_uv_scale);
  1100. aabb.merge_with(laabb);
  1101. ERR_FAIL_COND_V_MSG(err2 != OK, ERR_INVALID_DATA, "Invalid blend shape array format for surface.");
  1102. blend_shape_data.append_array(vertex_array_shape);
  1103. }
  1104. }
  1105. Vector<SurfaceData::LOD> lods;
  1106. if (index_array_len) {
  1107. List<Variant> keys;
  1108. p_lods.get_key_list(&keys);
  1109. keys.sort(); // otherwise lod levels may get skipped
  1110. for (const Variant &E : keys) {
  1111. float distance = E;
  1112. ERR_CONTINUE(distance <= 0.0);
  1113. Vector<int> indices = p_lods[E];
  1114. ERR_CONTINUE(indices.is_empty());
  1115. uint32_t index_count = indices.size();
  1116. ERR_CONTINUE(index_count >= (uint32_t)index_array_len); // Should be smaller..
  1117. const int *r = indices.ptr();
  1118. Vector<uint8_t> data;
  1119. if (array_len <= 65536) {
  1120. // 16 bits indices
  1121. data.resize(indices.size() * 2);
  1122. uint8_t *w = data.ptrw();
  1123. uint16_t *index_ptr = (uint16_t *)w;
  1124. for (uint32_t i = 0; i < index_count; i++) {
  1125. index_ptr[i] = r[i];
  1126. }
  1127. } else {
  1128. // 32 bits indices
  1129. data.resize(indices.size() * 4);
  1130. uint8_t *w = data.ptrw();
  1131. uint32_t *index_ptr = (uint32_t *)w;
  1132. for (uint32_t i = 0; i < index_count; i++) {
  1133. index_ptr[i] = r[i];
  1134. }
  1135. }
  1136. SurfaceData::LOD lod;
  1137. lod.edge_length = distance;
  1138. lod.index_data = data;
  1139. lods.push_back(lod);
  1140. }
  1141. }
  1142. SurfaceData &surface_data = *r_surface_data;
  1143. surface_data.format = format;
  1144. surface_data.primitive = p_primitive;
  1145. surface_data.aabb = aabb;
  1146. surface_data.vertex_data = vertex_array;
  1147. surface_data.attribute_data = attrib_array;
  1148. surface_data.skin_data = skin_array;
  1149. surface_data.vertex_count = array_len;
  1150. surface_data.index_data = index_array;
  1151. surface_data.index_count = index_array_len;
  1152. surface_data.blend_shape_data = blend_shape_data;
  1153. surface_data.bone_aabbs = bone_aabb;
  1154. surface_data.lods = lods;
  1155. surface_data.uv_scale = uv_scale;
  1156. return OK;
  1157. }
  1158. void RenderingServer::mesh_add_surface_from_arrays(RID p_mesh, PrimitiveType p_primitive, const Array &p_arrays, const Array &p_blend_shapes, const Dictionary &p_lods, BitField<ArrayFormat> p_compress_format) {
  1159. SurfaceData sd;
  1160. Error err = mesh_create_surface_data_from_arrays(&sd, p_primitive, p_arrays, p_blend_shapes, p_lods, p_compress_format);
  1161. if (err != OK) {
  1162. return;
  1163. }
  1164. mesh_add_surface(p_mesh, sd);
  1165. }
  1166. Array RenderingServer::_get_array_from_surface(uint64_t p_format, Vector<uint8_t> p_vertex_data, Vector<uint8_t> p_attrib_data, Vector<uint8_t> p_skin_data, int p_vertex_len, Vector<uint8_t> p_index_data, int p_index_len, const AABB &p_aabb, const Vector4 &p_uv_scale) const {
  1167. uint32_t offsets[RS::ARRAY_MAX];
  1168. uint32_t vertex_elem_size;
  1169. uint32_t normal_elem_size;
  1170. uint32_t attrib_elem_size;
  1171. uint32_t skin_elem_size;
  1172. mesh_surface_make_offsets_from_format(p_format, p_vertex_len, p_index_len, offsets, vertex_elem_size, normal_elem_size, attrib_elem_size, skin_elem_size);
  1173. Array ret;
  1174. ret.resize(RS::ARRAY_MAX);
  1175. const uint8_t *r = p_vertex_data.ptr();
  1176. const uint8_t *ar = p_attrib_data.ptr();
  1177. const uint8_t *sr = p_skin_data.ptr();
  1178. for (int i = 0; i < RS::ARRAY_MAX; i++) {
  1179. if (!(p_format & (1ULL << i))) {
  1180. continue;
  1181. }
  1182. switch (i) {
  1183. case RS::ARRAY_VERTEX: {
  1184. if (p_format & ARRAY_FLAG_USE_2D_VERTICES) {
  1185. Vector<Vector2> arr_2d;
  1186. arr_2d.resize(p_vertex_len);
  1187. {
  1188. Vector2 *w = arr_2d.ptrw();
  1189. for (int j = 0; j < p_vertex_len; j++) {
  1190. const float *v = reinterpret_cast<const float *>(&r[j * vertex_elem_size + offsets[i]]);
  1191. w[j] = Vector2(v[0], v[1]);
  1192. }
  1193. }
  1194. ret[i] = arr_2d;
  1195. } else {
  1196. Vector<Vector3> arr_3d;
  1197. arr_3d.resize(p_vertex_len);
  1198. {
  1199. Vector3 *w = arr_3d.ptrw();
  1200. if (p_format & ARRAY_FLAG_COMPRESS_ATTRIBUTES) {
  1201. // We only have vertices to read, so just read them and skip everything else.
  1202. if (!(p_format & RS::ARRAY_FORMAT_NORMAL)) {
  1203. for (int j = 0; j < p_vertex_len; j++) {
  1204. const uint16_t *v = reinterpret_cast<const uint16_t *>(&r[j * vertex_elem_size + offsets[i]]);
  1205. Vector3 vec = Vector3(float(v[0]) / 65535.0, float(v[1]) / 65535.0, float(v[2]) / 65535.0);
  1206. w[j] = (vec * p_aabb.size) + p_aabb.position;
  1207. }
  1208. continue;
  1209. }
  1210. Vector<Vector3> normals;
  1211. normals.resize(p_vertex_len);
  1212. Vector3 *normalsw = normals.ptrw();
  1213. Vector<float> tangents;
  1214. tangents.resize(p_vertex_len * 4);
  1215. float *tangentsw = tangents.ptrw();
  1216. for (int j = 0; j < p_vertex_len; j++) {
  1217. const uint32_t n = *(const uint32_t *)&r[j * normal_elem_size + offsets[RS::ARRAY_NORMAL]];
  1218. Vector3 axis = Vector3::octahedron_decode(Vector2((n & 0xFFFF) / 65535.0, ((n >> 16) & 0xFFFF) / 65535.0));
  1219. const uint16_t *v = reinterpret_cast<const uint16_t *>(&r[j * vertex_elem_size + offsets[i]]);
  1220. Vector3 vec = Vector3(float(v[0]) / 65535.0, float(v[1]) / 65535.0, float(v[2]) / 65535.0);
  1221. float angle = float(v[3]) / 65535.0;
  1222. w[j] = (vec * p_aabb.size) + p_aabb.position;
  1223. Vector3 normal;
  1224. Vector4 tan;
  1225. _get_tbn_from_axis_angle(axis, angle, normal, tan);
  1226. normalsw[j] = normal;
  1227. tangentsw[j * 4 + 0] = tan.x;
  1228. tangentsw[j * 4 + 1] = tan.y;
  1229. tangentsw[j * 4 + 2] = tan.z;
  1230. tangentsw[j * 4 + 3] = tan.w;
  1231. }
  1232. ret[RS::ARRAY_NORMAL] = normals;
  1233. ret[RS::ARRAY_TANGENT] = tangents;
  1234. } else {
  1235. for (int j = 0; j < p_vertex_len; j++) {
  1236. const float *v = reinterpret_cast<const float *>(&r[j * vertex_elem_size + offsets[i]]);
  1237. w[j] = Vector3(v[0], v[1], v[2]);
  1238. }
  1239. }
  1240. }
  1241. ret[i] = arr_3d;
  1242. }
  1243. } break;
  1244. case RS::ARRAY_NORMAL: {
  1245. if (!(p_format & RS::ARRAY_FLAG_COMPRESS_ATTRIBUTES)) {
  1246. Vector<Vector3> arr;
  1247. arr.resize(p_vertex_len);
  1248. Vector3 *w = arr.ptrw();
  1249. for (int j = 0; j < p_vertex_len; j++) {
  1250. const uint32_t v = *(const uint32_t *)&r[j * normal_elem_size + offsets[i]];
  1251. w[j] = Vector3::octahedron_decode(Vector2((v & 0xFFFF) / 65535.0, ((v >> 16) & 0xFFFF) / 65535.0));
  1252. }
  1253. ret[i] = arr;
  1254. }
  1255. } break;
  1256. case RS::ARRAY_TANGENT: {
  1257. if (!(p_format & RS::ARRAY_FLAG_COMPRESS_ATTRIBUTES)) {
  1258. Vector<float> arr;
  1259. arr.resize(p_vertex_len * 4);
  1260. float *w = arr.ptrw();
  1261. for (int j = 0; j < p_vertex_len; j++) {
  1262. const uint32_t v = *(const uint32_t *)&r[j * normal_elem_size + offsets[i]];
  1263. float tangent_sign;
  1264. Vector3 res = Vector3::octahedron_tangent_decode(Vector2((v & 0xFFFF) / 65535.0, ((v >> 16) & 0xFFFF) / 65535.0), &tangent_sign);
  1265. w[j * 4 + 0] = res.x;
  1266. w[j * 4 + 1] = res.y;
  1267. w[j * 4 + 2] = res.z;
  1268. w[j * 4 + 3] = tangent_sign;
  1269. }
  1270. ret[i] = arr;
  1271. }
  1272. } break;
  1273. case RS::ARRAY_COLOR: {
  1274. Vector<Color> arr;
  1275. arr.resize(p_vertex_len);
  1276. Color *w = arr.ptrw();
  1277. for (int32_t j = 0; j < p_vertex_len; j++) {
  1278. const uint8_t *v = reinterpret_cast<const uint8_t *>(&ar[j * attrib_elem_size + offsets[i]]);
  1279. w[j] = Color(v[0] / 255.0, v[1] / 255.0, v[2] / 255.0, v[3] / 255.0);
  1280. }
  1281. ret[i] = arr;
  1282. } break;
  1283. case RS::ARRAY_TEX_UV: {
  1284. Vector<Vector2> arr;
  1285. arr.resize(p_vertex_len);
  1286. Vector2 *w = arr.ptrw();
  1287. if (p_format & ARRAY_FLAG_COMPRESS_ATTRIBUTES) {
  1288. for (int j = 0; j < p_vertex_len; j++) {
  1289. const uint16_t *v = reinterpret_cast<const uint16_t *>(&ar[j * attrib_elem_size + offsets[i]]);
  1290. Vector2 vec = Vector2(float(v[0]) / 65535.0, float(v[1]) / 65535.0);
  1291. if (!p_uv_scale.is_zero_approx()) {
  1292. vec = (vec - Vector2(0.5, 0.5)) * Vector2(p_uv_scale.x, p_uv_scale.y);
  1293. }
  1294. w[j] = vec;
  1295. }
  1296. } else {
  1297. for (int j = 0; j < p_vertex_len; j++) {
  1298. const float *v = reinterpret_cast<const float *>(&ar[j * attrib_elem_size + offsets[i]]);
  1299. w[j] = Vector2(v[0], v[1]);
  1300. }
  1301. }
  1302. ret[i] = arr;
  1303. } break;
  1304. case RS::ARRAY_TEX_UV2: {
  1305. Vector<Vector2> arr;
  1306. arr.resize(p_vertex_len);
  1307. Vector2 *w = arr.ptrw();
  1308. if (p_format & ARRAY_FLAG_COMPRESS_ATTRIBUTES) {
  1309. for (int j = 0; j < p_vertex_len; j++) {
  1310. const uint16_t *v = reinterpret_cast<const uint16_t *>(&ar[j * attrib_elem_size + offsets[i]]);
  1311. Vector2 vec = Vector2(float(v[0]) / 65535.0, float(v[1]) / 65535.0);
  1312. if (!p_uv_scale.is_zero_approx()) {
  1313. vec = (vec - Vector2(0.5, 0.5)) * Vector2(p_uv_scale.z, p_uv_scale.w);
  1314. }
  1315. w[j] = vec;
  1316. }
  1317. } else {
  1318. for (int j = 0; j < p_vertex_len; j++) {
  1319. const float *v = reinterpret_cast<const float *>(&ar[j * attrib_elem_size + offsets[i]]);
  1320. w[j] = Vector2(v[0], v[1]);
  1321. }
  1322. }
  1323. ret[i] = arr;
  1324. } break;
  1325. case RS::ARRAY_CUSTOM0:
  1326. case RS::ARRAY_CUSTOM1:
  1327. case RS::ARRAY_CUSTOM2:
  1328. case RS::ARRAY_CUSTOM3: {
  1329. uint32_t type = (p_format >> (ARRAY_FORMAT_CUSTOM_BASE + ARRAY_FORMAT_CUSTOM_BITS * (i - RS::ARRAY_CUSTOM0))) & ARRAY_FORMAT_CUSTOM_MASK;
  1330. switch (type) {
  1331. case ARRAY_CUSTOM_RGBA8_UNORM:
  1332. case ARRAY_CUSTOM_RGBA8_SNORM:
  1333. case ARRAY_CUSTOM_RG_HALF:
  1334. case ARRAY_CUSTOM_RGBA_HALF: {
  1335. // Size 4
  1336. int s = type == ARRAY_CUSTOM_RGBA_HALF ? 8 : 4;
  1337. Vector<uint8_t> arr;
  1338. arr.resize(p_vertex_len * s);
  1339. uint8_t *w = arr.ptrw();
  1340. for (int j = 0; j < p_vertex_len; j++) {
  1341. const uint8_t *v = reinterpret_cast<const uint8_t *>(&ar[j * attrib_elem_size + offsets[i]]);
  1342. memcpy(&w[j * s], v, s);
  1343. }
  1344. ret[i] = arr;
  1345. } break;
  1346. case ARRAY_CUSTOM_R_FLOAT:
  1347. case ARRAY_CUSTOM_RG_FLOAT:
  1348. case ARRAY_CUSTOM_RGB_FLOAT:
  1349. case ARRAY_CUSTOM_RGBA_FLOAT: {
  1350. uint32_t s = type - ARRAY_CUSTOM_R_FLOAT + 1;
  1351. Vector<float> arr;
  1352. arr.resize(s * p_vertex_len);
  1353. float *w = arr.ptrw();
  1354. for (int j = 0; j < p_vertex_len; j++) {
  1355. const float *v = reinterpret_cast<const float *>(&ar[j * attrib_elem_size + offsets[i]]);
  1356. memcpy(&w[j * s], v, s * sizeof(float));
  1357. }
  1358. ret[i] = arr;
  1359. } break;
  1360. default: {
  1361. }
  1362. }
  1363. } break;
  1364. case RS::ARRAY_WEIGHTS: {
  1365. uint32_t bone_count = (p_format & ARRAY_FLAG_USE_8_BONE_WEIGHTS) ? 8 : 4;
  1366. Vector<float> arr;
  1367. arr.resize(p_vertex_len * bone_count);
  1368. {
  1369. float *w = arr.ptrw();
  1370. for (int j = 0; j < p_vertex_len; j++) {
  1371. const uint16_t *v = (const uint16_t *)&sr[j * skin_elem_size + offsets[i]];
  1372. for (uint32_t k = 0; k < bone_count; k++) {
  1373. w[j * bone_count + k] = float(v[k] / 65535.0);
  1374. }
  1375. }
  1376. }
  1377. ret[i] = arr;
  1378. } break;
  1379. case RS::ARRAY_BONES: {
  1380. uint32_t bone_count = (p_format & ARRAY_FLAG_USE_8_BONE_WEIGHTS) ? 8 : 4;
  1381. Vector<int> arr;
  1382. arr.resize(p_vertex_len * bone_count);
  1383. int *w = arr.ptrw();
  1384. for (int j = 0; j < p_vertex_len; j++) {
  1385. const uint16_t *v = (const uint16_t *)&sr[j * skin_elem_size + offsets[i]];
  1386. for (uint32_t k = 0; k < bone_count; k++) {
  1387. w[j * bone_count + k] = v[k];
  1388. }
  1389. }
  1390. ret[i] = arr;
  1391. } break;
  1392. case RS::ARRAY_INDEX: {
  1393. /* determine whether using 16 or 32 bits indices */
  1394. const uint8_t *ir = p_index_data.ptr();
  1395. Vector<int> arr;
  1396. arr.resize(p_index_len);
  1397. if (p_vertex_len <= (1 << 16)) {
  1398. int *w = arr.ptrw();
  1399. for (int j = 0; j < p_index_len; j++) {
  1400. const uint16_t *v = (const uint16_t *)&ir[j * 2];
  1401. w[j] = *v;
  1402. }
  1403. } else {
  1404. int *w = arr.ptrw();
  1405. for (int j = 0; j < p_index_len; j++) {
  1406. const int *v = (const int *)&ir[j * 4];
  1407. w[j] = *v;
  1408. }
  1409. }
  1410. ret[i] = arr;
  1411. } break;
  1412. default: {
  1413. ERR_FAIL_V(ret);
  1414. }
  1415. }
  1416. }
  1417. return ret;
  1418. }
  1419. Array RenderingServer::mesh_surface_get_arrays(RID p_mesh, int p_surface) const {
  1420. SurfaceData sd = mesh_get_surface(p_mesh, p_surface);
  1421. return mesh_create_arrays_from_surface_data(sd);
  1422. }
  1423. Dictionary RenderingServer::mesh_surface_get_lods(RID p_mesh, int p_surface) const {
  1424. SurfaceData sd = mesh_get_surface(p_mesh, p_surface);
  1425. ERR_FAIL_COND_V(sd.vertex_count == 0, Dictionary());
  1426. Dictionary ret;
  1427. for (int i = 0; i < sd.lods.size(); i++) {
  1428. Vector<int> lods;
  1429. if (sd.vertex_count <= 65536) {
  1430. uint32_t lc = sd.lods[i].index_data.size() / 2;
  1431. lods.resize(lc);
  1432. const uint8_t *r = sd.lods[i].index_data.ptr();
  1433. const uint16_t *rptr = (const uint16_t *)r;
  1434. int *w = lods.ptrw();
  1435. for (uint32_t j = 0; j < lc; j++) {
  1436. w[j] = rptr[i];
  1437. }
  1438. } else {
  1439. uint32_t lc = sd.lods[i].index_data.size() / 4;
  1440. lods.resize(lc);
  1441. const uint8_t *r = sd.lods[i].index_data.ptr();
  1442. const uint32_t *rptr = (const uint32_t *)r;
  1443. int *w = lods.ptrw();
  1444. for (uint32_t j = 0; j < lc; j++) {
  1445. w[j] = rptr[i];
  1446. }
  1447. }
  1448. ret[sd.lods[i].edge_length] = lods;
  1449. }
  1450. return ret;
  1451. }
  1452. TypedArray<Array> RenderingServer::mesh_surface_get_blend_shape_arrays(RID p_mesh, int p_surface) const {
  1453. SurfaceData sd = mesh_get_surface(p_mesh, p_surface);
  1454. ERR_FAIL_COND_V(sd.vertex_count == 0, Array());
  1455. Vector<uint8_t> blend_shape_data = sd.blend_shape_data;
  1456. if (blend_shape_data.size() > 0) {
  1457. uint32_t bs_offsets[RS::ARRAY_MAX];
  1458. uint32_t bs_format = (sd.format & RS::ARRAY_FORMAT_BLEND_SHAPE_MASK);
  1459. uint32_t vertex_elem_size;
  1460. uint32_t normal_elem_size;
  1461. uint32_t attrib_elem_size;
  1462. uint32_t skin_elem_size;
  1463. mesh_surface_make_offsets_from_format(bs_format, sd.vertex_count, 0, bs_offsets, vertex_elem_size, normal_elem_size, attrib_elem_size, skin_elem_size);
  1464. int divisor = (vertex_elem_size + normal_elem_size) * sd.vertex_count;
  1465. ERR_FAIL_COND_V((blend_shape_data.size() % divisor) != 0, Array());
  1466. uint32_t blend_shape_count = blend_shape_data.size() / divisor;
  1467. ERR_FAIL_COND_V(blend_shape_count != (uint32_t)mesh_get_blend_shape_count(p_mesh), Array());
  1468. TypedArray<Array> blend_shape_array;
  1469. blend_shape_array.resize(mesh_get_blend_shape_count(p_mesh));
  1470. for (uint32_t i = 0; i < blend_shape_count; i++) {
  1471. Vector<uint8_t> bs_data = blend_shape_data.slice(i * divisor, (i + 1) * divisor);
  1472. Vector<uint8_t> unused;
  1473. blend_shape_array.set(i, _get_array_from_surface(bs_format, bs_data, unused, unused, sd.vertex_count, unused, 0, sd.aabb, sd.uv_scale));
  1474. }
  1475. return blend_shape_array;
  1476. } else {
  1477. return TypedArray<Array>();
  1478. }
  1479. }
  1480. Array RenderingServer::mesh_create_arrays_from_surface_data(const SurfaceData &p_data) const {
  1481. Vector<uint8_t> vertex_data = p_data.vertex_data;
  1482. Vector<uint8_t> attrib_data = p_data.attribute_data;
  1483. Vector<uint8_t> skin_data = p_data.skin_data;
  1484. ERR_FAIL_COND_V(vertex_data.is_empty() && (p_data.format & RS::ARRAY_FORMAT_VERTEX), Array());
  1485. int vertex_len = p_data.vertex_count;
  1486. Vector<uint8_t> index_data = p_data.index_data;
  1487. int index_len = p_data.index_count;
  1488. uint64_t format = p_data.format;
  1489. return _get_array_from_surface(format, vertex_data, attrib_data, skin_data, vertex_len, index_data, index_len, p_data.aabb, p_data.uv_scale);
  1490. }
  1491. #if 0
  1492. Array RenderingServer::_mesh_surface_get_skeleton_aabb_bind(RID p_mesh, int p_surface) const {
  1493. Vector<AABB> vec = RS::get_singleton()->mesh_surface_get_skeleton_aabb(p_mesh, p_surface);
  1494. Array arr;
  1495. for (int i = 0; i < vec.size(); i++) {
  1496. arr[i] = vec[i];
  1497. }
  1498. return arr;
  1499. }
  1500. #endif
  1501. Rect2 RenderingServer::debug_canvas_item_get_rect(RID p_item) {
  1502. #ifdef TOOLS_ENABLED
  1503. return _debug_canvas_item_get_rect(p_item);
  1504. #else
  1505. return Rect2();
  1506. #endif
  1507. }
  1508. int RenderingServer::global_shader_uniform_type_get_shader_datatype(GlobalShaderParameterType p_type) {
  1509. switch (p_type) {
  1510. case RS::GLOBAL_VAR_TYPE_BOOL:
  1511. return ShaderLanguage::TYPE_BOOL;
  1512. case RS::GLOBAL_VAR_TYPE_BVEC2:
  1513. return ShaderLanguage::TYPE_BVEC2;
  1514. case RS::GLOBAL_VAR_TYPE_BVEC3:
  1515. return ShaderLanguage::TYPE_BVEC3;
  1516. case RS::GLOBAL_VAR_TYPE_BVEC4:
  1517. return ShaderLanguage::TYPE_BVEC4;
  1518. case RS::GLOBAL_VAR_TYPE_INT:
  1519. return ShaderLanguage::TYPE_INT;
  1520. case RS::GLOBAL_VAR_TYPE_IVEC2:
  1521. return ShaderLanguage::TYPE_IVEC2;
  1522. case RS::GLOBAL_VAR_TYPE_IVEC3:
  1523. return ShaderLanguage::TYPE_IVEC3;
  1524. case RS::GLOBAL_VAR_TYPE_IVEC4:
  1525. return ShaderLanguage::TYPE_IVEC4;
  1526. case RS::GLOBAL_VAR_TYPE_RECT2I:
  1527. return ShaderLanguage::TYPE_IVEC4;
  1528. case RS::GLOBAL_VAR_TYPE_UINT:
  1529. return ShaderLanguage::TYPE_UINT;
  1530. case RS::GLOBAL_VAR_TYPE_UVEC2:
  1531. return ShaderLanguage::TYPE_UVEC2;
  1532. case RS::GLOBAL_VAR_TYPE_UVEC3:
  1533. return ShaderLanguage::TYPE_UVEC3;
  1534. case RS::GLOBAL_VAR_TYPE_UVEC4:
  1535. return ShaderLanguage::TYPE_UVEC4;
  1536. case RS::GLOBAL_VAR_TYPE_FLOAT:
  1537. return ShaderLanguage::TYPE_FLOAT;
  1538. case RS::GLOBAL_VAR_TYPE_VEC2:
  1539. return ShaderLanguage::TYPE_VEC2;
  1540. case RS::GLOBAL_VAR_TYPE_VEC3:
  1541. return ShaderLanguage::TYPE_VEC3;
  1542. case RS::GLOBAL_VAR_TYPE_VEC4:
  1543. return ShaderLanguage::TYPE_VEC4;
  1544. case RS::GLOBAL_VAR_TYPE_COLOR:
  1545. return ShaderLanguage::TYPE_VEC4;
  1546. case RS::GLOBAL_VAR_TYPE_RECT2:
  1547. return ShaderLanguage::TYPE_VEC4;
  1548. case RS::GLOBAL_VAR_TYPE_MAT2:
  1549. return ShaderLanguage::TYPE_MAT2;
  1550. case RS::GLOBAL_VAR_TYPE_MAT3:
  1551. return ShaderLanguage::TYPE_MAT3;
  1552. case RS::GLOBAL_VAR_TYPE_MAT4:
  1553. return ShaderLanguage::TYPE_MAT4;
  1554. case RS::GLOBAL_VAR_TYPE_TRANSFORM_2D:
  1555. return ShaderLanguage::TYPE_MAT3;
  1556. case RS::GLOBAL_VAR_TYPE_TRANSFORM:
  1557. return ShaderLanguage::TYPE_MAT4;
  1558. case RS::GLOBAL_VAR_TYPE_SAMPLER2D:
  1559. return ShaderLanguage::TYPE_SAMPLER2D;
  1560. case RS::GLOBAL_VAR_TYPE_SAMPLER2DARRAY:
  1561. return ShaderLanguage::TYPE_SAMPLER2DARRAY;
  1562. case RS::GLOBAL_VAR_TYPE_SAMPLER3D:
  1563. return ShaderLanguage::TYPE_SAMPLER3D;
  1564. case RS::GLOBAL_VAR_TYPE_SAMPLERCUBE:
  1565. return ShaderLanguage::TYPE_SAMPLERCUBE;
  1566. default:
  1567. return ShaderLanguage::TYPE_MAX; // Invalid or not found.
  1568. }
  1569. }
  1570. RenderingDevice *RenderingServer::get_rendering_device() const {
  1571. // Return the rendering device we're using globally.
  1572. return RenderingDevice::get_singleton();
  1573. }
  1574. RenderingDevice *RenderingServer::create_local_rendering_device() const {
  1575. RenderingDevice *device = RenderingDevice::get_singleton();
  1576. if (!device) {
  1577. return nullptr;
  1578. }
  1579. return device->create_local_device();
  1580. }
  1581. static Vector<Ref<Image>> _get_imgvec(const TypedArray<Image> &p_layers) {
  1582. Vector<Ref<Image>> images;
  1583. images.resize(p_layers.size());
  1584. for (int i = 0; i < p_layers.size(); i++) {
  1585. images.write[i] = p_layers[i];
  1586. }
  1587. return images;
  1588. }
  1589. RID RenderingServer::_texture_2d_layered_create(const TypedArray<Image> &p_layers, TextureLayeredType p_layered_type) {
  1590. return texture_2d_layered_create(_get_imgvec(p_layers), p_layered_type);
  1591. }
  1592. RID RenderingServer::_texture_3d_create(Image::Format p_format, int p_width, int p_height, int p_depth, bool p_mipmaps, const TypedArray<Image> &p_data) {
  1593. return texture_3d_create(p_format, p_width, p_height, p_depth, p_mipmaps, _get_imgvec(p_data));
  1594. }
  1595. void RenderingServer::_texture_3d_update(RID p_texture, const TypedArray<Image> &p_data) {
  1596. texture_3d_update(p_texture, _get_imgvec(p_data));
  1597. }
  1598. TypedArray<Image> RenderingServer::_texture_3d_get(RID p_texture) const {
  1599. Vector<Ref<Image>> images = texture_3d_get(p_texture);
  1600. TypedArray<Image> ret;
  1601. ret.resize(images.size());
  1602. for (int i = 0; i < images.size(); i++) {
  1603. ret[i] = images[i];
  1604. }
  1605. return ret;
  1606. }
  1607. TypedArray<Dictionary> RenderingServer::_shader_get_shader_parameter_list(RID p_shader) const {
  1608. List<PropertyInfo> l;
  1609. get_shader_parameter_list(p_shader, &l);
  1610. return convert_property_list(&l);
  1611. }
  1612. static RS::SurfaceData _dict_to_surf(const Dictionary &p_dictionary) {
  1613. ERR_FAIL_COND_V(!p_dictionary.has("primitive"), RS::SurfaceData());
  1614. ERR_FAIL_COND_V(!p_dictionary.has("format"), RS::SurfaceData());
  1615. ERR_FAIL_COND_V(!p_dictionary.has("vertex_data"), RS::SurfaceData());
  1616. ERR_FAIL_COND_V(!p_dictionary.has("vertex_count"), RS::SurfaceData());
  1617. ERR_FAIL_COND_V(!p_dictionary.has("aabb"), RS::SurfaceData());
  1618. RS::SurfaceData sd;
  1619. sd.primitive = RS::PrimitiveType(int(p_dictionary["primitive"]));
  1620. sd.format = p_dictionary["format"];
  1621. sd.vertex_data = p_dictionary["vertex_data"];
  1622. if (p_dictionary.has("attribute_data")) {
  1623. sd.attribute_data = p_dictionary["attribute_data"];
  1624. }
  1625. if (p_dictionary.has("skin_data")) {
  1626. sd.skin_data = p_dictionary["skin_data"];
  1627. }
  1628. sd.vertex_count = p_dictionary["vertex_count"];
  1629. if (p_dictionary.has("index_data")) {
  1630. sd.index_data = p_dictionary["index_data"];
  1631. ERR_FAIL_COND_V(!p_dictionary.has("index_count"), RS::SurfaceData());
  1632. sd.index_count = p_dictionary["index_count"];
  1633. }
  1634. sd.aabb = p_dictionary["aabb"];
  1635. if (p_dictionary.has("uv_scale")) {
  1636. sd.uv_scale = p_dictionary["uv_scale"];
  1637. }
  1638. if (p_dictionary.has("lods")) {
  1639. Array lods = p_dictionary["lods"];
  1640. for (int i = 0; i < lods.size(); i++) {
  1641. Dictionary lod = lods[i];
  1642. ERR_CONTINUE(!lod.has("edge_length"));
  1643. ERR_CONTINUE(!lod.has("index_data"));
  1644. RS::SurfaceData::LOD l;
  1645. l.edge_length = lod["edge_length"];
  1646. l.index_data = lod["index_data"];
  1647. sd.lods.push_back(l);
  1648. }
  1649. }
  1650. if (p_dictionary.has("bone_aabbs")) {
  1651. Array aabbs = p_dictionary["bone_aabbs"];
  1652. for (int i = 0; i < aabbs.size(); i++) {
  1653. AABB aabb = aabbs[i];
  1654. sd.bone_aabbs.push_back(aabb);
  1655. }
  1656. }
  1657. if (p_dictionary.has("blend_shape_data")) {
  1658. sd.blend_shape_data = p_dictionary["blend_shape_data"];
  1659. }
  1660. if (p_dictionary.has("material")) {
  1661. sd.material = p_dictionary["material"];
  1662. }
  1663. return sd;
  1664. }
  1665. RID RenderingServer::_mesh_create_from_surfaces(const TypedArray<Dictionary> &p_surfaces, int p_blend_shape_count) {
  1666. Vector<RS::SurfaceData> surfaces;
  1667. for (int i = 0; i < p_surfaces.size(); i++) {
  1668. surfaces.push_back(_dict_to_surf(p_surfaces[i]));
  1669. }
  1670. return mesh_create_from_surfaces(surfaces);
  1671. }
  1672. void RenderingServer::_mesh_add_surface(RID p_mesh, const Dictionary &p_surface) {
  1673. mesh_add_surface(p_mesh, _dict_to_surf(p_surface));
  1674. }
  1675. Dictionary RenderingServer::_mesh_get_surface(RID p_mesh, int p_idx) {
  1676. RS::SurfaceData sd = mesh_get_surface(p_mesh, p_idx);
  1677. Dictionary d;
  1678. d["primitive"] = sd.primitive;
  1679. d["format"] = sd.format;
  1680. d["vertex_data"] = sd.vertex_data;
  1681. if (sd.attribute_data.size()) {
  1682. d["attribute_data"] = sd.attribute_data;
  1683. }
  1684. if (sd.skin_data.size()) {
  1685. d["skin_data"] = sd.skin_data;
  1686. }
  1687. d["vertex_count"] = sd.vertex_count;
  1688. if (sd.index_count) {
  1689. d["index_data"] = sd.index_data;
  1690. d["index_count"] = sd.index_count;
  1691. }
  1692. d["aabb"] = sd.aabb;
  1693. d["uv_scale"] = sd.uv_scale;
  1694. if (sd.lods.size()) {
  1695. Array lods;
  1696. for (int i = 0; i < sd.lods.size(); i++) {
  1697. Dictionary ld;
  1698. ld["edge_length"] = sd.lods[i].edge_length;
  1699. ld["index_data"] = sd.lods[i].index_data;
  1700. lods.push_back(lods);
  1701. }
  1702. d["lods"] = lods;
  1703. }
  1704. if (sd.bone_aabbs.size()) {
  1705. Array aabbs;
  1706. for (int i = 0; i < sd.bone_aabbs.size(); i++) {
  1707. aabbs.push_back(sd.bone_aabbs[i]);
  1708. }
  1709. d["bone_aabbs"] = aabbs;
  1710. }
  1711. if (sd.blend_shape_data.size()) {
  1712. d["blend_shape_data"] = sd.blend_shape_data;
  1713. }
  1714. if (sd.material.is_valid()) {
  1715. d["material"] = sd.material;
  1716. }
  1717. return d;
  1718. }
  1719. TypedArray<Dictionary> RenderingServer::_instance_geometry_get_shader_parameter_list(RID p_instance) const {
  1720. List<PropertyInfo> params;
  1721. instance_geometry_get_shader_parameter_list(p_instance, &params);
  1722. return convert_property_list(&params);
  1723. }
  1724. TypedArray<Image> RenderingServer::_bake_render_uv2(RID p_base, const TypedArray<RID> &p_material_overrides, const Size2i &p_image_size) {
  1725. TypedArray<RID> mat_overrides;
  1726. for (int i = 0; i < p_material_overrides.size(); i++) {
  1727. mat_overrides.push_back(p_material_overrides[i]);
  1728. }
  1729. return bake_render_uv2(p_base, mat_overrides, p_image_size);
  1730. }
  1731. void RenderingServer::_particles_set_trail_bind_poses(RID p_particles, const TypedArray<Transform3D> &p_bind_poses) {
  1732. Vector<Transform3D> tbposes;
  1733. tbposes.resize(p_bind_poses.size());
  1734. for (int i = 0; i < p_bind_poses.size(); i++) {
  1735. tbposes.write[i] = p_bind_poses[i];
  1736. }
  1737. particles_set_trail_bind_poses(p_particles, tbposes);
  1738. }
  1739. Vector<uint8_t> _convert_surface_version_1_to_surface_version_2(uint64_t p_format, Vector<uint8_t> p_vertex_data, uint32_t p_vertex_count, uint32_t p_old_stride, uint32_t p_vertex_size, uint32_t p_normal_size, uint32_t p_position_stride, uint32_t p_normal_tangent_stride) {
  1740. Vector<uint8_t> new_vertex_data;
  1741. new_vertex_data.resize(p_vertex_data.size());
  1742. uint8_t *dst_vertex_ptr = new_vertex_data.ptrw();
  1743. const uint8_t *src_vertex_ptr = p_vertex_data.ptr();
  1744. uint32_t position_size = p_position_stride * p_vertex_count;
  1745. for (uint32_t j = 0; j < RS::ARRAY_COLOR; j++) {
  1746. if (!(p_format & (1ULL << j))) {
  1747. continue;
  1748. }
  1749. switch (j) {
  1750. case RS::ARRAY_VERTEX: {
  1751. if (p_format & RS::ARRAY_FLAG_USE_2D_VERTICES) {
  1752. for (uint32_t i = 0; i < p_vertex_count; i++) {
  1753. const float *src = (const float *)&src_vertex_ptr[i * p_old_stride];
  1754. float *dst = (float *)&dst_vertex_ptr[i * p_position_stride];
  1755. dst[0] = src[0];
  1756. dst[1] = src[1];
  1757. }
  1758. } else {
  1759. for (uint32_t i = 0; i < p_vertex_count; i++) {
  1760. const float *src = (const float *)&src_vertex_ptr[i * p_old_stride];
  1761. float *dst = (float *)&dst_vertex_ptr[i * p_position_stride];
  1762. dst[0] = src[0];
  1763. dst[1] = src[1];
  1764. dst[2] = src[2];
  1765. }
  1766. }
  1767. } break;
  1768. case RS::ARRAY_NORMAL: {
  1769. for (uint32_t i = 0; i < p_vertex_count; i++) {
  1770. const uint16_t *src = (const uint16_t *)&src_vertex_ptr[i * p_old_stride + p_vertex_size];
  1771. uint16_t *dst = (uint16_t *)&dst_vertex_ptr[i * p_normal_tangent_stride + position_size];
  1772. dst[0] = src[0];
  1773. dst[1] = src[1];
  1774. }
  1775. } break;
  1776. case RS::ARRAY_TANGENT: {
  1777. for (uint32_t i = 0; i < p_vertex_count; i++) {
  1778. const uint16_t *src = (const uint16_t *)&src_vertex_ptr[i * p_old_stride + p_vertex_size + p_normal_size];
  1779. uint16_t *dst = (uint16_t *)&dst_vertex_ptr[i * p_normal_tangent_stride + position_size + p_normal_size];
  1780. dst[0] = src[0];
  1781. dst[1] = src[1];
  1782. }
  1783. } break;
  1784. }
  1785. }
  1786. return new_vertex_data;
  1787. }
  1788. #ifdef TOOLS_ENABLED
  1789. void RenderingServer::set_surface_upgrade_callback(SurfaceUpgradeCallback p_callback) {
  1790. surface_upgrade_callback = p_callback;
  1791. }
  1792. void RenderingServer::set_warn_on_surface_upgrade(bool p_warn) {
  1793. warn_on_surface_upgrade = p_warn;
  1794. }
  1795. #endif
  1796. #ifndef DISABLE_DEPRECATED
  1797. void RenderingServer::fix_surface_compatibility(SurfaceData &p_surface, const String &p_path) {
  1798. uint64_t surface_version = p_surface.format & (ARRAY_FLAG_FORMAT_VERSION_MASK << ARRAY_FLAG_FORMAT_VERSION_SHIFT);
  1799. ERR_FAIL_COND_MSG(surface_version > ARRAY_FLAG_FORMAT_CURRENT_VERSION, "Cannot convert surface with version provided (" + itos((surface_version >> RS::ARRAY_FLAG_FORMAT_VERSION_SHIFT) & RS::ARRAY_FLAG_FORMAT_VERSION_MASK) + ") to current version (" + itos((RS::ARRAY_FLAG_FORMAT_CURRENT_VERSION >> RS::ARRAY_FLAG_FORMAT_VERSION_SHIFT) & RS::ARRAY_FLAG_FORMAT_VERSION_MASK) + ")");
  1800. #ifdef TOOLS_ENABLED
  1801. // Editor callback to ask user about re-saving all meshes.
  1802. if (surface_upgrade_callback && warn_on_surface_upgrade) {
  1803. surface_upgrade_callback();
  1804. }
  1805. if (warn_on_surface_upgrade) {
  1806. WARN_PRINT_ONCE_ED("At least one surface uses an old surface format and needs to be upgraded. The upgrade happens automatically at load time every time until the mesh is saved again or re-imported. Once saved (or re-imported), this mesh will be incompatible with earlier versions of Godot.");
  1807. if (!p_path.is_empty()) {
  1808. WARN_PRINT("A surface of " + p_path + " uses an old surface format and needs to be upgraded.");
  1809. }
  1810. }
  1811. #endif
  1812. if (surface_version == ARRAY_FLAG_FORMAT_VERSION_1) {
  1813. // The only difference for now is that Version 1 uses interleaved vertex positions while version 2 does not.
  1814. // I.e. PNTPNTPNT -> PPPNTNTNT.
  1815. if (p_surface.vertex_data.size() > 0 && p_surface.vertex_count > 0) {
  1816. int vertex_size = 0;
  1817. int normal_size = 0;
  1818. int tangent_size = 0;
  1819. if (p_surface.format & ARRAY_FORMAT_VERTEX) {
  1820. if (p_surface.format & ARRAY_FLAG_USE_2D_VERTICES) {
  1821. vertex_size = sizeof(float) * 2;
  1822. } else {
  1823. vertex_size = sizeof(float) * 3;
  1824. }
  1825. }
  1826. if (p_surface.format & ARRAY_FORMAT_NORMAL) {
  1827. normal_size += sizeof(uint16_t) * 2;
  1828. }
  1829. if (p_surface.format & ARRAY_FORMAT_TANGENT) {
  1830. tangent_size = sizeof(uint16_t) * 2;
  1831. }
  1832. int stride = p_surface.vertex_data.size() / p_surface.vertex_count;
  1833. int position_stride = vertex_size;
  1834. int normal_tangent_stride = normal_size + tangent_size;
  1835. p_surface.vertex_data = _convert_surface_version_1_to_surface_version_2(p_surface.format, p_surface.vertex_data, p_surface.vertex_count, stride, vertex_size, normal_size, position_stride, normal_tangent_stride);
  1836. if (p_surface.blend_shape_data.size() > 0) {
  1837. // The size of one blend shape.
  1838. int divisor = (vertex_size + normal_size + tangent_size) * p_surface.vertex_count;
  1839. ERR_FAIL_COND((p_surface.blend_shape_data.size() % divisor) != 0);
  1840. uint32_t blend_shape_count = p_surface.blend_shape_data.size() / divisor;
  1841. Vector<uint8_t> new_blend_shape_data;
  1842. for (uint32_t i = 0; i < blend_shape_count; i++) {
  1843. Vector<uint8_t> bs_data = p_surface.blend_shape_data.slice(i * divisor, (i + 1) * divisor);
  1844. Vector<uint8_t> blend_shape = _convert_surface_version_1_to_surface_version_2(p_surface.format, bs_data, p_surface.vertex_count, stride, vertex_size, normal_size, position_stride, normal_tangent_stride);
  1845. new_blend_shape_data.append_array(blend_shape);
  1846. }
  1847. ERR_FAIL_COND(p_surface.blend_shape_data.size() != new_blend_shape_data.size());
  1848. p_surface.blend_shape_data = new_blend_shape_data;
  1849. }
  1850. }
  1851. }
  1852. p_surface.format &= ~(ARRAY_FLAG_FORMAT_VERSION_MASK << ARRAY_FLAG_FORMAT_VERSION_SHIFT);
  1853. p_surface.format |= ARRAY_FLAG_FORMAT_CURRENT_VERSION & (ARRAY_FLAG_FORMAT_VERSION_MASK << ARRAY_FLAG_FORMAT_VERSION_SHIFT);
  1854. }
  1855. #endif
  1856. #ifdef TOOLS_ENABLED
  1857. void RenderingServer::get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const {
  1858. const String pf = p_function;
  1859. if (p_idx == 0) {
  1860. if (pf == "global_shader_parameter_set" || pf == "global_shader_parameter_set_override" ||
  1861. pf == "global_shader_parameter_get" || pf == "global_shader_parameter_get_type" || pf == "global_shader_parameter_remove") {
  1862. for (const StringName &E : global_shader_parameter_get_list()) {
  1863. r_options->push_back(E.operator String().quote());
  1864. }
  1865. } else if (pf == "has_os_feature") {
  1866. for (const String E : { "\"rgtc\"", "\"s3tc\"", "\"bptc\"", "\"etc\"", "\"etc2\"", "\"astc\"" }) {
  1867. r_options->push_back(E);
  1868. }
  1869. }
  1870. }
  1871. Object::get_argument_options(p_function, p_idx, r_options);
  1872. }
  1873. #endif
  1874. void RenderingServer::_bind_methods() {
  1875. BIND_CONSTANT(NO_INDEX_ARRAY);
  1876. BIND_CONSTANT(ARRAY_WEIGHTS_SIZE);
  1877. BIND_CONSTANT(CANVAS_ITEM_Z_MIN);
  1878. BIND_CONSTANT(CANVAS_ITEM_Z_MAX);
  1879. BIND_CONSTANT(MAX_GLOW_LEVELS);
  1880. BIND_CONSTANT(MAX_CURSORS);
  1881. BIND_CONSTANT(MAX_2D_DIRECTIONAL_LIGHTS);
  1882. /* TEXTURE */
  1883. ClassDB::bind_method(D_METHOD("texture_2d_create", "image"), &RenderingServer::texture_2d_create);
  1884. ClassDB::bind_method(D_METHOD("texture_2d_layered_create", "layers", "layered_type"), &RenderingServer::_texture_2d_layered_create);
  1885. ClassDB::bind_method(D_METHOD("texture_3d_create", "format", "width", "height", "depth", "mipmaps", "data"), &RenderingServer::_texture_3d_create);
  1886. ClassDB::bind_method(D_METHOD("texture_proxy_create", "base"), &RenderingServer::texture_proxy_create);
  1887. ClassDB::bind_method(D_METHOD("texture_2d_update", "texture", "image", "layer"), &RenderingServer::texture_2d_update);
  1888. ClassDB::bind_method(D_METHOD("texture_3d_update", "texture", "data"), &RenderingServer::_texture_3d_update);
  1889. ClassDB::bind_method(D_METHOD("texture_proxy_update", "texture", "proxy_to"), &RenderingServer::texture_proxy_update);
  1890. ClassDB::bind_method(D_METHOD("texture_2d_placeholder_create"), &RenderingServer::texture_2d_placeholder_create);
  1891. ClassDB::bind_method(D_METHOD("texture_2d_layered_placeholder_create", "layered_type"), &RenderingServer::texture_2d_layered_placeholder_create);
  1892. ClassDB::bind_method(D_METHOD("texture_3d_placeholder_create"), &RenderingServer::texture_3d_placeholder_create);
  1893. ClassDB::bind_method(D_METHOD("texture_2d_get", "texture"), &RenderingServer::texture_2d_get);
  1894. ClassDB::bind_method(D_METHOD("texture_2d_layer_get", "texture", "layer"), &RenderingServer::texture_2d_layer_get);
  1895. ClassDB::bind_method(D_METHOD("texture_3d_get", "texture"), &RenderingServer::_texture_3d_get);
  1896. ClassDB::bind_method(D_METHOD("texture_replace", "texture", "by_texture"), &RenderingServer::texture_replace);
  1897. ClassDB::bind_method(D_METHOD("texture_set_size_override", "texture", "width", "height"), &RenderingServer::texture_set_size_override);
  1898. ClassDB::bind_method(D_METHOD("texture_set_path", "texture", "path"), &RenderingServer::texture_set_path);
  1899. ClassDB::bind_method(D_METHOD("texture_get_path", "texture"), &RenderingServer::texture_get_path);
  1900. ClassDB::bind_method(D_METHOD("texture_get_format", "texture"), &RenderingServer::texture_get_format);
  1901. ClassDB::bind_method(D_METHOD("texture_set_force_redraw_if_visible", "texture", "enable"), &RenderingServer::texture_set_force_redraw_if_visible);
  1902. ClassDB::bind_method(D_METHOD("texture_rd_create", "rd_texture", "layer_type"), &RenderingServer::texture_rd_create, DEFVAL(RenderingServer::TEXTURE_LAYERED_2D_ARRAY));
  1903. ClassDB::bind_method(D_METHOD("texture_get_rd_texture", "texture", "srgb"), &RenderingServer::texture_get_rd_texture, DEFVAL(false));
  1904. ClassDB::bind_method(D_METHOD("texture_get_native_handle", "texture", "srgb"), &RenderingServer::texture_get_native_handle, DEFVAL(false));
  1905. BIND_ENUM_CONSTANT(TEXTURE_LAYERED_2D_ARRAY);
  1906. BIND_ENUM_CONSTANT(TEXTURE_LAYERED_CUBEMAP);
  1907. BIND_ENUM_CONSTANT(TEXTURE_LAYERED_CUBEMAP_ARRAY);
  1908. BIND_ENUM_CONSTANT(CUBEMAP_LAYER_LEFT);
  1909. BIND_ENUM_CONSTANT(CUBEMAP_LAYER_RIGHT);
  1910. BIND_ENUM_CONSTANT(CUBEMAP_LAYER_BOTTOM);
  1911. BIND_ENUM_CONSTANT(CUBEMAP_LAYER_TOP);
  1912. BIND_ENUM_CONSTANT(CUBEMAP_LAYER_FRONT);
  1913. BIND_ENUM_CONSTANT(CUBEMAP_LAYER_BACK);
  1914. /* SHADER */
  1915. ClassDB::bind_method(D_METHOD("shader_create"), &RenderingServer::shader_create);
  1916. ClassDB::bind_method(D_METHOD("shader_set_code", "shader", "code"), &RenderingServer::shader_set_code);
  1917. ClassDB::bind_method(D_METHOD("shader_set_path_hint", "shader", "path"), &RenderingServer::shader_set_path_hint);
  1918. ClassDB::bind_method(D_METHOD("shader_get_code", "shader"), &RenderingServer::shader_get_code);
  1919. ClassDB::bind_method(D_METHOD("get_shader_parameter_list", "shader"), &RenderingServer::_shader_get_shader_parameter_list);
  1920. ClassDB::bind_method(D_METHOD("shader_get_parameter_default", "shader", "name"), &RenderingServer::shader_get_parameter_default);
  1921. ClassDB::bind_method(D_METHOD("shader_set_default_texture_parameter", "shader", "name", "texture", "index"), &RenderingServer::shader_set_default_texture_parameter, DEFVAL(0));
  1922. ClassDB::bind_method(D_METHOD("shader_get_default_texture_parameter", "shader", "name", "index"), &RenderingServer::shader_get_default_texture_parameter, DEFVAL(0));
  1923. BIND_ENUM_CONSTANT(SHADER_SPATIAL);
  1924. BIND_ENUM_CONSTANT(SHADER_CANVAS_ITEM);
  1925. BIND_ENUM_CONSTANT(SHADER_PARTICLES);
  1926. BIND_ENUM_CONSTANT(SHADER_SKY);
  1927. BIND_ENUM_CONSTANT(SHADER_FOG);
  1928. BIND_ENUM_CONSTANT(SHADER_MAX);
  1929. /* MATERIAL */
  1930. ClassDB::bind_method(D_METHOD("material_create"), &RenderingServer::material_create);
  1931. ClassDB::bind_method(D_METHOD("material_set_shader", "shader_material", "shader"), &RenderingServer::material_set_shader);
  1932. ClassDB::bind_method(D_METHOD("material_set_param", "material", "parameter", "value"), &RenderingServer::material_set_param);
  1933. ClassDB::bind_method(D_METHOD("material_get_param", "material", "parameter"), &RenderingServer::material_get_param);
  1934. ClassDB::bind_method(D_METHOD("material_set_render_priority", "material", "priority"), &RenderingServer::material_set_render_priority);
  1935. ClassDB::bind_method(D_METHOD("material_set_next_pass", "material", "next_material"), &RenderingServer::material_set_next_pass);
  1936. BIND_CONSTANT(MATERIAL_RENDER_PRIORITY_MIN);
  1937. BIND_CONSTANT(MATERIAL_RENDER_PRIORITY_MAX);
  1938. /* MESH API */
  1939. ClassDB::bind_method(D_METHOD("mesh_create_from_surfaces", "surfaces", "blend_shape_count"), &RenderingServer::_mesh_create_from_surfaces, DEFVAL(0));
  1940. ClassDB::bind_method(D_METHOD("mesh_create"), &RenderingServer::mesh_create);
  1941. ClassDB::bind_method(D_METHOD("mesh_surface_get_format_offset", "format", "vertex_count", "array_index"), &RenderingServer::mesh_surface_get_format_offset);
  1942. ClassDB::bind_method(D_METHOD("mesh_surface_get_format_vertex_stride", "format", "vertex_count"), &RenderingServer::mesh_surface_get_format_vertex_stride);
  1943. ClassDB::bind_method(D_METHOD("mesh_surface_get_format_normal_tangent_stride", "format", "vertex_count"), &RenderingServer::mesh_surface_get_format_normal_tangent_stride);
  1944. ClassDB::bind_method(D_METHOD("mesh_surface_get_format_attribute_stride", "format", "vertex_count"), &RenderingServer::mesh_surface_get_format_attribute_stride);
  1945. ClassDB::bind_method(D_METHOD("mesh_surface_get_format_skin_stride", "format", "vertex_count"), &RenderingServer::mesh_surface_get_format_skin_stride);
  1946. ClassDB::bind_method(D_METHOD("mesh_add_surface", "mesh", "surface"), &RenderingServer::_mesh_add_surface);
  1947. ClassDB::bind_method(D_METHOD("mesh_add_surface_from_arrays", "mesh", "primitive", "arrays", "blend_shapes", "lods", "compress_format"), &RenderingServer::mesh_add_surface_from_arrays, DEFVAL(Array()), DEFVAL(Dictionary()), DEFVAL(0));
  1948. ClassDB::bind_method(D_METHOD("mesh_get_blend_shape_count", "mesh"), &RenderingServer::mesh_get_blend_shape_count);
  1949. ClassDB::bind_method(D_METHOD("mesh_set_blend_shape_mode", "mesh", "mode"), &RenderingServer::mesh_set_blend_shape_mode);
  1950. ClassDB::bind_method(D_METHOD("mesh_get_blend_shape_mode", "mesh"), &RenderingServer::mesh_get_blend_shape_mode);
  1951. ClassDB::bind_method(D_METHOD("mesh_surface_set_material", "mesh", "surface", "material"), &RenderingServer::mesh_surface_set_material);
  1952. ClassDB::bind_method(D_METHOD("mesh_surface_get_material", "mesh", "surface"), &RenderingServer::mesh_surface_get_material);
  1953. ClassDB::bind_method(D_METHOD("mesh_get_surface", "mesh", "surface"), &RenderingServer::_mesh_get_surface);
  1954. ClassDB::bind_method(D_METHOD("mesh_surface_get_arrays", "mesh", "surface"), &RenderingServer::mesh_surface_get_arrays);
  1955. ClassDB::bind_method(D_METHOD("mesh_surface_get_blend_shape_arrays", "mesh", "surface"), &RenderingServer::mesh_surface_get_blend_shape_arrays);
  1956. ClassDB::bind_method(D_METHOD("mesh_get_surface_count", "mesh"), &RenderingServer::mesh_get_surface_count);
  1957. ClassDB::bind_method(D_METHOD("mesh_set_custom_aabb", "mesh", "aabb"), &RenderingServer::mesh_set_custom_aabb);
  1958. ClassDB::bind_method(D_METHOD("mesh_get_custom_aabb", "mesh"), &RenderingServer::mesh_get_custom_aabb);
  1959. ClassDB::bind_method(D_METHOD("mesh_clear", "mesh"), &RenderingServer::mesh_clear);
  1960. ClassDB::bind_method(D_METHOD("mesh_surface_update_vertex_region", "mesh", "surface", "offset", "data"), &RenderingServer::mesh_surface_update_vertex_region);
  1961. ClassDB::bind_method(D_METHOD("mesh_surface_update_attribute_region", "mesh", "surface", "offset", "data"), &RenderingServer::mesh_surface_update_attribute_region);
  1962. ClassDB::bind_method(D_METHOD("mesh_surface_update_skin_region", "mesh", "surface", "offset", "data"), &RenderingServer::mesh_surface_update_skin_region);
  1963. ClassDB::bind_method(D_METHOD("mesh_set_shadow_mesh", "mesh", "shadow_mesh"), &RenderingServer::mesh_set_shadow_mesh);
  1964. BIND_ENUM_CONSTANT(ARRAY_VERTEX);
  1965. BIND_ENUM_CONSTANT(ARRAY_NORMAL);
  1966. BIND_ENUM_CONSTANT(ARRAY_TANGENT);
  1967. BIND_ENUM_CONSTANT(ARRAY_COLOR);
  1968. BIND_ENUM_CONSTANT(ARRAY_TEX_UV);
  1969. BIND_ENUM_CONSTANT(ARRAY_TEX_UV2);
  1970. BIND_ENUM_CONSTANT(ARRAY_CUSTOM0);
  1971. BIND_ENUM_CONSTANT(ARRAY_CUSTOM1);
  1972. BIND_ENUM_CONSTANT(ARRAY_CUSTOM2);
  1973. BIND_ENUM_CONSTANT(ARRAY_CUSTOM3);
  1974. BIND_ENUM_CONSTANT(ARRAY_BONES);
  1975. BIND_ENUM_CONSTANT(ARRAY_WEIGHTS);
  1976. BIND_ENUM_CONSTANT(ARRAY_INDEX);
  1977. BIND_ENUM_CONSTANT(ARRAY_MAX);
  1978. BIND_CONSTANT(ARRAY_CUSTOM_COUNT);
  1979. BIND_ENUM_CONSTANT(ARRAY_CUSTOM_RGBA8_UNORM);
  1980. BIND_ENUM_CONSTANT(ARRAY_CUSTOM_RGBA8_SNORM);
  1981. BIND_ENUM_CONSTANT(ARRAY_CUSTOM_RG_HALF);
  1982. BIND_ENUM_CONSTANT(ARRAY_CUSTOM_RGBA_HALF);
  1983. BIND_ENUM_CONSTANT(ARRAY_CUSTOM_R_FLOAT);
  1984. BIND_ENUM_CONSTANT(ARRAY_CUSTOM_RG_FLOAT);
  1985. BIND_ENUM_CONSTANT(ARRAY_CUSTOM_RGB_FLOAT);
  1986. BIND_ENUM_CONSTANT(ARRAY_CUSTOM_RGBA_FLOAT);
  1987. BIND_ENUM_CONSTANT(ARRAY_CUSTOM_MAX);
  1988. BIND_BITFIELD_FLAG(ARRAY_FORMAT_VERTEX);
  1989. BIND_BITFIELD_FLAG(ARRAY_FORMAT_NORMAL);
  1990. BIND_BITFIELD_FLAG(ARRAY_FORMAT_TANGENT);
  1991. BIND_BITFIELD_FLAG(ARRAY_FORMAT_COLOR);
  1992. BIND_BITFIELD_FLAG(ARRAY_FORMAT_TEX_UV);
  1993. BIND_BITFIELD_FLAG(ARRAY_FORMAT_TEX_UV2);
  1994. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM0);
  1995. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM1);
  1996. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM2);
  1997. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM3);
  1998. BIND_BITFIELD_FLAG(ARRAY_FORMAT_BONES);
  1999. BIND_BITFIELD_FLAG(ARRAY_FORMAT_WEIGHTS);
  2000. BIND_BITFIELD_FLAG(ARRAY_FORMAT_INDEX);
  2001. BIND_BITFIELD_FLAG(ARRAY_FORMAT_BLEND_SHAPE_MASK);
  2002. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM_BASE);
  2003. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM_BITS);
  2004. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM0_SHIFT);
  2005. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM1_SHIFT);
  2006. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM2_SHIFT);
  2007. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM3_SHIFT);
  2008. BIND_BITFIELD_FLAG(ARRAY_FORMAT_CUSTOM_MASK);
  2009. BIND_BITFIELD_FLAG(ARRAY_COMPRESS_FLAGS_BASE);
  2010. BIND_BITFIELD_FLAG(ARRAY_FLAG_USE_2D_VERTICES);
  2011. BIND_BITFIELD_FLAG(ARRAY_FLAG_USE_DYNAMIC_UPDATE);
  2012. BIND_BITFIELD_FLAG(ARRAY_FLAG_USE_8_BONE_WEIGHTS);
  2013. BIND_BITFIELD_FLAG(ARRAY_FLAG_USES_EMPTY_VERTEX_ARRAY);
  2014. BIND_BITFIELD_FLAG(ARRAY_FLAG_COMPRESS_ATTRIBUTES);
  2015. BIND_BITFIELD_FLAG(ARRAY_FLAG_FORMAT_VERSION_BASE);
  2016. BIND_BITFIELD_FLAG(ARRAY_FLAG_FORMAT_VERSION_SHIFT);
  2017. BIND_BITFIELD_FLAG(ARRAY_FLAG_FORMAT_VERSION_1);
  2018. BIND_BITFIELD_FLAG(ARRAY_FLAG_FORMAT_VERSION_2);
  2019. BIND_BITFIELD_FLAG(ARRAY_FLAG_FORMAT_CURRENT_VERSION);
  2020. BIND_BITFIELD_FLAG(ARRAY_FLAG_FORMAT_VERSION_MASK);
  2021. BIND_ENUM_CONSTANT(PRIMITIVE_POINTS);
  2022. BIND_ENUM_CONSTANT(PRIMITIVE_LINES);
  2023. BIND_ENUM_CONSTANT(PRIMITIVE_LINE_STRIP);
  2024. BIND_ENUM_CONSTANT(PRIMITIVE_TRIANGLES);
  2025. BIND_ENUM_CONSTANT(PRIMITIVE_TRIANGLE_STRIP);
  2026. BIND_ENUM_CONSTANT(PRIMITIVE_MAX);
  2027. BIND_ENUM_CONSTANT(BLEND_SHAPE_MODE_NORMALIZED);
  2028. BIND_ENUM_CONSTANT(BLEND_SHAPE_MODE_RELATIVE);
  2029. /* MULTIMESH API */
  2030. ClassDB::bind_method(D_METHOD("multimesh_create"), &RenderingServer::multimesh_create);
  2031. ClassDB::bind_method(D_METHOD("multimesh_allocate_data", "multimesh", "instances", "transform_format", "color_format", "custom_data_format"), &RenderingServer::multimesh_allocate_data, DEFVAL(false), DEFVAL(false));
  2032. ClassDB::bind_method(D_METHOD("multimesh_get_instance_count", "multimesh"), &RenderingServer::multimesh_get_instance_count);
  2033. ClassDB::bind_method(D_METHOD("multimesh_set_mesh", "multimesh", "mesh"), &RenderingServer::multimesh_set_mesh);
  2034. ClassDB::bind_method(D_METHOD("multimesh_instance_set_transform", "multimesh", "index", "transform"), &RenderingServer::multimesh_instance_set_transform);
  2035. ClassDB::bind_method(D_METHOD("multimesh_instance_set_transform_2d", "multimesh", "index", "transform"), &RenderingServer::multimesh_instance_set_transform_2d);
  2036. ClassDB::bind_method(D_METHOD("multimesh_instance_set_color", "multimesh", "index", "color"), &RenderingServer::multimesh_instance_set_color);
  2037. ClassDB::bind_method(D_METHOD("multimesh_instance_set_custom_data", "multimesh", "index", "custom_data"), &RenderingServer::multimesh_instance_set_custom_data);
  2038. ClassDB::bind_method(D_METHOD("multimesh_get_mesh", "multimesh"), &RenderingServer::multimesh_get_mesh);
  2039. ClassDB::bind_method(D_METHOD("multimesh_get_aabb", "multimesh"), &RenderingServer::multimesh_get_aabb);
  2040. ClassDB::bind_method(D_METHOD("multimesh_set_custom_aabb", "multimesh", "aabb"), &RenderingServer::multimesh_set_custom_aabb);
  2041. ClassDB::bind_method(D_METHOD("multimesh_get_custom_aabb", "multimesh"), &RenderingServer::multimesh_get_custom_aabb);
  2042. ClassDB::bind_method(D_METHOD("multimesh_instance_get_transform", "multimesh", "index"), &RenderingServer::multimesh_instance_get_transform);
  2043. ClassDB::bind_method(D_METHOD("multimesh_instance_get_transform_2d", "multimesh", "index"), &RenderingServer::multimesh_instance_get_transform_2d);
  2044. ClassDB::bind_method(D_METHOD("multimesh_instance_get_color", "multimesh", "index"), &RenderingServer::multimesh_instance_get_color);
  2045. ClassDB::bind_method(D_METHOD("multimesh_instance_get_custom_data", "multimesh", "index"), &RenderingServer::multimesh_instance_get_custom_data);
  2046. ClassDB::bind_method(D_METHOD("multimesh_set_visible_instances", "multimesh", "visible"), &RenderingServer::multimesh_set_visible_instances);
  2047. ClassDB::bind_method(D_METHOD("multimesh_get_visible_instances", "multimesh"), &RenderingServer::multimesh_get_visible_instances);
  2048. ClassDB::bind_method(D_METHOD("multimesh_set_buffer", "multimesh", "buffer"), &RenderingServer::multimesh_set_buffer);
  2049. ClassDB::bind_method(D_METHOD("multimesh_get_buffer", "multimesh"), &RenderingServer::multimesh_get_buffer);
  2050. BIND_ENUM_CONSTANT(MULTIMESH_TRANSFORM_2D);
  2051. BIND_ENUM_CONSTANT(MULTIMESH_TRANSFORM_3D);
  2052. /* SKELETON API */
  2053. ClassDB::bind_method(D_METHOD("skeleton_create"), &RenderingServer::skeleton_create);
  2054. ClassDB::bind_method(D_METHOD("skeleton_allocate_data", "skeleton", "bones", "is_2d_skeleton"), &RenderingServer::skeleton_allocate_data, DEFVAL(false));
  2055. ClassDB::bind_method(D_METHOD("skeleton_get_bone_count", "skeleton"), &RenderingServer::skeleton_get_bone_count);
  2056. ClassDB::bind_method(D_METHOD("skeleton_bone_set_transform", "skeleton", "bone", "transform"), &RenderingServer::skeleton_bone_set_transform);
  2057. ClassDB::bind_method(D_METHOD("skeleton_bone_get_transform", "skeleton", "bone"), &RenderingServer::skeleton_bone_get_transform);
  2058. ClassDB::bind_method(D_METHOD("skeleton_bone_set_transform_2d", "skeleton", "bone", "transform"), &RenderingServer::skeleton_bone_set_transform_2d);
  2059. ClassDB::bind_method(D_METHOD("skeleton_bone_get_transform_2d", "skeleton", "bone"), &RenderingServer::skeleton_bone_get_transform_2d);
  2060. ClassDB::bind_method(D_METHOD("skeleton_set_base_transform_2d", "skeleton", "base_transform"), &RenderingServer::skeleton_set_base_transform_2d);
  2061. /* Light API */
  2062. ClassDB::bind_method(D_METHOD("directional_light_create"), &RenderingServer::directional_light_create);
  2063. ClassDB::bind_method(D_METHOD("omni_light_create"), &RenderingServer::omni_light_create);
  2064. ClassDB::bind_method(D_METHOD("spot_light_create"), &RenderingServer::spot_light_create);
  2065. ClassDB::bind_method(D_METHOD("light_set_color", "light", "color"), &RenderingServer::light_set_color);
  2066. ClassDB::bind_method(D_METHOD("light_set_param", "light", "param", "value"), &RenderingServer::light_set_param);
  2067. ClassDB::bind_method(D_METHOD("light_set_shadow", "light", "enabled"), &RenderingServer::light_set_shadow);
  2068. ClassDB::bind_method(D_METHOD("light_set_projector", "light", "texture"), &RenderingServer::light_set_projector);
  2069. ClassDB::bind_method(D_METHOD("light_set_negative", "light", "enable"), &RenderingServer::light_set_negative);
  2070. ClassDB::bind_method(D_METHOD("light_set_cull_mask", "light", "mask"), &RenderingServer::light_set_cull_mask);
  2071. ClassDB::bind_method(D_METHOD("light_set_distance_fade", "decal", "enabled", "begin", "shadow", "length"), &RenderingServer::light_set_distance_fade);
  2072. ClassDB::bind_method(D_METHOD("light_set_reverse_cull_face_mode", "light", "enabled"), &RenderingServer::light_set_reverse_cull_face_mode);
  2073. ClassDB::bind_method(D_METHOD("light_set_bake_mode", "light", "bake_mode"), &RenderingServer::light_set_bake_mode);
  2074. ClassDB::bind_method(D_METHOD("light_set_max_sdfgi_cascade", "light", "cascade"), &RenderingServer::light_set_max_sdfgi_cascade);
  2075. ClassDB::bind_method(D_METHOD("light_omni_set_shadow_mode", "light", "mode"), &RenderingServer::light_omni_set_shadow_mode);
  2076. ClassDB::bind_method(D_METHOD("light_directional_set_shadow_mode", "light", "mode"), &RenderingServer::light_directional_set_shadow_mode);
  2077. ClassDB::bind_method(D_METHOD("light_directional_set_blend_splits", "light", "enable"), &RenderingServer::light_directional_set_blend_splits);
  2078. ClassDB::bind_method(D_METHOD("light_directional_set_sky_mode", "light", "mode"), &RenderingServer::light_directional_set_sky_mode);
  2079. ClassDB::bind_method(D_METHOD("light_projectors_set_filter", "filter"), &RenderingServer::light_projectors_set_filter);
  2080. BIND_ENUM_CONSTANT(LIGHT_PROJECTOR_FILTER_NEAREST);
  2081. BIND_ENUM_CONSTANT(LIGHT_PROJECTOR_FILTER_LINEAR);
  2082. BIND_ENUM_CONSTANT(LIGHT_PROJECTOR_FILTER_NEAREST_MIPMAPS);
  2083. BIND_ENUM_CONSTANT(LIGHT_PROJECTOR_FILTER_LINEAR_MIPMAPS);
  2084. BIND_ENUM_CONSTANT(LIGHT_PROJECTOR_FILTER_NEAREST_MIPMAPS_ANISOTROPIC);
  2085. BIND_ENUM_CONSTANT(LIGHT_PROJECTOR_FILTER_LINEAR_MIPMAPS_ANISOTROPIC);
  2086. BIND_ENUM_CONSTANT(LIGHT_DIRECTIONAL);
  2087. BIND_ENUM_CONSTANT(LIGHT_OMNI);
  2088. BIND_ENUM_CONSTANT(LIGHT_SPOT);
  2089. BIND_ENUM_CONSTANT(LIGHT_PARAM_ENERGY);
  2090. BIND_ENUM_CONSTANT(LIGHT_PARAM_INDIRECT_ENERGY);
  2091. BIND_ENUM_CONSTANT(LIGHT_PARAM_VOLUMETRIC_FOG_ENERGY);
  2092. BIND_ENUM_CONSTANT(LIGHT_PARAM_SPECULAR);
  2093. BIND_ENUM_CONSTANT(LIGHT_PARAM_RANGE);
  2094. BIND_ENUM_CONSTANT(LIGHT_PARAM_SIZE);
  2095. BIND_ENUM_CONSTANT(LIGHT_PARAM_ATTENUATION);
  2096. BIND_ENUM_CONSTANT(LIGHT_PARAM_SPOT_ANGLE);
  2097. BIND_ENUM_CONSTANT(LIGHT_PARAM_SPOT_ATTENUATION);
  2098. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_MAX_DISTANCE);
  2099. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_SPLIT_1_OFFSET);
  2100. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_SPLIT_2_OFFSET);
  2101. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_SPLIT_3_OFFSET);
  2102. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_FADE_START);
  2103. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_NORMAL_BIAS);
  2104. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_BIAS);
  2105. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_PANCAKE_SIZE);
  2106. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_OPACITY);
  2107. BIND_ENUM_CONSTANT(LIGHT_PARAM_SHADOW_BLUR);
  2108. BIND_ENUM_CONSTANT(LIGHT_PARAM_TRANSMITTANCE_BIAS);
  2109. BIND_ENUM_CONSTANT(LIGHT_PARAM_INTENSITY);
  2110. BIND_ENUM_CONSTANT(LIGHT_PARAM_MAX);
  2111. BIND_ENUM_CONSTANT(LIGHT_BAKE_DISABLED);
  2112. BIND_ENUM_CONSTANT(LIGHT_BAKE_STATIC);
  2113. BIND_ENUM_CONSTANT(LIGHT_BAKE_DYNAMIC);
  2114. BIND_ENUM_CONSTANT(LIGHT_OMNI_SHADOW_DUAL_PARABOLOID);
  2115. BIND_ENUM_CONSTANT(LIGHT_OMNI_SHADOW_CUBE);
  2116. BIND_ENUM_CONSTANT(LIGHT_DIRECTIONAL_SHADOW_ORTHOGONAL);
  2117. BIND_ENUM_CONSTANT(LIGHT_DIRECTIONAL_SHADOW_PARALLEL_2_SPLITS);
  2118. BIND_ENUM_CONSTANT(LIGHT_DIRECTIONAL_SHADOW_PARALLEL_4_SPLITS);
  2119. BIND_ENUM_CONSTANT(LIGHT_DIRECTIONAL_SKY_MODE_LIGHT_AND_SKY);
  2120. BIND_ENUM_CONSTANT(LIGHT_DIRECTIONAL_SKY_MODE_LIGHT_ONLY);
  2121. BIND_ENUM_CONSTANT(LIGHT_DIRECTIONAL_SKY_MODE_SKY_ONLY);
  2122. ClassDB::bind_method(D_METHOD("positional_soft_shadow_filter_set_quality", "quality"), &RenderingServer::positional_soft_shadow_filter_set_quality);
  2123. ClassDB::bind_method(D_METHOD("directional_soft_shadow_filter_set_quality", "quality"), &RenderingServer::directional_soft_shadow_filter_set_quality);
  2124. ClassDB::bind_method(D_METHOD("directional_shadow_atlas_set_size", "size", "is_16bits"), &RenderingServer::directional_shadow_atlas_set_size);
  2125. BIND_ENUM_CONSTANT(SHADOW_QUALITY_HARD);
  2126. BIND_ENUM_CONSTANT(SHADOW_QUALITY_SOFT_VERY_LOW);
  2127. BIND_ENUM_CONSTANT(SHADOW_QUALITY_SOFT_LOW);
  2128. BIND_ENUM_CONSTANT(SHADOW_QUALITY_SOFT_MEDIUM);
  2129. BIND_ENUM_CONSTANT(SHADOW_QUALITY_SOFT_HIGH);
  2130. BIND_ENUM_CONSTANT(SHADOW_QUALITY_SOFT_ULTRA);
  2131. BIND_ENUM_CONSTANT(SHADOW_QUALITY_MAX);
  2132. /* REFLECTION PROBE */
  2133. ClassDB::bind_method(D_METHOD("reflection_probe_create"), &RenderingServer::reflection_probe_create);
  2134. ClassDB::bind_method(D_METHOD("reflection_probe_set_update_mode", "probe", "mode"), &RenderingServer::reflection_probe_set_update_mode);
  2135. ClassDB::bind_method(D_METHOD("reflection_probe_set_intensity", "probe", "intensity"), &RenderingServer::reflection_probe_set_intensity);
  2136. ClassDB::bind_method(D_METHOD("reflection_probe_set_ambient_mode", "probe", "mode"), &RenderingServer::reflection_probe_set_ambient_mode);
  2137. ClassDB::bind_method(D_METHOD("reflection_probe_set_ambient_color", "probe", "color"), &RenderingServer::reflection_probe_set_ambient_color);
  2138. ClassDB::bind_method(D_METHOD("reflection_probe_set_ambient_energy", "probe", "energy"), &RenderingServer::reflection_probe_set_ambient_energy);
  2139. ClassDB::bind_method(D_METHOD("reflection_probe_set_max_distance", "probe", "distance"), &RenderingServer::reflection_probe_set_max_distance);
  2140. ClassDB::bind_method(D_METHOD("reflection_probe_set_size", "probe", "size"), &RenderingServer::reflection_probe_set_size);
  2141. ClassDB::bind_method(D_METHOD("reflection_probe_set_origin_offset", "probe", "offset"), &RenderingServer::reflection_probe_set_origin_offset);
  2142. ClassDB::bind_method(D_METHOD("reflection_probe_set_as_interior", "probe", "enable"), &RenderingServer::reflection_probe_set_as_interior);
  2143. ClassDB::bind_method(D_METHOD("reflection_probe_set_enable_box_projection", "probe", "enable"), &RenderingServer::reflection_probe_set_enable_box_projection);
  2144. ClassDB::bind_method(D_METHOD("reflection_probe_set_enable_shadows", "probe", "enable"), &RenderingServer::reflection_probe_set_enable_shadows);
  2145. ClassDB::bind_method(D_METHOD("reflection_probe_set_cull_mask", "probe", "layers"), &RenderingServer::reflection_probe_set_cull_mask);
  2146. ClassDB::bind_method(D_METHOD("reflection_probe_set_reflection_mask", "probe", "layers"), &RenderingServer::reflection_probe_set_reflection_mask);
  2147. ClassDB::bind_method(D_METHOD("reflection_probe_set_resolution", "probe", "resolution"), &RenderingServer::reflection_probe_set_resolution);
  2148. ClassDB::bind_method(D_METHOD("reflection_probe_set_mesh_lod_threshold", "probe", "pixels"), &RenderingServer::reflection_probe_set_mesh_lod_threshold);
  2149. BIND_ENUM_CONSTANT(REFLECTION_PROBE_UPDATE_ONCE);
  2150. BIND_ENUM_CONSTANT(REFLECTION_PROBE_UPDATE_ALWAYS);
  2151. BIND_ENUM_CONSTANT(REFLECTION_PROBE_AMBIENT_DISABLED);
  2152. BIND_ENUM_CONSTANT(REFLECTION_PROBE_AMBIENT_ENVIRONMENT);
  2153. BIND_ENUM_CONSTANT(REFLECTION_PROBE_AMBIENT_COLOR);
  2154. /* DECAL */
  2155. ClassDB::bind_method(D_METHOD("decal_create"), &RenderingServer::decal_create);
  2156. ClassDB::bind_method(D_METHOD("decal_set_size", "decal", "size"), &RenderingServer::decal_set_size);
  2157. ClassDB::bind_method(D_METHOD("decal_set_texture", "decal", "type", "texture"), &RenderingServer::decal_set_texture);
  2158. ClassDB::bind_method(D_METHOD("decal_set_emission_energy", "decal", "energy"), &RenderingServer::decal_set_emission_energy);
  2159. ClassDB::bind_method(D_METHOD("decal_set_albedo_mix", "decal", "albedo_mix"), &RenderingServer::decal_set_albedo_mix);
  2160. ClassDB::bind_method(D_METHOD("decal_set_modulate", "decal", "color"), &RenderingServer::decal_set_modulate);
  2161. ClassDB::bind_method(D_METHOD("decal_set_cull_mask", "decal", "mask"), &RenderingServer::decal_set_cull_mask);
  2162. ClassDB::bind_method(D_METHOD("decal_set_distance_fade", "decal", "enabled", "begin", "length"), &RenderingServer::decal_set_distance_fade);
  2163. ClassDB::bind_method(D_METHOD("decal_set_fade", "decal", "above", "below"), &RenderingServer::decal_set_fade);
  2164. ClassDB::bind_method(D_METHOD("decal_set_normal_fade", "decal", "fade"), &RenderingServer::decal_set_normal_fade);
  2165. ClassDB::bind_method(D_METHOD("decals_set_filter", "filter"), &RenderingServer::decals_set_filter);
  2166. BIND_ENUM_CONSTANT(DECAL_TEXTURE_ALBEDO);
  2167. BIND_ENUM_CONSTANT(DECAL_TEXTURE_NORMAL);
  2168. BIND_ENUM_CONSTANT(DECAL_TEXTURE_ORM);
  2169. BIND_ENUM_CONSTANT(DECAL_TEXTURE_EMISSION);
  2170. BIND_ENUM_CONSTANT(DECAL_TEXTURE_MAX);
  2171. BIND_ENUM_CONSTANT(DECAL_FILTER_NEAREST);
  2172. BIND_ENUM_CONSTANT(DECAL_FILTER_LINEAR);
  2173. BIND_ENUM_CONSTANT(DECAL_FILTER_NEAREST_MIPMAPS);
  2174. BIND_ENUM_CONSTANT(DECAL_FILTER_LINEAR_MIPMAPS);
  2175. BIND_ENUM_CONSTANT(DECAL_FILTER_NEAREST_MIPMAPS_ANISOTROPIC);
  2176. BIND_ENUM_CONSTANT(DECAL_FILTER_LINEAR_MIPMAPS_ANISOTROPIC);
  2177. /* GI API (affects VoxelGI and SDFGI) */
  2178. ClassDB::bind_method(D_METHOD("gi_set_use_half_resolution", "half_resolution"), &RenderingServer::gi_set_use_half_resolution);
  2179. /* VOXEL GI API */
  2180. ClassDB::bind_method(D_METHOD("voxel_gi_create"), &RenderingServer::voxel_gi_create);
  2181. ClassDB::bind_method(D_METHOD("voxel_gi_allocate_data", "voxel_gi", "to_cell_xform", "aabb", "octree_size", "octree_cells", "data_cells", "distance_field", "level_counts"), &RenderingServer::voxel_gi_allocate_data);
  2182. ClassDB::bind_method(D_METHOD("voxel_gi_get_octree_size", "voxel_gi"), &RenderingServer::voxel_gi_get_octree_size);
  2183. ClassDB::bind_method(D_METHOD("voxel_gi_get_octree_cells", "voxel_gi"), &RenderingServer::voxel_gi_get_octree_cells);
  2184. ClassDB::bind_method(D_METHOD("voxel_gi_get_data_cells", "voxel_gi"), &RenderingServer::voxel_gi_get_data_cells);
  2185. ClassDB::bind_method(D_METHOD("voxel_gi_get_distance_field", "voxel_gi"), &RenderingServer::voxel_gi_get_distance_field);
  2186. ClassDB::bind_method(D_METHOD("voxel_gi_get_level_counts", "voxel_gi"), &RenderingServer::voxel_gi_get_level_counts);
  2187. ClassDB::bind_method(D_METHOD("voxel_gi_get_to_cell_xform", "voxel_gi"), &RenderingServer::voxel_gi_get_to_cell_xform);
  2188. ClassDB::bind_method(D_METHOD("voxel_gi_set_dynamic_range", "voxel_gi", "range"), &RenderingServer::voxel_gi_set_dynamic_range);
  2189. ClassDB::bind_method(D_METHOD("voxel_gi_set_propagation", "voxel_gi", "amount"), &RenderingServer::voxel_gi_set_propagation);
  2190. ClassDB::bind_method(D_METHOD("voxel_gi_set_energy", "voxel_gi", "energy"), &RenderingServer::voxel_gi_set_energy);
  2191. ClassDB::bind_method(D_METHOD("voxel_gi_set_baked_exposure_normalization", "voxel_gi", "baked_exposure"), &RenderingServer::voxel_gi_set_baked_exposure_normalization);
  2192. ClassDB::bind_method(D_METHOD("voxel_gi_set_bias", "voxel_gi", "bias"), &RenderingServer::voxel_gi_set_bias);
  2193. ClassDB::bind_method(D_METHOD("voxel_gi_set_normal_bias", "voxel_gi", "bias"), &RenderingServer::voxel_gi_set_normal_bias);
  2194. ClassDB::bind_method(D_METHOD("voxel_gi_set_interior", "voxel_gi", "enable"), &RenderingServer::voxel_gi_set_interior);
  2195. ClassDB::bind_method(D_METHOD("voxel_gi_set_use_two_bounces", "voxel_gi", "enable"), &RenderingServer::voxel_gi_set_use_two_bounces);
  2196. ClassDB::bind_method(D_METHOD("voxel_gi_set_quality", "quality"), &RenderingServer::voxel_gi_set_quality);
  2197. BIND_ENUM_CONSTANT(VOXEL_GI_QUALITY_LOW);
  2198. BIND_ENUM_CONSTANT(VOXEL_GI_QUALITY_HIGH);
  2199. /* LIGHTMAP */
  2200. ClassDB::bind_method(D_METHOD("lightmap_create"), &RenderingServer::lightmap_create);
  2201. ClassDB::bind_method(D_METHOD("lightmap_set_textures", "lightmap", "light", "uses_sh"), &RenderingServer::lightmap_set_textures);
  2202. ClassDB::bind_method(D_METHOD("lightmap_set_probe_bounds", "lightmap", "bounds"), &RenderingServer::lightmap_set_probe_bounds);
  2203. ClassDB::bind_method(D_METHOD("lightmap_set_probe_interior", "lightmap", "interior"), &RenderingServer::lightmap_set_probe_interior);
  2204. ClassDB::bind_method(D_METHOD("lightmap_set_probe_capture_data", "lightmap", "points", "point_sh", "tetrahedra", "bsp_tree"), &RenderingServer::lightmap_set_probe_capture_data);
  2205. ClassDB::bind_method(D_METHOD("lightmap_get_probe_capture_points", "lightmap"), &RenderingServer::lightmap_get_probe_capture_points);
  2206. ClassDB::bind_method(D_METHOD("lightmap_get_probe_capture_sh", "lightmap"), &RenderingServer::lightmap_get_probe_capture_sh);
  2207. ClassDB::bind_method(D_METHOD("lightmap_get_probe_capture_tetrahedra", "lightmap"), &RenderingServer::lightmap_get_probe_capture_tetrahedra);
  2208. ClassDB::bind_method(D_METHOD("lightmap_get_probe_capture_bsp_tree", "lightmap"), &RenderingServer::lightmap_get_probe_capture_bsp_tree);
  2209. ClassDB::bind_method(D_METHOD("lightmap_set_baked_exposure_normalization", "lightmap", "baked_exposure"), &RenderingServer::lightmap_set_baked_exposure_normalization);
  2210. ClassDB::bind_method(D_METHOD("lightmap_set_probe_capture_update_speed", "speed"), &RenderingServer::lightmap_set_probe_capture_update_speed);
  2211. /* PARTICLES API */
  2212. ClassDB::bind_method(D_METHOD("particles_create"), &RenderingServer::particles_create);
  2213. ClassDB::bind_method(D_METHOD("particles_set_mode", "particles", "mode"), &RenderingServer::particles_set_mode);
  2214. ClassDB::bind_method(D_METHOD("particles_set_emitting", "particles", "emitting"), &RenderingServer::particles_set_emitting);
  2215. ClassDB::bind_method(D_METHOD("particles_get_emitting", "particles"), &RenderingServer::particles_get_emitting);
  2216. ClassDB::bind_method(D_METHOD("particles_set_amount", "particles", "amount"), &RenderingServer::particles_set_amount);
  2217. ClassDB::bind_method(D_METHOD("particles_set_amount_ratio", "particles", "ratio"), &RenderingServer::particles_set_amount_ratio);
  2218. ClassDB::bind_method(D_METHOD("particles_set_lifetime", "particles", "lifetime"), &RenderingServer::particles_set_lifetime);
  2219. ClassDB::bind_method(D_METHOD("particles_set_one_shot", "particles", "one_shot"), &RenderingServer::particles_set_one_shot);
  2220. ClassDB::bind_method(D_METHOD("particles_set_pre_process_time", "particles", "time"), &RenderingServer::particles_set_pre_process_time);
  2221. ClassDB::bind_method(D_METHOD("particles_set_explosiveness_ratio", "particles", "ratio"), &RenderingServer::particles_set_explosiveness_ratio);
  2222. ClassDB::bind_method(D_METHOD("particles_set_randomness_ratio", "particles", "ratio"), &RenderingServer::particles_set_randomness_ratio);
  2223. ClassDB::bind_method(D_METHOD("particles_set_interp_to_end", "particles", "factor"), &RenderingServer::particles_set_interp_to_end);
  2224. ClassDB::bind_method(D_METHOD("particles_set_emitter_velocity", "particles", "velocity"), &RenderingServer::particles_set_emitter_velocity);
  2225. ClassDB::bind_method(D_METHOD("particles_set_custom_aabb", "particles", "aabb"), &RenderingServer::particles_set_custom_aabb);
  2226. ClassDB::bind_method(D_METHOD("particles_set_speed_scale", "particles", "scale"), &RenderingServer::particles_set_speed_scale);
  2227. ClassDB::bind_method(D_METHOD("particles_set_use_local_coordinates", "particles", "enable"), &RenderingServer::particles_set_use_local_coordinates);
  2228. ClassDB::bind_method(D_METHOD("particles_set_process_material", "particles", "material"), &RenderingServer::particles_set_process_material);
  2229. ClassDB::bind_method(D_METHOD("particles_set_fixed_fps", "particles", "fps"), &RenderingServer::particles_set_fixed_fps);
  2230. ClassDB::bind_method(D_METHOD("particles_set_interpolate", "particles", "enable"), &RenderingServer::particles_set_interpolate);
  2231. ClassDB::bind_method(D_METHOD("particles_set_fractional_delta", "particles", "enable"), &RenderingServer::particles_set_fractional_delta);
  2232. ClassDB::bind_method(D_METHOD("particles_set_collision_base_size", "particles", "size"), &RenderingServer::particles_set_collision_base_size);
  2233. ClassDB::bind_method(D_METHOD("particles_set_transform_align", "particles", "align"), &RenderingServer::particles_set_transform_align);
  2234. ClassDB::bind_method(D_METHOD("particles_set_trails", "particles", "enable", "length_sec"), &RenderingServer::particles_set_trails);
  2235. ClassDB::bind_method(D_METHOD("particles_set_trail_bind_poses", "particles", "bind_poses"), &RenderingServer::_particles_set_trail_bind_poses);
  2236. ClassDB::bind_method(D_METHOD("particles_is_inactive", "particles"), &RenderingServer::particles_is_inactive);
  2237. ClassDB::bind_method(D_METHOD("particles_request_process", "particles"), &RenderingServer::particles_request_process);
  2238. ClassDB::bind_method(D_METHOD("particles_restart", "particles"), &RenderingServer::particles_restart);
  2239. ClassDB::bind_method(D_METHOD("particles_set_subemitter", "particles", "subemitter_particles"), &RenderingServer::particles_set_subemitter);
  2240. ClassDB::bind_method(D_METHOD("particles_emit", "particles", "transform", "velocity", "color", "custom", "emit_flags"), &RenderingServer::particles_emit);
  2241. ClassDB::bind_method(D_METHOD("particles_set_draw_order", "particles", "order"), &RenderingServer::particles_set_draw_order);
  2242. ClassDB::bind_method(D_METHOD("particles_set_draw_passes", "particles", "count"), &RenderingServer::particles_set_draw_passes);
  2243. ClassDB::bind_method(D_METHOD("particles_set_draw_pass_mesh", "particles", "pass", "mesh"), &RenderingServer::particles_set_draw_pass_mesh);
  2244. ClassDB::bind_method(D_METHOD("particles_get_current_aabb", "particles"), &RenderingServer::particles_get_current_aabb);
  2245. ClassDB::bind_method(D_METHOD("particles_set_emission_transform", "particles", "transform"), &RenderingServer::particles_set_emission_transform);
  2246. BIND_ENUM_CONSTANT(PARTICLES_MODE_2D);
  2247. BIND_ENUM_CONSTANT(PARTICLES_MODE_3D);
  2248. BIND_ENUM_CONSTANT(PARTICLES_TRANSFORM_ALIGN_DISABLED);
  2249. BIND_ENUM_CONSTANT(PARTICLES_TRANSFORM_ALIGN_Z_BILLBOARD);
  2250. BIND_ENUM_CONSTANT(PARTICLES_TRANSFORM_ALIGN_Y_TO_VELOCITY);
  2251. BIND_ENUM_CONSTANT(PARTICLES_TRANSFORM_ALIGN_Z_BILLBOARD_Y_TO_VELOCITY);
  2252. BIND_CONSTANT(PARTICLES_EMIT_FLAG_POSITION);
  2253. BIND_CONSTANT(PARTICLES_EMIT_FLAG_ROTATION_SCALE);
  2254. BIND_CONSTANT(PARTICLES_EMIT_FLAG_VELOCITY);
  2255. BIND_CONSTANT(PARTICLES_EMIT_FLAG_COLOR);
  2256. BIND_CONSTANT(PARTICLES_EMIT_FLAG_CUSTOM);
  2257. BIND_ENUM_CONSTANT(PARTICLES_DRAW_ORDER_INDEX);
  2258. BIND_ENUM_CONSTANT(PARTICLES_DRAW_ORDER_LIFETIME);
  2259. BIND_ENUM_CONSTANT(PARTICLES_DRAW_ORDER_REVERSE_LIFETIME);
  2260. BIND_ENUM_CONSTANT(PARTICLES_DRAW_ORDER_VIEW_DEPTH);
  2261. /* PARTICLES COLLISION */
  2262. ClassDB::bind_method(D_METHOD("particles_collision_create"), &RenderingServer::particles_collision_create);
  2263. ClassDB::bind_method(D_METHOD("particles_collision_set_collision_type", "particles_collision", "type"), &RenderingServer::particles_collision_set_collision_type);
  2264. ClassDB::bind_method(D_METHOD("particles_collision_set_cull_mask", "particles_collision", "mask"), &RenderingServer::particles_collision_set_cull_mask);
  2265. ClassDB::bind_method(D_METHOD("particles_collision_set_sphere_radius", "particles_collision", "radius"), &RenderingServer::particles_collision_set_sphere_radius);
  2266. ClassDB::bind_method(D_METHOD("particles_collision_set_box_extents", "particles_collision", "extents"), &RenderingServer::particles_collision_set_box_extents);
  2267. ClassDB::bind_method(D_METHOD("particles_collision_set_attractor_strength", "particles_collision", "strength"), &RenderingServer::particles_collision_set_attractor_strength);
  2268. ClassDB::bind_method(D_METHOD("particles_collision_set_attractor_directionality", "particles_collision", "amount"), &RenderingServer::particles_collision_set_attractor_directionality);
  2269. ClassDB::bind_method(D_METHOD("particles_collision_set_attractor_attenuation", "particles_collision", "curve"), &RenderingServer::particles_collision_set_attractor_attenuation);
  2270. ClassDB::bind_method(D_METHOD("particles_collision_set_field_texture", "particles_collision", "texture"), &RenderingServer::particles_collision_set_field_texture);
  2271. ClassDB::bind_method(D_METHOD("particles_collision_height_field_update", "particles_collision"), &RenderingServer::particles_collision_height_field_update);
  2272. ClassDB::bind_method(D_METHOD("particles_collision_set_height_field_resolution", "particles_collision", "resolution"), &RenderingServer::particles_collision_set_height_field_resolution);
  2273. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_TYPE_SPHERE_ATTRACT);
  2274. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_TYPE_BOX_ATTRACT);
  2275. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_TYPE_VECTOR_FIELD_ATTRACT);
  2276. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_TYPE_SPHERE_COLLIDE);
  2277. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_TYPE_BOX_COLLIDE);
  2278. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_TYPE_SDF_COLLIDE);
  2279. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_TYPE_HEIGHTFIELD_COLLIDE);
  2280. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_256);
  2281. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_512);
  2282. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_1024);
  2283. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_2048);
  2284. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_4096);
  2285. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_8192);
  2286. BIND_ENUM_CONSTANT(PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_MAX);
  2287. /* FOG VOLUMES */
  2288. ClassDB::bind_method(D_METHOD("fog_volume_create"), &RenderingServer::fog_volume_create);
  2289. ClassDB::bind_method(D_METHOD("fog_volume_set_shape", "fog_volume", "shape"), &RenderingServer::fog_volume_set_shape);
  2290. ClassDB::bind_method(D_METHOD("fog_volume_set_size", "fog_volume", "size"), &RenderingServer::fog_volume_set_size);
  2291. ClassDB::bind_method(D_METHOD("fog_volume_set_material", "fog_volume", "material"), &RenderingServer::fog_volume_set_material);
  2292. BIND_ENUM_CONSTANT(FOG_VOLUME_SHAPE_ELLIPSOID);
  2293. BIND_ENUM_CONSTANT(FOG_VOLUME_SHAPE_CONE);
  2294. BIND_ENUM_CONSTANT(FOG_VOLUME_SHAPE_CYLINDER);
  2295. BIND_ENUM_CONSTANT(FOG_VOLUME_SHAPE_BOX);
  2296. BIND_ENUM_CONSTANT(FOG_VOLUME_SHAPE_WORLD);
  2297. BIND_ENUM_CONSTANT(FOG_VOLUME_SHAPE_MAX);
  2298. /* VISIBILITY NOTIFIER */
  2299. ClassDB::bind_method(D_METHOD("visibility_notifier_create"), &RenderingServer::visibility_notifier_create);
  2300. ClassDB::bind_method(D_METHOD("visibility_notifier_set_aabb", "notifier", "aabb"), &RenderingServer::visibility_notifier_set_aabb);
  2301. ClassDB::bind_method(D_METHOD("visibility_notifier_set_callbacks", "notifier", "enter_callable", "exit_callable"), &RenderingServer::visibility_notifier_set_callbacks);
  2302. /* OCCLUDER */
  2303. ClassDB::bind_method(D_METHOD("occluder_create"), &RenderingServer::occluder_create);
  2304. ClassDB::bind_method(D_METHOD("occluder_set_mesh", "occluder", "vertices", "indices"), &RenderingServer::occluder_set_mesh);
  2305. /* CAMERA */
  2306. ClassDB::bind_method(D_METHOD("camera_create"), &RenderingServer::camera_create);
  2307. ClassDB::bind_method(D_METHOD("camera_set_perspective", "camera", "fovy_degrees", "z_near", "z_far"), &RenderingServer::camera_set_perspective);
  2308. ClassDB::bind_method(D_METHOD("camera_set_orthogonal", "camera", "size", "z_near", "z_far"), &RenderingServer::camera_set_orthogonal);
  2309. ClassDB::bind_method(D_METHOD("camera_set_frustum", "camera", "size", "offset", "z_near", "z_far"), &RenderingServer::camera_set_frustum);
  2310. ClassDB::bind_method(D_METHOD("camera_set_transform", "camera", "transform"), &RenderingServer::camera_set_transform);
  2311. ClassDB::bind_method(D_METHOD("camera_set_cull_mask", "camera", "layers"), &RenderingServer::camera_set_cull_mask);
  2312. ClassDB::bind_method(D_METHOD("camera_set_environment", "camera", "env"), &RenderingServer::camera_set_environment);
  2313. ClassDB::bind_method(D_METHOD("camera_set_camera_attributes", "camera", "effects"), &RenderingServer::camera_set_camera_attributes);
  2314. ClassDB::bind_method(D_METHOD("camera_set_compositor", "camera", "compositor"), &RenderingServer::camera_set_compositor);
  2315. ClassDB::bind_method(D_METHOD("camera_set_use_vertical_aspect", "camera", "enable"), &RenderingServer::camera_set_use_vertical_aspect);
  2316. /* VIEWPORT */
  2317. ClassDB::bind_method(D_METHOD("viewport_create"), &RenderingServer::viewport_create);
  2318. ClassDB::bind_method(D_METHOD("viewport_set_use_xr", "viewport", "use_xr"), &RenderingServer::viewport_set_use_xr);
  2319. ClassDB::bind_method(D_METHOD("viewport_set_size", "viewport", "width", "height"), &RenderingServer::viewport_set_size);
  2320. ClassDB::bind_method(D_METHOD("viewport_set_active", "viewport", "active"), &RenderingServer::viewport_set_active);
  2321. ClassDB::bind_method(D_METHOD("viewport_set_parent_viewport", "viewport", "parent_viewport"), &RenderingServer::viewport_set_parent_viewport);
  2322. ClassDB::bind_method(D_METHOD("viewport_attach_to_screen", "viewport", "rect", "screen"), &RenderingServer::viewport_attach_to_screen, DEFVAL(Rect2()), DEFVAL(DisplayServer::MAIN_WINDOW_ID));
  2323. ClassDB::bind_method(D_METHOD("viewport_set_render_direct_to_screen", "viewport", "enabled"), &RenderingServer::viewport_set_render_direct_to_screen);
  2324. ClassDB::bind_method(D_METHOD("viewport_set_canvas_cull_mask", "viewport", "canvas_cull_mask"), &RenderingServer::viewport_set_canvas_cull_mask);
  2325. ClassDB::bind_method(D_METHOD("viewport_set_scaling_3d_mode", "viewport", "scaling_3d_mode"), &RenderingServer::viewport_set_scaling_3d_mode);
  2326. ClassDB::bind_method(D_METHOD("viewport_set_scaling_3d_scale", "viewport", "scale"), &RenderingServer::viewport_set_scaling_3d_scale);
  2327. ClassDB::bind_method(D_METHOD("viewport_set_fsr_sharpness", "viewport", "sharpness"), &RenderingServer::viewport_set_fsr_sharpness);
  2328. ClassDB::bind_method(D_METHOD("viewport_set_texture_mipmap_bias", "viewport", "mipmap_bias"), &RenderingServer::viewport_set_texture_mipmap_bias);
  2329. ClassDB::bind_method(D_METHOD("viewport_set_update_mode", "viewport", "update_mode"), &RenderingServer::viewport_set_update_mode);
  2330. ClassDB::bind_method(D_METHOD("viewport_get_update_mode", "viewport"), &RenderingServer::viewport_get_update_mode);
  2331. ClassDB::bind_method(D_METHOD("viewport_set_clear_mode", "viewport", "clear_mode"), &RenderingServer::viewport_set_clear_mode);
  2332. ClassDB::bind_method(D_METHOD("viewport_get_render_target", "viewport"), &RenderingServer::viewport_get_render_target);
  2333. ClassDB::bind_method(D_METHOD("viewport_get_texture", "viewport"), &RenderingServer::viewport_get_texture);
  2334. ClassDB::bind_method(D_METHOD("viewport_set_disable_3d", "viewport", "disable"), &RenderingServer::viewport_set_disable_3d);
  2335. ClassDB::bind_method(D_METHOD("viewport_set_disable_2d", "viewport", "disable"), &RenderingServer::viewport_set_disable_2d);
  2336. ClassDB::bind_method(D_METHOD("viewport_set_environment_mode", "viewport", "mode"), &RenderingServer::viewport_set_environment_mode);
  2337. ClassDB::bind_method(D_METHOD("viewport_attach_camera", "viewport", "camera"), &RenderingServer::viewport_attach_camera);
  2338. ClassDB::bind_method(D_METHOD("viewport_set_scenario", "viewport", "scenario"), &RenderingServer::viewport_set_scenario);
  2339. ClassDB::bind_method(D_METHOD("viewport_attach_canvas", "viewport", "canvas"), &RenderingServer::viewport_attach_canvas);
  2340. ClassDB::bind_method(D_METHOD("viewport_remove_canvas", "viewport", "canvas"), &RenderingServer::viewport_remove_canvas);
  2341. ClassDB::bind_method(D_METHOD("viewport_set_snap_2d_transforms_to_pixel", "viewport", "enabled"), &RenderingServer::viewport_set_snap_2d_transforms_to_pixel);
  2342. ClassDB::bind_method(D_METHOD("viewport_set_snap_2d_vertices_to_pixel", "viewport", "enabled"), &RenderingServer::viewport_set_snap_2d_vertices_to_pixel);
  2343. ClassDB::bind_method(D_METHOD("viewport_set_default_canvas_item_texture_filter", "viewport", "filter"), &RenderingServer::viewport_set_default_canvas_item_texture_filter);
  2344. ClassDB::bind_method(D_METHOD("viewport_set_default_canvas_item_texture_repeat", "viewport", "repeat"), &RenderingServer::viewport_set_default_canvas_item_texture_repeat);
  2345. ClassDB::bind_method(D_METHOD("viewport_set_canvas_transform", "viewport", "canvas", "offset"), &RenderingServer::viewport_set_canvas_transform);
  2346. ClassDB::bind_method(D_METHOD("viewport_set_canvas_stacking", "viewport", "canvas", "layer", "sublayer"), &RenderingServer::viewport_set_canvas_stacking);
  2347. ClassDB::bind_method(D_METHOD("viewport_set_transparent_background", "viewport", "enabled"), &RenderingServer::viewport_set_transparent_background);
  2348. ClassDB::bind_method(D_METHOD("viewport_set_global_canvas_transform", "viewport", "transform"), &RenderingServer::viewport_set_global_canvas_transform);
  2349. ClassDB::bind_method(D_METHOD("viewport_set_sdf_oversize_and_scale", "viewport", "oversize", "scale"), &RenderingServer::viewport_set_sdf_oversize_and_scale);
  2350. ClassDB::bind_method(D_METHOD("viewport_set_positional_shadow_atlas_size", "viewport", "size", "use_16_bits"), &RenderingServer::viewport_set_positional_shadow_atlas_size, DEFVAL(false));
  2351. ClassDB::bind_method(D_METHOD("viewport_set_positional_shadow_atlas_quadrant_subdivision", "viewport", "quadrant", "subdivision"), &RenderingServer::viewport_set_positional_shadow_atlas_quadrant_subdivision);
  2352. ClassDB::bind_method(D_METHOD("viewport_set_msaa_3d", "viewport", "msaa"), &RenderingServer::viewport_set_msaa_3d);
  2353. ClassDB::bind_method(D_METHOD("viewport_set_msaa_2d", "viewport", "msaa"), &RenderingServer::viewport_set_msaa_2d);
  2354. ClassDB::bind_method(D_METHOD("viewport_set_use_hdr_2d", "viewport", "enabled"), &RenderingServer::viewport_set_use_hdr_2d);
  2355. ClassDB::bind_method(D_METHOD("viewport_set_screen_space_aa", "viewport", "mode"), &RenderingServer::viewport_set_screen_space_aa);
  2356. ClassDB::bind_method(D_METHOD("viewport_set_use_taa", "viewport", "enable"), &RenderingServer::viewport_set_use_taa);
  2357. ClassDB::bind_method(D_METHOD("viewport_set_use_debanding", "viewport", "enable"), &RenderingServer::viewport_set_use_debanding);
  2358. ClassDB::bind_method(D_METHOD("viewport_set_use_occlusion_culling", "viewport", "enable"), &RenderingServer::viewport_set_use_occlusion_culling);
  2359. ClassDB::bind_method(D_METHOD("viewport_set_occlusion_rays_per_thread", "rays_per_thread"), &RenderingServer::viewport_set_occlusion_rays_per_thread);
  2360. ClassDB::bind_method(D_METHOD("viewport_set_occlusion_culling_build_quality", "quality"), &RenderingServer::viewport_set_occlusion_culling_build_quality);
  2361. ClassDB::bind_method(D_METHOD("viewport_get_render_info", "viewport", "type", "info"), &RenderingServer::viewport_get_render_info);
  2362. ClassDB::bind_method(D_METHOD("viewport_set_debug_draw", "viewport", "draw"), &RenderingServer::viewport_set_debug_draw);
  2363. ClassDB::bind_method(D_METHOD("viewport_set_measure_render_time", "viewport", "enable"), &RenderingServer::viewport_set_measure_render_time);
  2364. ClassDB::bind_method(D_METHOD("viewport_get_measured_render_time_cpu", "viewport"), &RenderingServer::viewport_get_measured_render_time_cpu);
  2365. ClassDB::bind_method(D_METHOD("viewport_get_measured_render_time_gpu", "viewport"), &RenderingServer::viewport_get_measured_render_time_gpu);
  2366. ClassDB::bind_method(D_METHOD("viewport_set_vrs_mode", "viewport", "mode"), &RenderingServer::viewport_set_vrs_mode);
  2367. ClassDB::bind_method(D_METHOD("viewport_set_vrs_update_mode", "viewport", "mode"), &RenderingServer::viewport_set_vrs_update_mode);
  2368. ClassDB::bind_method(D_METHOD("viewport_set_vrs_texture", "viewport", "texture"), &RenderingServer::viewport_set_vrs_texture);
  2369. BIND_ENUM_CONSTANT(VIEWPORT_SCALING_3D_MODE_BILINEAR);
  2370. BIND_ENUM_CONSTANT(VIEWPORT_SCALING_3D_MODE_FSR);
  2371. BIND_ENUM_CONSTANT(VIEWPORT_SCALING_3D_MODE_FSR2);
  2372. BIND_ENUM_CONSTANT(VIEWPORT_SCALING_3D_MODE_MAX);
  2373. BIND_ENUM_CONSTANT(VIEWPORT_UPDATE_DISABLED);
  2374. BIND_ENUM_CONSTANT(VIEWPORT_UPDATE_ONCE); // Then goes to disabled, must be manually updated.
  2375. BIND_ENUM_CONSTANT(VIEWPORT_UPDATE_WHEN_VISIBLE); // Default
  2376. BIND_ENUM_CONSTANT(VIEWPORT_UPDATE_WHEN_PARENT_VISIBLE);
  2377. BIND_ENUM_CONSTANT(VIEWPORT_UPDATE_ALWAYS);
  2378. BIND_ENUM_CONSTANT(VIEWPORT_CLEAR_ALWAYS);
  2379. BIND_ENUM_CONSTANT(VIEWPORT_CLEAR_NEVER);
  2380. BIND_ENUM_CONSTANT(VIEWPORT_CLEAR_ONLY_NEXT_FRAME);
  2381. BIND_ENUM_CONSTANT(VIEWPORT_ENVIRONMENT_DISABLED);
  2382. BIND_ENUM_CONSTANT(VIEWPORT_ENVIRONMENT_ENABLED);
  2383. BIND_ENUM_CONSTANT(VIEWPORT_ENVIRONMENT_INHERIT);
  2384. BIND_ENUM_CONSTANT(VIEWPORT_ENVIRONMENT_MAX);
  2385. BIND_ENUM_CONSTANT(VIEWPORT_SDF_OVERSIZE_100_PERCENT);
  2386. BIND_ENUM_CONSTANT(VIEWPORT_SDF_OVERSIZE_120_PERCENT);
  2387. BIND_ENUM_CONSTANT(VIEWPORT_SDF_OVERSIZE_150_PERCENT);
  2388. BIND_ENUM_CONSTANT(VIEWPORT_SDF_OVERSIZE_200_PERCENT);
  2389. BIND_ENUM_CONSTANT(VIEWPORT_SDF_OVERSIZE_MAX);
  2390. BIND_ENUM_CONSTANT(VIEWPORT_SDF_SCALE_100_PERCENT);
  2391. BIND_ENUM_CONSTANT(VIEWPORT_SDF_SCALE_50_PERCENT);
  2392. BIND_ENUM_CONSTANT(VIEWPORT_SDF_SCALE_25_PERCENT);
  2393. BIND_ENUM_CONSTANT(VIEWPORT_SDF_SCALE_MAX);
  2394. BIND_ENUM_CONSTANT(VIEWPORT_MSAA_DISABLED);
  2395. BIND_ENUM_CONSTANT(VIEWPORT_MSAA_2X);
  2396. BIND_ENUM_CONSTANT(VIEWPORT_MSAA_4X);
  2397. BIND_ENUM_CONSTANT(VIEWPORT_MSAA_8X);
  2398. BIND_ENUM_CONSTANT(VIEWPORT_MSAA_MAX);
  2399. BIND_ENUM_CONSTANT(VIEWPORT_SCREEN_SPACE_AA_DISABLED);
  2400. BIND_ENUM_CONSTANT(VIEWPORT_SCREEN_SPACE_AA_FXAA);
  2401. BIND_ENUM_CONSTANT(VIEWPORT_SCREEN_SPACE_AA_MAX);
  2402. BIND_ENUM_CONSTANT(VIEWPORT_OCCLUSION_BUILD_QUALITY_LOW);
  2403. BIND_ENUM_CONSTANT(VIEWPORT_OCCLUSION_BUILD_QUALITY_MEDIUM);
  2404. BIND_ENUM_CONSTANT(VIEWPORT_OCCLUSION_BUILD_QUALITY_HIGH);
  2405. BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_OBJECTS_IN_FRAME);
  2406. BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_PRIMITIVES_IN_FRAME);
  2407. BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_DRAW_CALLS_IN_FRAME);
  2408. BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_MAX);
  2409. BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_TYPE_VISIBLE);
  2410. BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_TYPE_SHADOW);
  2411. BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_TYPE_CANVAS);
  2412. BIND_ENUM_CONSTANT(VIEWPORT_RENDER_INFO_TYPE_MAX);
  2413. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_DISABLED);
  2414. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_UNSHADED);
  2415. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_LIGHTING);
  2416. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_OVERDRAW);
  2417. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_WIREFRAME);
  2418. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_NORMAL_BUFFER);
  2419. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_VOXEL_GI_ALBEDO);
  2420. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_VOXEL_GI_LIGHTING);
  2421. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_VOXEL_GI_EMISSION);
  2422. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_SHADOW_ATLAS);
  2423. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_DIRECTIONAL_SHADOW_ATLAS);
  2424. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_SCENE_LUMINANCE);
  2425. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_SSAO);
  2426. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_SSIL);
  2427. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_PSSM_SPLITS);
  2428. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_DECAL_ATLAS);
  2429. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_SDFGI);
  2430. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_SDFGI_PROBES);
  2431. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_GI_BUFFER);
  2432. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_DISABLE_LOD);
  2433. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_CLUSTER_OMNI_LIGHTS);
  2434. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_CLUSTER_SPOT_LIGHTS);
  2435. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_CLUSTER_DECALS);
  2436. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_CLUSTER_REFLECTION_PROBES);
  2437. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_OCCLUDERS);
  2438. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_MOTION_VECTORS);
  2439. BIND_ENUM_CONSTANT(VIEWPORT_DEBUG_DRAW_INTERNAL_BUFFER);
  2440. BIND_ENUM_CONSTANT(VIEWPORT_VRS_DISABLED);
  2441. BIND_ENUM_CONSTANT(VIEWPORT_VRS_TEXTURE);
  2442. BIND_ENUM_CONSTANT(VIEWPORT_VRS_XR);
  2443. BIND_ENUM_CONSTANT(VIEWPORT_VRS_MAX);
  2444. BIND_ENUM_CONSTANT(VIEWPORT_VRS_UPDATE_DISABLED);
  2445. BIND_ENUM_CONSTANT(VIEWPORT_VRS_UPDATE_ONCE); // Then goes to disabled, must be manually updated.
  2446. BIND_ENUM_CONSTANT(VIEWPORT_VRS_UPDATE_ALWAYS);
  2447. BIND_ENUM_CONSTANT(VIEWPORT_VRS_UPDATE_MAX);
  2448. /* SKY API */
  2449. ClassDB::bind_method(D_METHOD("sky_create"), &RenderingServer::sky_create);
  2450. ClassDB::bind_method(D_METHOD("sky_set_radiance_size", "sky", "radiance_size"), &RenderingServer::sky_set_radiance_size);
  2451. ClassDB::bind_method(D_METHOD("sky_set_mode", "sky", "mode"), &RenderingServer::sky_set_mode);
  2452. ClassDB::bind_method(D_METHOD("sky_set_material", "sky", "material"), &RenderingServer::sky_set_material);
  2453. ClassDB::bind_method(D_METHOD("sky_bake_panorama", "sky", "energy", "bake_irradiance", "size"), &RenderingServer::sky_bake_panorama);
  2454. BIND_ENUM_CONSTANT(SKY_MODE_AUTOMATIC);
  2455. BIND_ENUM_CONSTANT(SKY_MODE_QUALITY);
  2456. BIND_ENUM_CONSTANT(SKY_MODE_INCREMENTAL);
  2457. BIND_ENUM_CONSTANT(SKY_MODE_REALTIME);
  2458. /* COMPOSITOR EFFECT API */
  2459. ClassDB::bind_method(D_METHOD("compositor_effect_create"), &RenderingServer::compositor_effect_create);
  2460. ClassDB::bind_method(D_METHOD("compositor_effect_set_enabled", "effect", "enabled"), &RenderingServer::compositor_effect_set_enabled);
  2461. ClassDB::bind_method(D_METHOD("compositor_effect_set_callback", "effect", "callback_type", "callback"), &RenderingServer::compositor_effect_set_callback);
  2462. ClassDB::bind_method(D_METHOD("compositor_effect_set_flag", "effect", "flag", "set"), &RenderingServer::compositor_effect_set_flag);
  2463. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_FLAG_ACCESS_RESOLVED_COLOR);
  2464. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_FLAG_ACCESS_RESOLVED_DEPTH);
  2465. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_FLAG_NEEDS_MOTION_VECTORS);
  2466. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_FLAG_NEEDS_ROUGHNESS);
  2467. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_FLAG_NEEDS_SEPARATE_SPECULAR);
  2468. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_CALLBACK_TYPE_PRE_OPAQUE);
  2469. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_CALLBACK_TYPE_POST_OPAQUE);
  2470. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_CALLBACK_TYPE_POST_SKY);
  2471. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_CALLBACK_TYPE_PRE_TRANSPARENT);
  2472. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_CALLBACK_TYPE_POST_TRANSPARENT);
  2473. BIND_ENUM_CONSTANT(COMPOSITOR_EFFECT_CALLBACK_TYPE_ANY);
  2474. /* COMPOSITOR */
  2475. ClassDB::bind_method(D_METHOD("compositor_create"), &RenderingServer::compositor_create);
  2476. ClassDB::bind_method(D_METHOD("compositor_set_compositor_effects", "compositor", "effects"), &RenderingServer::compositor_set_compositor_effects);
  2477. /* ENVIRONMENT */
  2478. ClassDB::bind_method(D_METHOD("environment_create"), &RenderingServer::environment_create);
  2479. ClassDB::bind_method(D_METHOD("environment_set_background", "env", "bg"), &RenderingServer::environment_set_background);
  2480. ClassDB::bind_method(D_METHOD("environment_set_sky", "env", "sky"), &RenderingServer::environment_set_sky);
  2481. ClassDB::bind_method(D_METHOD("environment_set_sky_custom_fov", "env", "scale"), &RenderingServer::environment_set_sky_custom_fov);
  2482. ClassDB::bind_method(D_METHOD("environment_set_sky_orientation", "env", "orientation"), &RenderingServer::environment_set_sky_orientation);
  2483. ClassDB::bind_method(D_METHOD("environment_set_bg_color", "env", "color"), &RenderingServer::environment_set_bg_color);
  2484. ClassDB::bind_method(D_METHOD("environment_set_bg_energy", "env", "multiplier", "exposure_value"), &RenderingServer::environment_set_bg_energy);
  2485. ClassDB::bind_method(D_METHOD("environment_set_canvas_max_layer", "env", "max_layer"), &RenderingServer::environment_set_canvas_max_layer);
  2486. ClassDB::bind_method(D_METHOD("environment_set_ambient_light", "env", "color", "ambient", "energy", "sky_contibution", "reflection_source"), &RenderingServer::environment_set_ambient_light, DEFVAL(RS::ENV_AMBIENT_SOURCE_BG), DEFVAL(1.0), DEFVAL(0.0), DEFVAL(RS::ENV_REFLECTION_SOURCE_BG));
  2487. ClassDB::bind_method(D_METHOD("environment_set_glow", "env", "enable", "levels", "intensity", "strength", "mix", "bloom_threshold", "blend_mode", "hdr_bleed_threshold", "hdr_bleed_scale", "hdr_luminance_cap", "glow_map_strength", "glow_map"), &RenderingServer::environment_set_glow);
  2488. ClassDB::bind_method(D_METHOD("environment_set_tonemap", "env", "tone_mapper", "exposure", "white"), &RenderingServer::environment_set_tonemap);
  2489. ClassDB::bind_method(D_METHOD("environment_set_adjustment", "env", "enable", "brightness", "contrast", "saturation", "use_1d_color_correction", "color_correction"), &RenderingServer::environment_set_adjustment);
  2490. ClassDB::bind_method(D_METHOD("environment_set_ssr", "env", "enable", "max_steps", "fade_in", "fade_out", "depth_tolerance"), &RenderingServer::environment_set_ssr);
  2491. ClassDB::bind_method(D_METHOD("environment_set_ssao", "env", "enable", "radius", "intensity", "power", "detail", "horizon", "sharpness", "light_affect", "ao_channel_affect"), &RenderingServer::environment_set_ssao);
  2492. ClassDB::bind_method(D_METHOD("environment_set_fog", "env", "enable", "light_color", "light_energy", "sun_scatter", "density", "height", "height_density", "aerial_perspective", "sky_affect", "fog_mode"), &RenderingServer::environment_set_fog, DEFVAL(RS::ENV_FOG_MODE_EXPONENTIAL));
  2493. ClassDB::bind_method(D_METHOD("environment_set_sdfgi", "env", "enable", "cascades", "min_cell_size", "y_scale", "use_occlusion", "bounce_feedback", "read_sky", "energy", "normal_bias", "probe_bias"), &RenderingServer::environment_set_sdfgi);
  2494. ClassDB::bind_method(D_METHOD("environment_set_volumetric_fog", "env", "enable", "density", "albedo", "emission", "emission_energy", "anisotropy", "length", "p_detail_spread", "gi_inject", "temporal_reprojection", "temporal_reprojection_amount", "ambient_inject", "sky_affect"), &RenderingServer::environment_set_volumetric_fog);
  2495. ClassDB::bind_method(D_METHOD("environment_glow_set_use_bicubic_upscale", "enable"), &RenderingServer::environment_glow_set_use_bicubic_upscale);
  2496. ClassDB::bind_method(D_METHOD("environment_set_ssr_roughness_quality", "quality"), &RenderingServer::environment_set_ssr_roughness_quality);
  2497. ClassDB::bind_method(D_METHOD("environment_set_ssao_quality", "quality", "half_size", "adaptive_target", "blur_passes", "fadeout_from", "fadeout_to"), &RenderingServer::environment_set_ssao_quality);
  2498. ClassDB::bind_method(D_METHOD("environment_set_ssil_quality", "quality", "half_size", "adaptive_target", "blur_passes", "fadeout_from", "fadeout_to"), &RenderingServer::environment_set_ssil_quality);
  2499. ClassDB::bind_method(D_METHOD("environment_set_sdfgi_ray_count", "ray_count"), &RenderingServer::environment_set_sdfgi_ray_count);
  2500. ClassDB::bind_method(D_METHOD("environment_set_sdfgi_frames_to_converge", "frames"), &RenderingServer::environment_set_sdfgi_frames_to_converge);
  2501. ClassDB::bind_method(D_METHOD("environment_set_sdfgi_frames_to_update_light", "frames"), &RenderingServer::environment_set_sdfgi_frames_to_update_light);
  2502. ClassDB::bind_method(D_METHOD("environment_set_volumetric_fog_volume_size", "size", "depth"), &RenderingServer::environment_set_volumetric_fog_volume_size);
  2503. ClassDB::bind_method(D_METHOD("environment_set_volumetric_fog_filter_active", "active"), &RenderingServer::environment_set_volumetric_fog_filter_active);
  2504. ClassDB::bind_method(D_METHOD("environment_bake_panorama", "environment", "bake_irradiance", "size"), &RenderingServer::environment_bake_panorama);
  2505. ClassDB::bind_method(D_METHOD("screen_space_roughness_limiter_set_active", "enable", "amount", "limit"), &RenderingServer::screen_space_roughness_limiter_set_active);
  2506. ClassDB::bind_method(D_METHOD("sub_surface_scattering_set_quality", "quality"), &RenderingServer::sub_surface_scattering_set_quality);
  2507. ClassDB::bind_method(D_METHOD("sub_surface_scattering_set_scale", "scale", "depth_scale"), &RenderingServer::sub_surface_scattering_set_scale);
  2508. BIND_ENUM_CONSTANT(ENV_BG_CLEAR_COLOR);
  2509. BIND_ENUM_CONSTANT(ENV_BG_COLOR);
  2510. BIND_ENUM_CONSTANT(ENV_BG_SKY);
  2511. BIND_ENUM_CONSTANT(ENV_BG_CANVAS);
  2512. BIND_ENUM_CONSTANT(ENV_BG_KEEP);
  2513. BIND_ENUM_CONSTANT(ENV_BG_CAMERA_FEED);
  2514. BIND_ENUM_CONSTANT(ENV_BG_MAX);
  2515. BIND_ENUM_CONSTANT(ENV_AMBIENT_SOURCE_BG);
  2516. BIND_ENUM_CONSTANT(ENV_AMBIENT_SOURCE_DISABLED);
  2517. BIND_ENUM_CONSTANT(ENV_AMBIENT_SOURCE_COLOR);
  2518. BIND_ENUM_CONSTANT(ENV_AMBIENT_SOURCE_SKY);
  2519. BIND_ENUM_CONSTANT(ENV_REFLECTION_SOURCE_BG);
  2520. BIND_ENUM_CONSTANT(ENV_REFLECTION_SOURCE_DISABLED);
  2521. BIND_ENUM_CONSTANT(ENV_REFLECTION_SOURCE_SKY);
  2522. BIND_ENUM_CONSTANT(ENV_GLOW_BLEND_MODE_ADDITIVE);
  2523. BIND_ENUM_CONSTANT(ENV_GLOW_BLEND_MODE_SCREEN);
  2524. BIND_ENUM_CONSTANT(ENV_GLOW_BLEND_MODE_SOFTLIGHT);
  2525. BIND_ENUM_CONSTANT(ENV_GLOW_BLEND_MODE_REPLACE);
  2526. BIND_ENUM_CONSTANT(ENV_GLOW_BLEND_MODE_MIX);
  2527. BIND_ENUM_CONSTANT(ENV_FOG_MODE_EXPONENTIAL);
  2528. BIND_ENUM_CONSTANT(ENV_FOG_MODE_DEPTH);
  2529. BIND_ENUM_CONSTANT(ENV_TONE_MAPPER_LINEAR);
  2530. BIND_ENUM_CONSTANT(ENV_TONE_MAPPER_REINHARD);
  2531. BIND_ENUM_CONSTANT(ENV_TONE_MAPPER_FILMIC);
  2532. BIND_ENUM_CONSTANT(ENV_TONE_MAPPER_ACES);
  2533. BIND_ENUM_CONSTANT(ENV_SSR_ROUGHNESS_QUALITY_DISABLED);
  2534. BIND_ENUM_CONSTANT(ENV_SSR_ROUGHNESS_QUALITY_LOW);
  2535. BIND_ENUM_CONSTANT(ENV_SSR_ROUGHNESS_QUALITY_MEDIUM);
  2536. BIND_ENUM_CONSTANT(ENV_SSR_ROUGHNESS_QUALITY_HIGH);
  2537. BIND_ENUM_CONSTANT(ENV_SSAO_QUALITY_VERY_LOW);
  2538. BIND_ENUM_CONSTANT(ENV_SSAO_QUALITY_LOW);
  2539. BIND_ENUM_CONSTANT(ENV_SSAO_QUALITY_MEDIUM);
  2540. BIND_ENUM_CONSTANT(ENV_SSAO_QUALITY_HIGH);
  2541. BIND_ENUM_CONSTANT(ENV_SSAO_QUALITY_ULTRA);
  2542. BIND_ENUM_CONSTANT(ENV_SSIL_QUALITY_VERY_LOW);
  2543. BIND_ENUM_CONSTANT(ENV_SSIL_QUALITY_LOW);
  2544. BIND_ENUM_CONSTANT(ENV_SSIL_QUALITY_MEDIUM);
  2545. BIND_ENUM_CONSTANT(ENV_SSIL_QUALITY_HIGH);
  2546. BIND_ENUM_CONSTANT(ENV_SSIL_QUALITY_ULTRA);
  2547. BIND_ENUM_CONSTANT(ENV_SDFGI_Y_SCALE_50_PERCENT);
  2548. BIND_ENUM_CONSTANT(ENV_SDFGI_Y_SCALE_75_PERCENT);
  2549. BIND_ENUM_CONSTANT(ENV_SDFGI_Y_SCALE_100_PERCENT);
  2550. BIND_ENUM_CONSTANT(ENV_SDFGI_RAY_COUNT_4);
  2551. BIND_ENUM_CONSTANT(ENV_SDFGI_RAY_COUNT_8);
  2552. BIND_ENUM_CONSTANT(ENV_SDFGI_RAY_COUNT_16);
  2553. BIND_ENUM_CONSTANT(ENV_SDFGI_RAY_COUNT_32);
  2554. BIND_ENUM_CONSTANT(ENV_SDFGI_RAY_COUNT_64);
  2555. BIND_ENUM_CONSTANT(ENV_SDFGI_RAY_COUNT_96);
  2556. BIND_ENUM_CONSTANT(ENV_SDFGI_RAY_COUNT_128);
  2557. BIND_ENUM_CONSTANT(ENV_SDFGI_RAY_COUNT_MAX);
  2558. BIND_ENUM_CONSTANT(ENV_SDFGI_CONVERGE_IN_5_FRAMES);
  2559. BIND_ENUM_CONSTANT(ENV_SDFGI_CONVERGE_IN_10_FRAMES);
  2560. BIND_ENUM_CONSTANT(ENV_SDFGI_CONVERGE_IN_15_FRAMES);
  2561. BIND_ENUM_CONSTANT(ENV_SDFGI_CONVERGE_IN_20_FRAMES);
  2562. BIND_ENUM_CONSTANT(ENV_SDFGI_CONVERGE_IN_25_FRAMES);
  2563. BIND_ENUM_CONSTANT(ENV_SDFGI_CONVERGE_IN_30_FRAMES);
  2564. BIND_ENUM_CONSTANT(ENV_SDFGI_CONVERGE_MAX);
  2565. BIND_ENUM_CONSTANT(ENV_SDFGI_UPDATE_LIGHT_IN_1_FRAME);
  2566. BIND_ENUM_CONSTANT(ENV_SDFGI_UPDATE_LIGHT_IN_2_FRAMES);
  2567. BIND_ENUM_CONSTANT(ENV_SDFGI_UPDATE_LIGHT_IN_4_FRAMES);
  2568. BIND_ENUM_CONSTANT(ENV_SDFGI_UPDATE_LIGHT_IN_8_FRAMES);
  2569. BIND_ENUM_CONSTANT(ENV_SDFGI_UPDATE_LIGHT_IN_16_FRAMES);
  2570. BIND_ENUM_CONSTANT(ENV_SDFGI_UPDATE_LIGHT_MAX);
  2571. BIND_ENUM_CONSTANT(SUB_SURFACE_SCATTERING_QUALITY_DISABLED);
  2572. BIND_ENUM_CONSTANT(SUB_SURFACE_SCATTERING_QUALITY_LOW);
  2573. BIND_ENUM_CONSTANT(SUB_SURFACE_SCATTERING_QUALITY_MEDIUM);
  2574. BIND_ENUM_CONSTANT(SUB_SURFACE_SCATTERING_QUALITY_HIGH);
  2575. /* CAMERA EFFECTS */
  2576. ClassDB::bind_method(D_METHOD("camera_attributes_create"), &RenderingServer::camera_attributes_create);
  2577. ClassDB::bind_method(D_METHOD("camera_attributes_set_dof_blur_quality", "quality", "use_jitter"), &RenderingServer::camera_attributes_set_dof_blur_quality);
  2578. ClassDB::bind_method(D_METHOD("camera_attributes_set_dof_blur_bokeh_shape", "shape"), &RenderingServer::camera_attributes_set_dof_blur_bokeh_shape);
  2579. ClassDB::bind_method(D_METHOD("camera_attributes_set_dof_blur", "camera_attributes", "far_enable", "far_distance", "far_transition", "near_enable", "near_distance", "near_transition", "amount"), &RenderingServer::camera_attributes_set_dof_blur);
  2580. ClassDB::bind_method(D_METHOD("camera_attributes_set_exposure", "camera_attributes", "multiplier", "normalization"), &RenderingServer::camera_attributes_set_exposure);
  2581. ClassDB::bind_method(D_METHOD("camera_attributes_set_auto_exposure", "camera_attributes", "enable", "min_sensitivity", "max_sensitivity", "speed", "scale"), &RenderingServer::camera_attributes_set_auto_exposure);
  2582. BIND_ENUM_CONSTANT(DOF_BOKEH_BOX);
  2583. BIND_ENUM_CONSTANT(DOF_BOKEH_HEXAGON);
  2584. BIND_ENUM_CONSTANT(DOF_BOKEH_CIRCLE);
  2585. BIND_ENUM_CONSTANT(DOF_BLUR_QUALITY_VERY_LOW);
  2586. BIND_ENUM_CONSTANT(DOF_BLUR_QUALITY_LOW);
  2587. BIND_ENUM_CONSTANT(DOF_BLUR_QUALITY_MEDIUM);
  2588. BIND_ENUM_CONSTANT(DOF_BLUR_QUALITY_HIGH);
  2589. /* SCENARIO */
  2590. ClassDB::bind_method(D_METHOD("scenario_create"), &RenderingServer::scenario_create);
  2591. ClassDB::bind_method(D_METHOD("scenario_set_environment", "scenario", "environment"), &RenderingServer::scenario_set_environment);
  2592. ClassDB::bind_method(D_METHOD("scenario_set_fallback_environment", "scenario", "environment"), &RenderingServer::scenario_set_fallback_environment);
  2593. ClassDB::bind_method(D_METHOD("scenario_set_camera_attributes", "scenario", "effects"), &RenderingServer::scenario_set_camera_attributes);
  2594. ClassDB::bind_method(D_METHOD("scenario_set_compositor", "scenario", "compositor"), &RenderingServer::scenario_set_compositor);
  2595. /* INSTANCE */
  2596. ClassDB::bind_method(D_METHOD("instance_create2", "base", "scenario"), &RenderingServer::instance_create2);
  2597. ClassDB::bind_method(D_METHOD("instance_create"), &RenderingServer::instance_create);
  2598. ClassDB::bind_method(D_METHOD("instance_set_base", "instance", "base"), &RenderingServer::instance_set_base);
  2599. ClassDB::bind_method(D_METHOD("instance_set_scenario", "instance", "scenario"), &RenderingServer::instance_set_scenario);
  2600. ClassDB::bind_method(D_METHOD("instance_set_layer_mask", "instance", "mask"), &RenderingServer::instance_set_layer_mask);
  2601. ClassDB::bind_method(D_METHOD("instance_set_pivot_data", "instance", "sorting_offset", "use_aabb_center"), &RenderingServer::instance_set_pivot_data);
  2602. ClassDB::bind_method(D_METHOD("instance_set_transform", "instance", "transform"), &RenderingServer::instance_set_transform);
  2603. ClassDB::bind_method(D_METHOD("instance_attach_object_instance_id", "instance", "id"), &RenderingServer::instance_attach_object_instance_id);
  2604. ClassDB::bind_method(D_METHOD("instance_set_blend_shape_weight", "instance", "shape", "weight"), &RenderingServer::instance_set_blend_shape_weight);
  2605. ClassDB::bind_method(D_METHOD("instance_set_surface_override_material", "instance", "surface", "material"), &RenderingServer::instance_set_surface_override_material);
  2606. ClassDB::bind_method(D_METHOD("instance_set_visible", "instance", "visible"), &RenderingServer::instance_set_visible);
  2607. ClassDB::bind_method(D_METHOD("instance_geometry_set_transparency", "instance", "transparency"), &RenderingServer::instance_geometry_set_transparency);
  2608. ClassDB::bind_method(D_METHOD("instance_set_custom_aabb", "instance", "aabb"), &RenderingServer::instance_set_custom_aabb);
  2609. ClassDB::bind_method(D_METHOD("instance_attach_skeleton", "instance", "skeleton"), &RenderingServer::instance_attach_skeleton);
  2610. ClassDB::bind_method(D_METHOD("instance_set_extra_visibility_margin", "instance", "margin"), &RenderingServer::instance_set_extra_visibility_margin);
  2611. ClassDB::bind_method(D_METHOD("instance_set_visibility_parent", "instance", "parent"), &RenderingServer::instance_set_visibility_parent);
  2612. ClassDB::bind_method(D_METHOD("instance_set_ignore_culling", "instance", "enabled"), &RenderingServer::instance_set_ignore_culling);
  2613. ClassDB::bind_method(D_METHOD("instance_geometry_set_flag", "instance", "flag", "enabled"), &RenderingServer::instance_geometry_set_flag);
  2614. ClassDB::bind_method(D_METHOD("instance_geometry_set_cast_shadows_setting", "instance", "shadow_casting_setting"), &RenderingServer::instance_geometry_set_cast_shadows_setting);
  2615. ClassDB::bind_method(D_METHOD("instance_geometry_set_material_override", "instance", "material"), &RenderingServer::instance_geometry_set_material_override);
  2616. ClassDB::bind_method(D_METHOD("instance_geometry_set_material_overlay", "instance", "material"), &RenderingServer::instance_geometry_set_material_overlay);
  2617. ClassDB::bind_method(D_METHOD("instance_geometry_set_visibility_range", "instance", "min", "max", "min_margin", "max_margin", "fade_mode"), &RenderingServer::instance_geometry_set_visibility_range);
  2618. ClassDB::bind_method(D_METHOD("instance_geometry_set_lightmap", "instance", "lightmap", "lightmap_uv_scale", "lightmap_slice"), &RenderingServer::instance_geometry_set_lightmap);
  2619. ClassDB::bind_method(D_METHOD("instance_geometry_set_lod_bias", "instance", "lod_bias"), &RenderingServer::instance_geometry_set_lod_bias);
  2620. ClassDB::bind_method(D_METHOD("instance_geometry_set_shader_parameter", "instance", "parameter", "value"), &RenderingServer::instance_geometry_set_shader_parameter);
  2621. ClassDB::bind_method(D_METHOD("instance_geometry_get_shader_parameter", "instance", "parameter"), &RenderingServer::instance_geometry_get_shader_parameter);
  2622. ClassDB::bind_method(D_METHOD("instance_geometry_get_shader_parameter_default_value", "instance", "parameter"), &RenderingServer::instance_geometry_get_shader_parameter_default_value);
  2623. ClassDB::bind_method(D_METHOD("instance_geometry_get_shader_parameter_list", "instance"), &RenderingServer::_instance_geometry_get_shader_parameter_list);
  2624. ClassDB::bind_method(D_METHOD("instances_cull_aabb", "aabb", "scenario"), &RenderingServer::_instances_cull_aabb_bind, DEFVAL(RID()));
  2625. ClassDB::bind_method(D_METHOD("instances_cull_ray", "from", "to", "scenario"), &RenderingServer::_instances_cull_ray_bind, DEFVAL(RID()));
  2626. ClassDB::bind_method(D_METHOD("instances_cull_convex", "convex", "scenario"), &RenderingServer::_instances_cull_convex_bind, DEFVAL(RID()));
  2627. BIND_ENUM_CONSTANT(INSTANCE_NONE);
  2628. BIND_ENUM_CONSTANT(INSTANCE_MESH);
  2629. BIND_ENUM_CONSTANT(INSTANCE_MULTIMESH);
  2630. BIND_ENUM_CONSTANT(INSTANCE_PARTICLES);
  2631. BIND_ENUM_CONSTANT(INSTANCE_PARTICLES_COLLISION);
  2632. BIND_ENUM_CONSTANT(INSTANCE_LIGHT);
  2633. BIND_ENUM_CONSTANT(INSTANCE_REFLECTION_PROBE);
  2634. BIND_ENUM_CONSTANT(INSTANCE_DECAL);
  2635. BIND_ENUM_CONSTANT(INSTANCE_VOXEL_GI);
  2636. BIND_ENUM_CONSTANT(INSTANCE_LIGHTMAP);
  2637. BIND_ENUM_CONSTANT(INSTANCE_OCCLUDER);
  2638. BIND_ENUM_CONSTANT(INSTANCE_VISIBLITY_NOTIFIER);
  2639. BIND_ENUM_CONSTANT(INSTANCE_FOG_VOLUME);
  2640. BIND_ENUM_CONSTANT(INSTANCE_MAX);
  2641. BIND_ENUM_CONSTANT(INSTANCE_GEOMETRY_MASK);
  2642. BIND_ENUM_CONSTANT(INSTANCE_FLAG_USE_BAKED_LIGHT);
  2643. BIND_ENUM_CONSTANT(INSTANCE_FLAG_USE_DYNAMIC_GI);
  2644. BIND_ENUM_CONSTANT(INSTANCE_FLAG_DRAW_NEXT_FRAME_IF_VISIBLE);
  2645. BIND_ENUM_CONSTANT(INSTANCE_FLAG_IGNORE_OCCLUSION_CULLING);
  2646. BIND_ENUM_CONSTANT(INSTANCE_FLAG_MAX);
  2647. BIND_ENUM_CONSTANT(SHADOW_CASTING_SETTING_OFF);
  2648. BIND_ENUM_CONSTANT(SHADOW_CASTING_SETTING_ON);
  2649. BIND_ENUM_CONSTANT(SHADOW_CASTING_SETTING_DOUBLE_SIDED);
  2650. BIND_ENUM_CONSTANT(SHADOW_CASTING_SETTING_SHADOWS_ONLY);
  2651. BIND_ENUM_CONSTANT(VISIBILITY_RANGE_FADE_DISABLED);
  2652. BIND_ENUM_CONSTANT(VISIBILITY_RANGE_FADE_SELF);
  2653. BIND_ENUM_CONSTANT(VISIBILITY_RANGE_FADE_DEPENDENCIES);
  2654. /* Bake 3D Object */
  2655. ClassDB::bind_method(D_METHOD("bake_render_uv2", "base", "material_overrides", "image_size"), &RenderingServer::bake_render_uv2);
  2656. BIND_ENUM_CONSTANT(BAKE_CHANNEL_ALBEDO_ALPHA);
  2657. BIND_ENUM_CONSTANT(BAKE_CHANNEL_NORMAL);
  2658. BIND_ENUM_CONSTANT(BAKE_CHANNEL_ORM);
  2659. BIND_ENUM_CONSTANT(BAKE_CHANNEL_EMISSION);
  2660. /* CANVAS (2D) */
  2661. ClassDB::bind_method(D_METHOD("canvas_create"), &RenderingServer::canvas_create);
  2662. ClassDB::bind_method(D_METHOD("canvas_set_item_mirroring", "canvas", "item", "mirroring"), &RenderingServer::canvas_set_item_mirroring);
  2663. ClassDB::bind_method(D_METHOD("canvas_set_item_repeat", "item", "repeat_size", "repeat_times"), &RenderingServer::canvas_set_item_repeat);
  2664. ClassDB::bind_method(D_METHOD("canvas_set_modulate", "canvas", "color"), &RenderingServer::canvas_set_modulate);
  2665. ClassDB::bind_method(D_METHOD("canvas_set_disable_scale", "disable"), &RenderingServer::canvas_set_disable_scale);
  2666. /* CANVAS TEXTURE */
  2667. ClassDB::bind_method(D_METHOD("canvas_texture_create"), &RenderingServer::canvas_texture_create);
  2668. ClassDB::bind_method(D_METHOD("canvas_texture_set_channel", "canvas_texture", "channel", "texture"), &RenderingServer::canvas_texture_set_channel);
  2669. ClassDB::bind_method(D_METHOD("canvas_texture_set_shading_parameters", "canvas_texture", "base_color", "shininess"), &RenderingServer::canvas_texture_set_shading_parameters);
  2670. ClassDB::bind_method(D_METHOD("canvas_texture_set_texture_filter", "canvas_texture", "filter"), &RenderingServer::canvas_texture_set_texture_filter);
  2671. ClassDB::bind_method(D_METHOD("canvas_texture_set_texture_repeat", "canvas_texture", "repeat"), &RenderingServer::canvas_texture_set_texture_repeat);
  2672. BIND_ENUM_CONSTANT(CANVAS_TEXTURE_CHANNEL_DIFFUSE);
  2673. BIND_ENUM_CONSTANT(CANVAS_TEXTURE_CHANNEL_NORMAL);
  2674. BIND_ENUM_CONSTANT(CANVAS_TEXTURE_CHANNEL_SPECULAR);
  2675. /* CANVAS ITEM */
  2676. ClassDB::bind_method(D_METHOD("canvas_item_create"), &RenderingServer::canvas_item_create);
  2677. ClassDB::bind_method(D_METHOD("canvas_item_set_parent", "item", "parent"), &RenderingServer::canvas_item_set_parent);
  2678. ClassDB::bind_method(D_METHOD("canvas_item_set_default_texture_filter", "item", "filter"), &RenderingServer::canvas_item_set_default_texture_filter);
  2679. ClassDB::bind_method(D_METHOD("canvas_item_set_default_texture_repeat", "item", "repeat"), &RenderingServer::canvas_item_set_default_texture_repeat);
  2680. ClassDB::bind_method(D_METHOD("canvas_item_set_visible", "item", "visible"), &RenderingServer::canvas_item_set_visible);
  2681. ClassDB::bind_method(D_METHOD("canvas_item_set_light_mask", "item", "mask"), &RenderingServer::canvas_item_set_light_mask);
  2682. ClassDB::bind_method(D_METHOD("canvas_item_set_visibility_layer", "item", "visibility_layer"), &RenderingServer::canvas_item_set_visibility_layer);
  2683. ClassDB::bind_method(D_METHOD("canvas_item_set_transform", "item", "transform"), &RenderingServer::canvas_item_set_transform);
  2684. ClassDB::bind_method(D_METHOD("canvas_item_set_clip", "item", "clip"), &RenderingServer::canvas_item_set_clip);
  2685. ClassDB::bind_method(D_METHOD("canvas_item_set_distance_field_mode", "item", "enabled"), &RenderingServer::canvas_item_set_distance_field_mode);
  2686. ClassDB::bind_method(D_METHOD("canvas_item_set_custom_rect", "item", "use_custom_rect", "rect"), &RenderingServer::canvas_item_set_custom_rect, DEFVAL(Rect2()));
  2687. ClassDB::bind_method(D_METHOD("canvas_item_set_modulate", "item", "color"), &RenderingServer::canvas_item_set_modulate);
  2688. ClassDB::bind_method(D_METHOD("canvas_item_set_self_modulate", "item", "color"), &RenderingServer::canvas_item_set_self_modulate);
  2689. ClassDB::bind_method(D_METHOD("canvas_item_set_draw_behind_parent", "item", "enabled"), &RenderingServer::canvas_item_set_draw_behind_parent);
  2690. ClassDB::bind_method(D_METHOD("canvas_item_set_interpolated", "item", "interpolated"), &RenderingServer::canvas_item_set_interpolated);
  2691. ClassDB::bind_method(D_METHOD("canvas_item_reset_physics_interpolation", "item"), &RenderingServer::canvas_item_reset_physics_interpolation);
  2692. ClassDB::bind_method(D_METHOD("canvas_item_transform_physics_interpolation", "item", "transform"), &RenderingServer::canvas_item_transform_physics_interpolation);
  2693. /* Primitives */
  2694. ClassDB::bind_method(D_METHOD("canvas_item_add_line", "item", "from", "to", "color", "width", "antialiased"), &RenderingServer::canvas_item_add_line, DEFVAL(-1.0), DEFVAL(false));
  2695. ClassDB::bind_method(D_METHOD("canvas_item_add_polyline", "item", "points", "colors", "width", "antialiased"), &RenderingServer::canvas_item_add_polyline, DEFVAL(-1.0), DEFVAL(false));
  2696. ClassDB::bind_method(D_METHOD("canvas_item_add_multiline", "item", "points", "colors", "width", "antialiased"), &RenderingServer::canvas_item_add_multiline, DEFVAL(-1.0), DEFVAL(false));
  2697. ClassDB::bind_method(D_METHOD("canvas_item_add_rect", "item", "rect", "color", "antialiased"), &RenderingServer::canvas_item_add_rect, DEFVAL(false));
  2698. ClassDB::bind_method(D_METHOD("canvas_item_add_circle", "item", "pos", "radius", "color", "antialiased"), &RenderingServer::canvas_item_add_circle, DEFVAL(false));
  2699. ClassDB::bind_method(D_METHOD("canvas_item_add_texture_rect", "item", "rect", "texture", "tile", "modulate", "transpose"), &RenderingServer::canvas_item_add_texture_rect, DEFVAL(false), DEFVAL(Color(1, 1, 1)), DEFVAL(false));
  2700. ClassDB::bind_method(D_METHOD("canvas_item_add_msdf_texture_rect_region", "item", "rect", "texture", "src_rect", "modulate", "outline_size", "px_range", "scale"), &RenderingServer::canvas_item_add_msdf_texture_rect_region, DEFVAL(Color(1, 1, 1)), DEFVAL(0), DEFVAL(1.0), DEFVAL(1.0));
  2701. ClassDB::bind_method(D_METHOD("canvas_item_add_lcd_texture_rect_region", "item", "rect", "texture", "src_rect", "modulate"), &RenderingServer::canvas_item_add_lcd_texture_rect_region);
  2702. ClassDB::bind_method(D_METHOD("canvas_item_add_texture_rect_region", "item", "rect", "texture", "src_rect", "modulate", "transpose", "clip_uv"), &RenderingServer::canvas_item_add_texture_rect_region, DEFVAL(Color(1, 1, 1)), DEFVAL(false), DEFVAL(true));
  2703. ClassDB::bind_method(D_METHOD("canvas_item_add_nine_patch", "item", "rect", "source", "texture", "topleft", "bottomright", "x_axis_mode", "y_axis_mode", "draw_center", "modulate"), &RenderingServer::canvas_item_add_nine_patch, DEFVAL(NINE_PATCH_STRETCH), DEFVAL(NINE_PATCH_STRETCH), DEFVAL(true), DEFVAL(Color(1, 1, 1)));
  2704. ClassDB::bind_method(D_METHOD("canvas_item_add_primitive", "item", "points", "colors", "uvs", "texture"), &RenderingServer::canvas_item_add_primitive);
  2705. ClassDB::bind_method(D_METHOD("canvas_item_add_polygon", "item", "points", "colors", "uvs", "texture"), &RenderingServer::canvas_item_add_polygon, DEFVAL(Vector<Point2>()), DEFVAL(RID()));
  2706. ClassDB::bind_method(D_METHOD("canvas_item_add_triangle_array", "item", "indices", "points", "colors", "uvs", "bones", "weights", "texture", "count"), &RenderingServer::canvas_item_add_triangle_array, DEFVAL(Vector<Point2>()), DEFVAL(Vector<int>()), DEFVAL(Vector<float>()), DEFVAL(RID()), DEFVAL(-1));
  2707. ClassDB::bind_method(D_METHOD("canvas_item_add_mesh", "item", "mesh", "transform", "modulate", "texture"), &RenderingServer::canvas_item_add_mesh, DEFVAL(Transform2D()), DEFVAL(Color(1, 1, 1)), DEFVAL(RID()));
  2708. ClassDB::bind_method(D_METHOD("canvas_item_add_multimesh", "item", "mesh", "texture"), &RenderingServer::canvas_item_add_multimesh, DEFVAL(RID()));
  2709. ClassDB::bind_method(D_METHOD("canvas_item_add_particles", "item", "particles", "texture"), &RenderingServer::canvas_item_add_particles);
  2710. ClassDB::bind_method(D_METHOD("canvas_item_add_set_transform", "item", "transform"), &RenderingServer::canvas_item_add_set_transform);
  2711. ClassDB::bind_method(D_METHOD("canvas_item_add_clip_ignore", "item", "ignore"), &RenderingServer::canvas_item_add_clip_ignore);
  2712. ClassDB::bind_method(D_METHOD("canvas_item_add_animation_slice", "item", "animation_length", "slice_begin", "slice_end", "offset"), &RenderingServer::canvas_item_add_animation_slice, DEFVAL(0.0));
  2713. ClassDB::bind_method(D_METHOD("canvas_item_set_sort_children_by_y", "item", "enabled"), &RenderingServer::canvas_item_set_sort_children_by_y);
  2714. ClassDB::bind_method(D_METHOD("canvas_item_set_z_index", "item", "z_index"), &RenderingServer::canvas_item_set_z_index);
  2715. ClassDB::bind_method(D_METHOD("canvas_item_set_z_as_relative_to_parent", "item", "enabled"), &RenderingServer::canvas_item_set_z_as_relative_to_parent);
  2716. ClassDB::bind_method(D_METHOD("canvas_item_set_copy_to_backbuffer", "item", "enabled", "rect"), &RenderingServer::canvas_item_set_copy_to_backbuffer);
  2717. ClassDB::bind_method(D_METHOD("canvas_item_clear", "item"), &RenderingServer::canvas_item_clear);
  2718. ClassDB::bind_method(D_METHOD("canvas_item_set_draw_index", "item", "index"), &RenderingServer::canvas_item_set_draw_index);
  2719. ClassDB::bind_method(D_METHOD("canvas_item_set_material", "item", "material"), &RenderingServer::canvas_item_set_material);
  2720. ClassDB::bind_method(D_METHOD("canvas_item_set_use_parent_material", "item", "enabled"), &RenderingServer::canvas_item_set_use_parent_material);
  2721. ClassDB::bind_method(D_METHOD("canvas_item_set_visibility_notifier", "item", "enable", "area", "enter_callable", "exit_callable"), &RenderingServer::canvas_item_set_visibility_notifier);
  2722. ClassDB::bind_method(D_METHOD("canvas_item_set_canvas_group_mode", "item", "mode", "clear_margin", "fit_empty", "fit_margin", "blur_mipmaps"), &RenderingServer::canvas_item_set_canvas_group_mode, DEFVAL(5.0), DEFVAL(false), DEFVAL(0.0), DEFVAL(false));
  2723. ClassDB::bind_method(D_METHOD("debug_canvas_item_get_rect", "item"), &RenderingServer::debug_canvas_item_get_rect);
  2724. BIND_ENUM_CONSTANT(NINE_PATCH_STRETCH);
  2725. BIND_ENUM_CONSTANT(NINE_PATCH_TILE);
  2726. BIND_ENUM_CONSTANT(NINE_PATCH_TILE_FIT);
  2727. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_FILTER_DEFAULT);
  2728. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_FILTER_NEAREST);
  2729. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_FILTER_LINEAR);
  2730. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_FILTER_NEAREST_WITH_MIPMAPS);
  2731. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_FILTER_LINEAR_WITH_MIPMAPS);
  2732. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_FILTER_NEAREST_WITH_MIPMAPS_ANISOTROPIC);
  2733. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_FILTER_LINEAR_WITH_MIPMAPS_ANISOTROPIC);
  2734. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_FILTER_MAX);
  2735. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_REPEAT_DEFAULT);
  2736. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_REPEAT_DISABLED);
  2737. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_REPEAT_ENABLED);
  2738. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_REPEAT_MIRROR);
  2739. BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_REPEAT_MAX);
  2740. BIND_ENUM_CONSTANT(CANVAS_GROUP_MODE_DISABLED);
  2741. BIND_ENUM_CONSTANT(CANVAS_GROUP_MODE_CLIP_ONLY);
  2742. BIND_ENUM_CONSTANT(CANVAS_GROUP_MODE_CLIP_AND_DRAW);
  2743. BIND_ENUM_CONSTANT(CANVAS_GROUP_MODE_TRANSPARENT);
  2744. /* CANVAS LIGHT */
  2745. ClassDB::bind_method(D_METHOD("canvas_light_create"), &RenderingServer::canvas_light_create);
  2746. ClassDB::bind_method(D_METHOD("canvas_light_attach_to_canvas", "light", "canvas"), &RenderingServer::canvas_light_attach_to_canvas);
  2747. ClassDB::bind_method(D_METHOD("canvas_light_set_enabled", "light", "enabled"), &RenderingServer::canvas_light_set_enabled);
  2748. ClassDB::bind_method(D_METHOD("canvas_light_set_texture_scale", "light", "scale"), &RenderingServer::canvas_light_set_texture_scale);
  2749. ClassDB::bind_method(D_METHOD("canvas_light_set_transform", "light", "transform"), &RenderingServer::canvas_light_set_transform);
  2750. ClassDB::bind_method(D_METHOD("canvas_light_set_texture", "light", "texture"), &RenderingServer::canvas_light_set_texture);
  2751. ClassDB::bind_method(D_METHOD("canvas_light_set_texture_offset", "light", "offset"), &RenderingServer::canvas_light_set_texture_offset);
  2752. ClassDB::bind_method(D_METHOD("canvas_light_set_color", "light", "color"), &RenderingServer::canvas_light_set_color);
  2753. ClassDB::bind_method(D_METHOD("canvas_light_set_height", "light", "height"), &RenderingServer::canvas_light_set_height);
  2754. ClassDB::bind_method(D_METHOD("canvas_light_set_energy", "light", "energy"), &RenderingServer::canvas_light_set_energy);
  2755. ClassDB::bind_method(D_METHOD("canvas_light_set_z_range", "light", "min_z", "max_z"), &RenderingServer::canvas_light_set_z_range);
  2756. ClassDB::bind_method(D_METHOD("canvas_light_set_layer_range", "light", "min_layer", "max_layer"), &RenderingServer::canvas_light_set_layer_range);
  2757. ClassDB::bind_method(D_METHOD("canvas_light_set_item_cull_mask", "light", "mask"), &RenderingServer::canvas_light_set_item_cull_mask);
  2758. ClassDB::bind_method(D_METHOD("canvas_light_set_item_shadow_cull_mask", "light", "mask"), &RenderingServer::canvas_light_set_item_shadow_cull_mask);
  2759. ClassDB::bind_method(D_METHOD("canvas_light_set_mode", "light", "mode"), &RenderingServer::canvas_light_set_mode);
  2760. ClassDB::bind_method(D_METHOD("canvas_light_set_shadow_enabled", "light", "enabled"), &RenderingServer::canvas_light_set_shadow_enabled);
  2761. ClassDB::bind_method(D_METHOD("canvas_light_set_shadow_filter", "light", "filter"), &RenderingServer::canvas_light_set_shadow_filter);
  2762. ClassDB::bind_method(D_METHOD("canvas_light_set_shadow_color", "light", "color"), &RenderingServer::canvas_light_set_shadow_color);
  2763. ClassDB::bind_method(D_METHOD("canvas_light_set_shadow_smooth", "light", "smooth"), &RenderingServer::canvas_light_set_shadow_smooth);
  2764. ClassDB::bind_method(D_METHOD("canvas_light_set_blend_mode", "light", "mode"), &RenderingServer::canvas_light_set_blend_mode);
  2765. ClassDB::bind_method(D_METHOD("canvas_light_set_interpolated", "light", "interpolated"), &RenderingServer::canvas_light_set_interpolated);
  2766. ClassDB::bind_method(D_METHOD("canvas_light_reset_physics_interpolation", "light"), &RenderingServer::canvas_light_reset_physics_interpolation);
  2767. ClassDB::bind_method(D_METHOD("canvas_light_transform_physics_interpolation", "light", "transform"), &RenderingServer::canvas_light_transform_physics_interpolation);
  2768. BIND_ENUM_CONSTANT(CANVAS_LIGHT_MODE_POINT);
  2769. BIND_ENUM_CONSTANT(CANVAS_LIGHT_MODE_DIRECTIONAL);
  2770. BIND_ENUM_CONSTANT(CANVAS_LIGHT_BLEND_MODE_ADD);
  2771. BIND_ENUM_CONSTANT(CANVAS_LIGHT_BLEND_MODE_SUB);
  2772. BIND_ENUM_CONSTANT(CANVAS_LIGHT_BLEND_MODE_MIX);
  2773. BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_NONE);
  2774. BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_PCF5);
  2775. BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_PCF13);
  2776. BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_MAX);
  2777. /* CANVAS OCCLUDER */
  2778. ClassDB::bind_method(D_METHOD("canvas_light_occluder_create"), &RenderingServer::canvas_light_occluder_create);
  2779. ClassDB::bind_method(D_METHOD("canvas_light_occluder_attach_to_canvas", "occluder", "canvas"), &RenderingServer::canvas_light_occluder_attach_to_canvas);
  2780. ClassDB::bind_method(D_METHOD("canvas_light_occluder_set_enabled", "occluder", "enabled"), &RenderingServer::canvas_light_occluder_set_enabled);
  2781. ClassDB::bind_method(D_METHOD("canvas_light_occluder_set_polygon", "occluder", "polygon"), &RenderingServer::canvas_light_occluder_set_polygon);
  2782. ClassDB::bind_method(D_METHOD("canvas_light_occluder_set_as_sdf_collision", "occluder", "enable"), &RenderingServer::canvas_light_occluder_set_as_sdf_collision);
  2783. ClassDB::bind_method(D_METHOD("canvas_light_occluder_set_transform", "occluder", "transform"), &RenderingServer::canvas_light_occluder_set_transform);
  2784. ClassDB::bind_method(D_METHOD("canvas_light_occluder_set_light_mask", "occluder", "mask"), &RenderingServer::canvas_light_occluder_set_light_mask);
  2785. ClassDB::bind_method(D_METHOD("canvas_light_occluder_set_interpolated", "occluder", "interpolated"), &RenderingServer::canvas_light_occluder_set_interpolated);
  2786. ClassDB::bind_method(D_METHOD("canvas_light_occluder_reset_physics_interpolation", "occluder"), &RenderingServer::canvas_light_occluder_reset_physics_interpolation);
  2787. ClassDB::bind_method(D_METHOD("canvas_light_occluder_transform_physics_interpolation", "occluder", "transform"), &RenderingServer::canvas_light_occluder_transform_physics_interpolation);
  2788. /* CANVAS LIGHT OCCLUDER POLYGON */
  2789. ClassDB::bind_method(D_METHOD("canvas_occluder_polygon_create"), &RenderingServer::canvas_occluder_polygon_create);
  2790. ClassDB::bind_method(D_METHOD("canvas_occluder_polygon_set_shape", "occluder_polygon", "shape", "closed"), &RenderingServer::canvas_occluder_polygon_set_shape);
  2791. ClassDB::bind_method(D_METHOD("canvas_occluder_polygon_set_cull_mode", "occluder_polygon", "mode"), &RenderingServer::canvas_occluder_polygon_set_cull_mode);
  2792. ClassDB::bind_method(D_METHOD("canvas_set_shadow_texture_size", "size"), &RenderingServer::canvas_set_shadow_texture_size);
  2793. BIND_ENUM_CONSTANT(CANVAS_OCCLUDER_POLYGON_CULL_DISABLED);
  2794. BIND_ENUM_CONSTANT(CANVAS_OCCLUDER_POLYGON_CULL_CLOCKWISE);
  2795. BIND_ENUM_CONSTANT(CANVAS_OCCLUDER_POLYGON_CULL_COUNTER_CLOCKWISE);
  2796. /* GLOBAL SHADER UNIFORMS */
  2797. ClassDB::bind_method(D_METHOD("global_shader_parameter_add", "name", "type", "default_value"), &RenderingServer::global_shader_parameter_add);
  2798. ClassDB::bind_method(D_METHOD("global_shader_parameter_remove", "name"), &RenderingServer::global_shader_parameter_remove);
  2799. ClassDB::bind_method(D_METHOD("global_shader_parameter_get_list"), &RenderingServer::_global_shader_parameter_get_list);
  2800. ClassDB::bind_method(D_METHOD("global_shader_parameter_set", "name", "value"), &RenderingServer::global_shader_parameter_set);
  2801. ClassDB::bind_method(D_METHOD("global_shader_parameter_set_override", "name", "value"), &RenderingServer::global_shader_parameter_set_override);
  2802. ClassDB::bind_method(D_METHOD("global_shader_parameter_get", "name"), &RenderingServer::global_shader_parameter_get);
  2803. ClassDB::bind_method(D_METHOD("global_shader_parameter_get_type", "name"), &RenderingServer::global_shader_parameter_get_type);
  2804. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_BOOL);
  2805. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_BVEC2);
  2806. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_BVEC3);
  2807. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_BVEC4);
  2808. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_INT);
  2809. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_IVEC2);
  2810. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_IVEC3);
  2811. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_IVEC4);
  2812. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_RECT2I);
  2813. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_UINT);
  2814. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_UVEC2);
  2815. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_UVEC3);
  2816. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_UVEC4);
  2817. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_FLOAT);
  2818. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_VEC2);
  2819. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_VEC3);
  2820. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_VEC4);
  2821. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_COLOR);
  2822. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_RECT2);
  2823. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_MAT2);
  2824. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_MAT3);
  2825. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_MAT4);
  2826. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_TRANSFORM_2D);
  2827. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_TRANSFORM);
  2828. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_SAMPLER2D);
  2829. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_SAMPLER2DARRAY);
  2830. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_SAMPLER3D);
  2831. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_SAMPLERCUBE);
  2832. BIND_ENUM_CONSTANT(GLOBAL_VAR_TYPE_MAX);
  2833. /* Free */
  2834. ClassDB::bind_method(D_METHOD("free_rid", "rid"), &RenderingServer::free); // Shouldn't conflict with Object::free().
  2835. /* Misc */
  2836. ClassDB::bind_method(D_METHOD("request_frame_drawn_callback", "callable"), &RenderingServer::request_frame_drawn_callback);
  2837. ClassDB::bind_method(D_METHOD("has_changed"), &RenderingServer::has_changed);
  2838. ClassDB::bind_method(D_METHOD("get_rendering_info", "info"), &RenderingServer::get_rendering_info);
  2839. ClassDB::bind_method(D_METHOD("get_video_adapter_name"), &RenderingServer::get_video_adapter_name);
  2840. ClassDB::bind_method(D_METHOD("get_video_adapter_vendor"), &RenderingServer::get_video_adapter_vendor);
  2841. ClassDB::bind_method(D_METHOD("get_video_adapter_type"), &RenderingServer::get_video_adapter_type);
  2842. ClassDB::bind_method(D_METHOD("get_video_adapter_api_version"), &RenderingServer::get_video_adapter_api_version);
  2843. ClassDB::bind_method(D_METHOD("make_sphere_mesh", "latitudes", "longitudes", "radius"), &RenderingServer::make_sphere_mesh);
  2844. ClassDB::bind_method(D_METHOD("get_test_cube"), &RenderingServer::get_test_cube);
  2845. ClassDB::bind_method(D_METHOD("get_test_texture"), &RenderingServer::get_test_texture);
  2846. ClassDB::bind_method(D_METHOD("get_white_texture"), &RenderingServer::get_white_texture);
  2847. ClassDB::bind_method(D_METHOD("set_boot_image", "image", "color", "scale", "use_filter"), &RenderingServer::set_boot_image, DEFVAL(true));
  2848. ClassDB::bind_method(D_METHOD("get_default_clear_color"), &RenderingServer::get_default_clear_color);
  2849. ClassDB::bind_method(D_METHOD("set_default_clear_color", "color"), &RenderingServer::set_default_clear_color);
  2850. ClassDB::bind_method(D_METHOD("has_os_feature", "feature"), &RenderingServer::has_os_feature);
  2851. ClassDB::bind_method(D_METHOD("set_debug_generate_wireframes", "generate"), &RenderingServer::set_debug_generate_wireframes);
  2852. ClassDB::bind_method(D_METHOD("is_render_loop_enabled"), &RenderingServer::is_render_loop_enabled);
  2853. ClassDB::bind_method(D_METHOD("set_render_loop_enabled", "enabled"), &RenderingServer::set_render_loop_enabled);
  2854. ClassDB::bind_method(D_METHOD("get_frame_setup_time_cpu"), &RenderingServer::get_frame_setup_time_cpu);
  2855. ADD_PROPERTY(PropertyInfo(Variant::BOOL, "render_loop_enabled"), "set_render_loop_enabled", "is_render_loop_enabled");
  2856. BIND_ENUM_CONSTANT(RENDERING_INFO_TOTAL_OBJECTS_IN_FRAME);
  2857. BIND_ENUM_CONSTANT(RENDERING_INFO_TOTAL_PRIMITIVES_IN_FRAME);
  2858. BIND_ENUM_CONSTANT(RENDERING_INFO_TOTAL_DRAW_CALLS_IN_FRAME);
  2859. BIND_ENUM_CONSTANT(RENDERING_INFO_TEXTURE_MEM_USED);
  2860. BIND_ENUM_CONSTANT(RENDERING_INFO_BUFFER_MEM_USED);
  2861. BIND_ENUM_CONSTANT(RENDERING_INFO_VIDEO_MEM_USED);
  2862. ADD_SIGNAL(MethodInfo("frame_pre_draw"));
  2863. ADD_SIGNAL(MethodInfo("frame_post_draw"));
  2864. ClassDB::bind_method(D_METHOD("force_sync"), &RenderingServer::sync);
  2865. ClassDB::bind_method(D_METHOD("force_draw", "swap_buffers", "frame_step"), &RenderingServer::draw, DEFVAL(true), DEFVAL(0.0));
  2866. ClassDB::bind_method(D_METHOD("get_rendering_device"), &RenderingServer::get_rendering_device);
  2867. ClassDB::bind_method(D_METHOD("create_local_rendering_device"), &RenderingServer::create_local_rendering_device);
  2868. ClassDB::bind_method(D_METHOD("is_on_render_thread"), &RenderingServer::is_on_render_thread);
  2869. ClassDB::bind_method(D_METHOD("call_on_render_thread", "callable"), &RenderingServer::call_on_render_thread);
  2870. #ifndef DISABLE_DEPRECATED
  2871. ClassDB::bind_method(D_METHOD("has_feature", "feature"), &RenderingServer::has_feature);
  2872. BIND_ENUM_CONSTANT(FEATURE_SHADERS);
  2873. BIND_ENUM_CONSTANT(FEATURE_MULTITHREADED);
  2874. #endif
  2875. }
  2876. void RenderingServer::mesh_add_surface_from_mesh_data(RID p_mesh, const Geometry3D::MeshData &p_mesh_data) {
  2877. Vector<Vector3> vertices;
  2878. Vector<Vector3> normals;
  2879. for (const Geometry3D::MeshData::Face &f : p_mesh_data.faces) {
  2880. for (uint32_t j = 2; j < f.indices.size(); j++) {
  2881. vertices.push_back(p_mesh_data.vertices[f.indices[0]]);
  2882. normals.push_back(f.plane.normal);
  2883. vertices.push_back(p_mesh_data.vertices[f.indices[j - 1]]);
  2884. normals.push_back(f.plane.normal);
  2885. vertices.push_back(p_mesh_data.vertices[f.indices[j]]);
  2886. normals.push_back(f.plane.normal);
  2887. }
  2888. }
  2889. Array d;
  2890. d.resize(RS::ARRAY_MAX);
  2891. d[ARRAY_VERTEX] = vertices;
  2892. d[ARRAY_NORMAL] = normals;
  2893. mesh_add_surface_from_arrays(p_mesh, PRIMITIVE_TRIANGLES, d);
  2894. }
  2895. void RenderingServer::mesh_add_surface_from_planes(RID p_mesh, const Vector<Plane> &p_planes) {
  2896. Geometry3D::MeshData mdata = Geometry3D::build_convex_mesh(p_planes);
  2897. mesh_add_surface_from_mesh_data(p_mesh, mdata);
  2898. }
  2899. RID RenderingServer::instance_create2(RID p_base, RID p_scenario) {
  2900. RID instance = instance_create();
  2901. instance_set_base(instance, p_base);
  2902. instance_set_scenario(instance, p_scenario);
  2903. return instance;
  2904. }
  2905. bool RenderingServer::is_render_loop_enabled() const {
  2906. return render_loop_enabled;
  2907. }
  2908. void RenderingServer::set_render_loop_enabled(bool p_enabled) {
  2909. render_loop_enabled = p_enabled;
  2910. }
  2911. RenderingServer::RenderingServer() {
  2912. //ERR_FAIL_COND(singleton);
  2913. singleton = this;
  2914. }
  2915. TypedArray<StringName> RenderingServer::_global_shader_parameter_get_list() const {
  2916. TypedArray<StringName> gsp;
  2917. Vector<StringName> gsp_sn = global_shader_parameter_get_list();
  2918. gsp.resize(gsp_sn.size());
  2919. for (int i = 0; i < gsp_sn.size(); i++) {
  2920. gsp[i] = gsp_sn[i];
  2921. }
  2922. return gsp;
  2923. }
  2924. void RenderingServer::init() {
  2925. // These are overrides, even if they are false Godot will still
  2926. // import the texture formats that the host platform needs.
  2927. // See `const bool can_s3tc_bptc` in the resource importer.
  2928. GLOBAL_DEF_RST("rendering/textures/vram_compression/import_s3tc_bptc", false);
  2929. GLOBAL_DEF_RST("rendering/textures/vram_compression/import_etc2_astc", false);
  2930. GLOBAL_DEF("rendering/textures/lossless_compression/force_png", false);
  2931. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/textures/webp_compression/compression_method", PROPERTY_HINT_RANGE, "0,6,1"), 2);
  2932. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/textures/webp_compression/lossless_compression_factor", PROPERTY_HINT_RANGE, "0,100,1"), 25);
  2933. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/limits/time/time_rollover_secs", PROPERTY_HINT_RANGE, "0,10000,1,or_greater"), 3600);
  2934. GLOBAL_DEF_RST("rendering/lights_and_shadows/use_physical_light_units", false);
  2935. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/lights_and_shadows/directional_shadow/size", PROPERTY_HINT_RANGE, "256,16384"), 4096);
  2936. GLOBAL_DEF("rendering/lights_and_shadows/directional_shadow/size.mobile", 2048);
  2937. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/lights_and_shadows/directional_shadow/soft_shadow_filter_quality", PROPERTY_HINT_ENUM, "Hard (Fastest),Soft Very Low (Faster),Soft Low (Fast),Soft Medium (Average),Soft High (Slow),Soft Ultra (Slowest)"), 2);
  2938. GLOBAL_DEF("rendering/lights_and_shadows/directional_shadow/soft_shadow_filter_quality.mobile", 0);
  2939. GLOBAL_DEF("rendering/lights_and_shadows/directional_shadow/16_bits", true);
  2940. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/lights_and_shadows/positional_shadow/soft_shadow_filter_quality", PROPERTY_HINT_ENUM, "Hard (Fastest),Soft Very Low (Faster),Soft Low (Fast),Soft Medium (Average),Soft High (Slow),Soft Ultra (Slowest)"), 2);
  2941. GLOBAL_DEF("rendering/lights_and_shadows/positional_shadow/soft_shadow_filter_quality.mobile", 0);
  2942. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/2d/shadow_atlas/size", PROPERTY_HINT_RANGE, "128,16384"), 2048);
  2943. // Number of commands that can be drawn per frame.
  2944. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/gl_compatibility/item_buffer_size", PROPERTY_HINT_RANGE, "128,1048576,1"), 16384);
  2945. GLOBAL_DEF("rendering/shader_compiler/shader_cache/enabled", true);
  2946. GLOBAL_DEF("rendering/shader_compiler/shader_cache/compress", true);
  2947. GLOBAL_DEF("rendering/shader_compiler/shader_cache/use_zstd_compression", true);
  2948. GLOBAL_DEF("rendering/shader_compiler/shader_cache/strip_debug", false);
  2949. GLOBAL_DEF("rendering/shader_compiler/shader_cache/strip_debug.release", true);
  2950. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/reflections/sky_reflections/roughness_layers", PROPERTY_HINT_RANGE, "1,32,1"), 8); // Assumes a 256x256 cubemap
  2951. GLOBAL_DEF_RST("rendering/reflections/sky_reflections/texture_array_reflections", true);
  2952. GLOBAL_DEF("rendering/reflections/sky_reflections/texture_array_reflections.mobile", false);
  2953. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/reflections/sky_reflections/ggx_samples", PROPERTY_HINT_RANGE, "0,256,1"), 32);
  2954. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/reflections/sky_reflections/ggx_samples.mobile", PROPERTY_HINT_RANGE, "0,128,1"), 16);
  2955. GLOBAL_DEF("rendering/reflections/sky_reflections/fast_filter_high_quality", false);
  2956. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/reflections/reflection_atlas/reflection_size", PROPERTY_HINT_RANGE, "0,4096,1"), 256);
  2957. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/reflections/reflection_atlas/reflection_size.mobile", PROPERTY_HINT_RANGE, "0,2048,1"), 128);
  2958. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/reflections/reflection_atlas/reflection_count", PROPERTY_HINT_RANGE, "0,256,1"), 64);
  2959. GLOBAL_DEF("rendering/global_illumination/gi/use_half_resolution", false);
  2960. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/global_illumination/voxel_gi/quality", PROPERTY_HINT_ENUM, "Low (4 Cones - Fast),High (6 Cones - Slow)"), 0);
  2961. GLOBAL_DEF("rendering/shading/overrides/force_vertex_shading", false);
  2962. GLOBAL_DEF("rendering/shading/overrides/force_vertex_shading.mobile", true);
  2963. GLOBAL_DEF("rendering/shading/overrides/force_lambert_over_burley", false);
  2964. GLOBAL_DEF("rendering/shading/overrides/force_lambert_over_burley.mobile", true);
  2965. GLOBAL_DEF_RST("rendering/driver/depth_prepass/enable", true);
  2966. GLOBAL_DEF_RST("rendering/driver/depth_prepass/disable_for_vendors", "PowerVR,Mali,Adreno,Apple");
  2967. GLOBAL_DEF_RST("rendering/textures/default_filters/use_nearest_mipmap_filter", false);
  2968. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/textures/default_filters/anisotropic_filtering_level", PROPERTY_HINT_ENUM, String::utf8("Disabled (Fastest),2× (Faster),4× (Fast),8× (Average),16× (Slow)")), 2);
  2969. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/camera/depth_of_field/depth_of_field_bokeh_shape", PROPERTY_HINT_ENUM, "Box (Fast),Hexagon (Average),Circle (Slowest)"), 1);
  2970. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/camera/depth_of_field/depth_of_field_bokeh_quality", PROPERTY_HINT_ENUM, "Very Low (Fastest),Low (Fast),Medium (Average),High (Slow)"), 1);
  2971. GLOBAL_DEF("rendering/camera/depth_of_field/depth_of_field_use_jitter", false);
  2972. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/ssao/quality", PROPERTY_HINT_ENUM, "Very Low (Fast),Low (Fast),Medium (Average),High (Slow),Ultra (Custom)"), 2);
  2973. GLOBAL_DEF("rendering/environment/ssao/half_size", true);
  2974. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/environment/ssao/adaptive_target", PROPERTY_HINT_RANGE, "0.0,1.0,0.01"), 0.5);
  2975. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/ssao/blur_passes", PROPERTY_HINT_RANGE, "0,6"), 2);
  2976. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/environment/ssao/fadeout_from", PROPERTY_HINT_RANGE, "0.0,512,0.1,or_greater"), 50.0);
  2977. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/environment/ssao/fadeout_to", PROPERTY_HINT_RANGE, "64,65536,0.1,or_greater"), 300.0);
  2978. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/ssil/quality", PROPERTY_HINT_ENUM, "Very Low (Fast),Low (Fast),Medium (Average),High (Slow),Ultra (Custom)"), 2);
  2979. GLOBAL_DEF("rendering/environment/ssil/half_size", true);
  2980. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/environment/ssil/adaptive_target", PROPERTY_HINT_RANGE, "0.0,1.0,0.01"), 0.5);
  2981. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/ssil/blur_passes", PROPERTY_HINT_RANGE, "0,6"), 4);
  2982. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/environment/ssil/fadeout_from", PROPERTY_HINT_RANGE, "0.0,512,0.1,or_greater"), 50.0);
  2983. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/environment/ssil/fadeout_to", PROPERTY_HINT_RANGE, "64,65536,0.1,or_greater"), 300.0);
  2984. GLOBAL_DEF("rendering/anti_aliasing/screen_space_roughness_limiter/enabled", true);
  2985. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/anti_aliasing/screen_space_roughness_limiter/amount", PROPERTY_HINT_RANGE, "0.01,4.0,0.01"), 0.25);
  2986. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/anti_aliasing/screen_space_roughness_limiter/limit", PROPERTY_HINT_RANGE, "0.01,1.0,0.01"), 0.18);
  2987. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/scaling_3d/mode", PROPERTY_HINT_ENUM, "Bilinear (Fastest),FSR 1.0 (Fast),FSR 2.2 (Slow)"), 0);
  2988. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/scaling_3d/scale", PROPERTY_HINT_RANGE, "0.25,2.0,0.01"), 1.0);
  2989. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/scaling_3d/fsr_sharpness", PROPERTY_HINT_RANGE, "0,2,0.1"), 0.2f);
  2990. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/textures/default_filters/texture_mipmap_bias", PROPERTY_HINT_RANGE, "-2,2,0.001"), 0.0f);
  2991. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/textures/decals/filter", PROPERTY_HINT_ENUM, "Nearest (Fast),Linear (Fast),Nearest Mipmap (Fast),Linear Mipmap (Fast),Nearest Mipmap Anisotropic (Average),Linear Mipmap Anisotropic (Average)"), DECAL_FILTER_LINEAR_MIPMAPS);
  2992. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/textures/light_projectors/filter", PROPERTY_HINT_ENUM, "Nearest (Fast),Linear (Fast),Nearest Mipmap (Fast),Linear Mipmap (Fast),Nearest Mipmap Anisotropic (Average),Linear Mipmap Anisotropic (Average)"), LIGHT_PROJECTOR_FILTER_LINEAR_MIPMAPS);
  2993. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/occlusion_culling/occlusion_rays_per_thread", PROPERTY_HINT_RANGE, "1,2048,1,or_greater"), 512);
  2994. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/glow/upscale_mode", PROPERTY_HINT_ENUM, "Linear (Fast),Bicubic (Slow)"), 1);
  2995. GLOBAL_DEF("rendering/environment/glow/upscale_mode.mobile", 0);
  2996. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/screen_space_reflection/roughness_quality", PROPERTY_HINT_ENUM, "Disabled (Fastest),Low (Fast),Medium (Average),High (Slow)"), 1);
  2997. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/subsurface_scattering/subsurface_scattering_quality", PROPERTY_HINT_ENUM, "Disabled (Fastest),Low (Fast),Medium (Average),High (Slow)"), 1);
  2998. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/environment/subsurface_scattering/subsurface_scattering_scale", PROPERTY_HINT_RANGE, "0.001,1,0.001"), 0.05);
  2999. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/environment/subsurface_scattering/subsurface_scattering_depth_scale", PROPERTY_HINT_RANGE, "0.001,1,0.001"), 0.01);
  3000. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/limits/global_shader_variables/buffer_size", PROPERTY_HINT_RANGE, "1,1048576,1"), 65536);
  3001. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/lightmapping/probe_capture/update_speed", PROPERTY_HINT_RANGE, "0.001,256,0.001"), 15);
  3002. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/lightmapping/primitive_meshes/texel_size", PROPERTY_HINT_RANGE, "0.001,100,0.001"), 0.2);
  3003. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/global_illumination/sdfgi/probe_ray_count", PROPERTY_HINT_ENUM, "8 (Fastest),16,32,64,96,128 (Slowest)"), 1);
  3004. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/global_illumination/sdfgi/frames_to_converge", PROPERTY_HINT_ENUM, "5 (Less Latency but Lower Quality),10,15,20,25,30 (More Latency but Higher Quality)"), 5);
  3005. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/global_illumination/sdfgi/frames_to_update_lights", PROPERTY_HINT_ENUM, "1 (Slower),2,4,8,16 (Faster)"), 2);
  3006. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/volumetric_fog/volume_size", PROPERTY_HINT_RANGE, "16,512,1"), 64);
  3007. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/volumetric_fog/volume_depth", PROPERTY_HINT_RANGE, "16,512,1"), 64);
  3008. GLOBAL_DEF(PropertyInfo(Variant::INT, "rendering/environment/volumetric_fog/use_filter", PROPERTY_HINT_ENUM, "No (Faster),Yes (Higher Quality)"), 1);
  3009. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/limits/spatial_indexer/update_iterations_per_frame", PROPERTY_HINT_RANGE, "0,1024,1"), 10);
  3010. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/limits/spatial_indexer/threaded_cull_minimum_instances", PROPERTY_HINT_RANGE, "32,65536,1"), 1000);
  3011. GLOBAL_DEF(PropertyInfo(Variant::FLOAT, "rendering/limits/cluster_builder/max_clustered_elements", PROPERTY_HINT_RANGE, "32,8192,1"), 512);
  3012. // OpenGL limits
  3013. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/limits/opengl/max_renderable_elements", PROPERTY_HINT_RANGE, "1024,65536,1"), 65536);
  3014. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/limits/opengl/max_renderable_lights", PROPERTY_HINT_RANGE, "2,256,1"), 32);
  3015. GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/limits/opengl/max_lights_per_object", PROPERTY_HINT_RANGE, "2,1024,1"), 8);
  3016. GLOBAL_DEF_RST_BASIC("xr/shaders/enabled", false);
  3017. GLOBAL_DEF("debug/shader_language/warnings/enable", true);
  3018. GLOBAL_DEF("debug/shader_language/warnings/treat_warnings_as_errors", false);
  3019. #ifdef DEBUG_ENABLED
  3020. for (int i = 0; i < (int)ShaderWarning::WARNING_MAX; i++) {
  3021. GLOBAL_DEF("debug/shader_language/warnings/" + ShaderWarning::get_name_from_code((ShaderWarning::Code)i).to_lower(), true);
  3022. }
  3023. #endif
  3024. }
  3025. RenderingServer::~RenderingServer() {
  3026. singleton = nullptr;
  3027. }