You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnOnce('WebGLBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection.');
* Executes a draw command for the given render object.
987
1029
*
@@ -1119,38 +1161,6 @@ class WebGLBackend extends Backend {
1119
1161
1120
1162
}
1121
1163
1122
-
constdraw=()=>{
1123
-
1124
-
if(object.isBatchedMesh){
1125
-
1126
-
if(object._multiDrawInstances!==null){
1127
-
1128
-
// @deprecated, r174
1129
-
warnOnce('WebGLBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection.');
0 commit comments