August 2018
Intermediate to advanced
528 pages
10h 58m
English
We won't go into the details of these properties. These are related to how WebGL works internally. If you do want to know more about these properties, the OpenGL specification is a good starting point. You can find this specification at http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.25.pdf. The following table provides a brief description of these advanced properties:
|
Name |
Description |
|
depthTest |
This is an advanced WebGL property. With this property, you can enable or disable the GL_DEPTH_TEST parameter. This parameter controls whether the depth of a pixel is used to determine a new pixel's value. Normally, you wouldn't need to change this. More information can be found in the OpenGL specifications ... |
Read now
Unlock full access