Lines Matching refs:D
1 # Introduction to ArkGraphics 3D
3 …D provides basic 3D scene rendering capabilities based on the lightweight 3D engine and render pip…
7 … application sandbox and use the asynchronous APIs provided by ArkGraphics 3D to load the model an…
8 …ynamically adjust the scene tree structure and node attributes to adjust a 3D scene. For details, …
9 …erials, environments, and shaders used in a 3D scene. You can also customize a shader to carry out…
10 - Provides APIs for controlling the animation status in a 3D scene, such as starting, pausing, and …
13 To sum up, ArkGraphics 3D provides basic 3D scene rendering capabilities to help you carry out 3D s…
15 For details about the API usage and parameters, see [@ohos.graphics.scene (ArkGraphics 3D)](../refe…
18 
20 The ArkGraphics 3D service consists of three key parts: graphics backend, engine layer, and interfa…
23 - Interface layer: processes data based on the ECS framework through the NAPI layer, and exposes 3D…
28 To use the ArkGraphics 3D service, the device must support the GPU driver of OpenGL ES 3.2 or later…