In previous articles, everything was static, whether it was drawing shapes, drawing points, or changing color values. In WebGL, the motion of graphics can be...
Strokes can be divided into outer strokes, inner strokes and post-processing strokes. This article will explain how to quickly implement various stroke effects in Oasis
Source: https://github.com/buglas/webgl-lesson popular, coloring (shading) is painting a picture, the said objects with lines or colors or color of light and shade. Line coloring Block...
This example was originally intended to simulate server-client communication, and I simplified the entire requirement into this example. 3D simulation generally needs the assistance of...
When pixi.js v5.2.0 loaded sprites, there were more than 200 cache-related warnings. It took some time and various debugging to remove them. Some people may...
We've already looked at the 2d texture gl.texture_2d and used it for various effects. But there is also a cube texture gl.texture_cube_map, which contains six...
Texture in graphics programming is a big topic, involving a lot of knowledge, there are hardware, there are software, there are real-time rendering techniques, there...
The following two pieces of code are GLSL language shader code. Vertex shader: Executes once per geometric vertex. Slice shader: Executes once per pixel. Generates...
Oasis Engine (hereinafter referred to as Oasis) is a mobile first, Web first interactive Engine developed by RichLab Interactive Technology team of Ant Group.
[AR excellent open source project] column will regularly recommend some portability, secondary development and application, can be the actual scene of the actual engineering source...
In the visualization application of 3D computer room data center, with the continuous popularization and development of video surveillance network system, network camera is more...