harmony 鸿蒙@ohos.graphics.scene (ArkGraphics 3D)

  • 2025-06-12
  • 浏览 (3)

@ohos.graphics.scene (ArkGraphics 3D)

The @ohos.graphics.scene module brings together APIs for 3D development, streamlining the process for you to export and use them.

NOTE

The initial APIs of this module are supported since API version 12. Newly added APIs will be marked with a superscript to indicate their earliest API version.

Scene

Scene: basic module of ArkGraphics 3D. It provides common data types such as SceneResourceParameters and SceneNodeParameters. It also provides basic methods such as glTF model loading, scene creation, and resource creation.

System capability: SystemCapability.ArkUi.Graphics3D

SceneNode

SceneNode: 3D scenes adopt a tree structure. You can change the 3D scene by operating the node properties and the node tree structure. This module provides the types and operation methods of scene nodes in 3D graphics.

System capability: SystemCapability.ArkUi.Graphics3D

SceneType

SceneType: provides the data types in 3D graphics, including vectors and quaternions.

System capability: SystemCapability.ArkUi.Graphics3D

SceneResources

SceneResources: provides basic resource types, such as materials, images, and shaders, which are commonly used in 3D graphics.

System capability: SystemCapability.ArkUi.Graphics3D

ScenePostProcessSettings

ScenePostProcessSettings: provides image post-processing methods (for example, tone mapping) in 3D graphics.

System capability: SystemCapability.ArkUi.Graphics3D

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkGraphics 3D

harmony 鸿蒙SceneNode

harmony 鸿蒙ScenePostProcessSettings

harmony 鸿蒙SceneResource

harmony 鸿蒙SceneType

harmony 鸿蒙Scene

0  赞