{"ScriptPreparationCode":"function splitStr(str) {\r\n let i = 0; const arr = [];\r\n for(i = 0; i \u003C str.length; i\u002B=900) {\r\n arr.push(str.substring(i, i\u002B900));\r\n }\r\n return arr;\r\n}\r\n\r\nfunction splitStrByExp(str) {\r\n return str.match(/(.{1,900})/g) || [];\r\n}\r\n\r\nwindow.str1 = \u0022WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 2D and 3D rendering in an HTML canvas in browsers that support it without the use of plug-ins.WebGL programs consist of control code written in JavaScript and shader code (GLSL) that is executed on a computer\u0027s Graphics Processing Unit (GPU)\u0022;\r\nwindow.str2 = \u0022WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 2D and 3D rendering in an HTML canvas in browsers that support it without the use of plug-ins.WebGL programs consist of control code written in JavaScript and shader code (GLSL) that is executed on a computer\u0027s Graphics Processing Unit (GPU). WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.This article will introduce you to the basics of using WebGL. It\u0027s assumed that you already have an understanding of the mathematics involved in 3D graphics, and this article doesn\u0027t pretend to try to teach you 3D graphics concepts itself.The code examples in this tutorial can also be found in the webgl-examples folder on GitHub.It\u0027s worth noting here that this series of articles introduces WebGL itself; however, there are a number of frameworks available that encapsulate WebGL\u0027s capabilities, making it easier to build 3D applications and games, such as THREE.js and BABYLON.js.WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 2D and 3D rendering in an HTML canvas in browsers that support it without the use of plug-ins.WebGL programs consist of control code written in JavaScript and shader code (GLSL) that is executed on a computer\u0027s Graphics Processing Unit (GPU). WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.This article will introduce you to the basics of using WebGL. It\u0027s assumed that you already have an understanding of the mathematics involved in 3D graphics, and this article doesn\u0027t pretend to try to teach you 3D graphics concepts itself.The code examples in this tutorial can also be found in the webgl-examples folder on GitHub.It\u0027s worth noting here that this series of articles introduces WebGL itself; however, there are a number of frameworks available that encapsulate WebGL\u0027s capabilities, making it easier to build 3D applications and games, such as THREE.js and BABYLON.js.WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 2D and 3D rendering in an HTML canvas in browsers that support it without the use of plug-ins.WebGL programs consist of control code written in JavaScript and shader code (GLSL) that is executed on a computer\u0027s Graphics Processing Unit (GPU). WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.This article will introduce you to the basics of using WebGL. It\u0027s assumed that you already have an understanding of the mathematics involved in 3D graphics, and this article doesn\u0027t pretend to try to teach you 3D graphics concepts itself.The code examples in this tutorial can also be found in the webgl-examples folder on GitHub.It\u0027s worth noting here that this series of articles introduces WebGL itself; however, there are a number of frameworks available that encapsulate WebGL\u0027s capabilities, making it easier to build 3D applications and games, such as THREE.js and BABYLON.js.WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 2D and 3D rendering in an HTML canvas in browsers that support it without the use of plug-ins.WebGL programs consist of control code written in JavaScript and shader code (GLSL) that is executed on a computer\u0027s Graphics Processing Unit (GPU). WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.This article will introduce you to the basics of using WebGL. It\u0027s assumed that you already have an understanding of the mathematics involved in 3D graphics, and this article doesn\u0027t pretend to try to teach you 3D graphics concepts itself.The code examples in this tutorial can also be found in the webgl-examples folder on GitHub.It\u0027s worth noting here that this series of articles introduces WebGL itself; however, there are a number of frameworks available that encapsulate WebGL\u0027s capabilities, making it easier to build 3D applications and games, such as THREE.js and BABYLON.js.WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 2D and 3D rendering in an HTML canvas in browsers that support it without the use of plug-ins.WebGL programs consist of control code written in JavaScript and shader code (GLSL) that is executed on a computer\u0027s Graphics Processing Unit (GPU). WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.This article will introduce you to the basics of using WebGL. It\u0027s assumed that you already have an understanding of the mathematics involved in 3D graphics, and this article doesn\u0027t pretend to try to teach you 3D graphics concepts itself.The code examples in this tutorial can also be found in the webgl-examples folder on GitHub.It\u0027s worth noting here that this series of articles introduces WebGL itself; however, there are a number of frameworks available that encapsulate WebGL\u0027s capabilities, making it easier to build 3D applications and games, such as THREE.js and BABYLON.js.WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 2D and 3D rendering in an HTML canvas in browsers that support it without the use of plug-ins.WebGL programs consist of control code written in JavaScript and shader code (GLSL) that is executed on a computer\u0027s Graphics Processing Unit (GPU). WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.This article will introduce you to the basics of using WebGL. It\u0027s assumed that you already have an understanding of the mathematics involved in 3D graphics, and this article doesn\u0027t pretend to try to teach you 3D graphics concepts itself.The code examples in this tutorial can also be found in the webgl-examples folder on GitHub.It\u0027s worth noting here that this series of articles introduces WebGL itself; however, there are a number of frameworks available that encapsulate WebGL\u0027s capabilities, making it easier to build 3D applications and games, such as THREE.js and BABYLON.js.\u0022;","TestCases":[{"Name":"short string - splitStr","Code":"splitStr(str1)","IsDeferred":false},{"Name":"short string - splitStrByExp","Code":"splitStrByExp(str1)","IsDeferred":false},{"Name":"log string - splitStr","Code":"splitStr(str2)","IsDeferred":false},{"Name":"log string - splitStrByExp","Code":"splitStrByExp(str2)","IsDeferred":false}]}