@@ -651,10 +651,10 @@ learn:
651
651
getting-started-in-webgl-other-tutorials-tut3 : Styling and Appearance
652
652
getting-started-in-webgl-other-tutorials-tut4 : Introduction to Shaders
653
653
getting-started-in-webgl-other-tutorials-you-are-here : (you are here)
654
- getting-started-in-webgl-title : Getting Started in WebGL
654
+ getting-started-in-webgl-title : WebGL में शुरूवाती कदम
655
655
getting-started-in-webgl-glossary-title : Glossary
656
656
getting-started-in-webgl-coords-and-transform-title : Coordinates and Transformations
657
- getting-started-in-webgl-coords-and-transform : ' Basics of 3D setup, coordinates, and transformations '
657
+ getting-started-in-webgl-coords-and-transform : ' 3डी सेटअप, निर्देशांक और परिवर्तन की मूल बातें '
658
658
getting-started-in-webgl-coords-and-transform-p1x1 : >-
659
659
p5.js is a powerful tool for creating 2D graphics but it's also capable of
660
660
3D graphics. To get started in 3D there are some new concepts to learn and
@@ -873,8 +873,8 @@ learn:
873
873
getting-started-in-webgl-coords-and-transform-glossary-term6-definition : ' A point in 3D space, with an x, y, z position.'
874
874
getting-started-in-webgl-coords-and-transform-glossary-term7-title : Face
875
875
getting-started-in-webgl-coords-and-transform-glossary-term7-definition : A collection of three points that create a solid surface.
876
- getting-started-in-webgl-custom-geometry-title : Creating Custom Geometry in WebGL
877
- getting-started-in-webgl-custom-geometry : Creating custom geometry in WebGL
876
+ getting-started-in-webgl-custom-geometry-title : WebGL में कस्टम ज्योमेट्री बनाना
877
+ getting-started-in-webgl-custom-geometry : WebGL में कस्टम ज्योमेट्री बनाना
878
878
getting-started-in-webgl-custom-geometry-p1x1 : >-
879
879
p5.js has a number of basic shapes, like <a class="code">box()</a> or <a
880
880
class="code">sphere()</a>, but p5.js is also capable of rendering complex
@@ -983,8 +983,8 @@ learn:
983
983
calculating lighting or using materials.
984
984
getting-started-in-webgl-custom-geometry-glossary-term7-title : Normalization
985
985
getting-started-in-webgl-custom-geometry-glossary-term7-definition : Changing something so that it fits within a standard range.
986
- getting-started-in-webgl-appearance-title : Styling and Appearance
987
- getting-started-in-webgl-appearance : The basics of materials and lighting in WebGL
986
+ getting-started-in-webgl-appearance-title : स्टाइल और दिखावट
987
+ getting-started-in-webgl-appearance : WebGL में मटीरियल और लाईटिंग की मूल बातें
988
988
getting-started-in-webgl-appearance-p0x1 : >-
989
989
Creating in 3D is about more than just geometry. Cameras, lights, and
990
990
materials are an important part of creating a visually interesting 3D scene.
@@ -1129,8 +1129,8 @@ learn:
1129
1129
getting-started-in-webgl-appearance-glossary-term7-definition : >-
1130
1130
Selectively showing some geometry and not others, such as when geometry
1131
1131
falls outside of the camera frustum.
1132
- getting-started-in-webgl-shaders-title : Introduction to Shaders
1133
- getting-started-in-webgl-shaders : The basics of creating shaders within p5js using WebGL
1132
+ getting-started-in-webgl-shaders-title : शेडर्स से परिचय
1133
+ getting-started-in-webgl-shaders : WebGL का उपयोग करके p5js के भीतर शेडर बनाने की मूल बातें
1134
1134
getting-started-in-webgl-shaders-p0x1 : >-
1135
1135
Shaders are special programs that run on the graphics processing unit, or
1136
1136
GPU, that can do some incredible things. They take advantage of the GPU to
@@ -1313,7 +1313,7 @@ learn:
1313
1313
getting-started-in-webgl-shaders-glossary-term12-definition : >-
1314
1314
The part of a shader program that is responsible for the color and
1315
1315
appearance of each pixel output by the shader.
1316
- getting-started-in-webgl-framebuffers-title : Layered Rendering with Framebuffers
1316
+ getting-started-in-webgl-framebuffers-title : फ्रेमबफर के साथ लेयरड रेन्डरिंग
1317
1317
getting-started-in-webgl-framebuffers : >-
1318
1318
Setting up sketches that draw in multiple stages or access 3D depth
1319
1319
information.
0 commit comments