Lines Matching refs:D
1 # Building and Managing ArkGraphics 3D Scenes
3 A 3D scene consists of three essential parts: light, camera, and model.
4 - Light provides illumination for a 3D scene so that the models in the 3D scene become visible. Wit…
5 … acts as a viewer of the 3D scene. In essence, 3D rendering is to observe a 3D scene from a perspe…
6 …D scene is used to describe a shape, structure, and appearance of an object, and generally has att…
10 
13 …tude of formats, but currently, ArkGraphics 3D supports only the loading of glTF models. glTF repr…
15 …D scene, including the light, camera, and model. If a glTF model contains a camera, you can use th…
72 // Use Component3D to display the 3D scenario.
85 …D scene, a camera determines the projection process from the 3D scene to a 2D image. Key camera pa…
122 Light in a 3D scene is a data model that simulates the impact of the light in the physical world on…
124 …he physical world. ArkGraphics 3D provides APIs for creating light and modifying light parameters.…