diff --git a/api/graphics3d/Scene.d.ts b/api/graphics3d/Scene.d.ts index 4749f9b67ce04cfc02e5bba48ef60a7d258f30b9..e6a9906820f53c5c0476546ea71643e0978a3cc9 100644 --- a/api/graphics3d/Scene.d.ts +++ b/api/graphics3d/Scene.d.ts @@ -133,7 +133,7 @@ export interface RaycastParameters { /** * The render resource factory. RenderResourceFactory is used to create resources that can be shared - * across Scences that share a RenderContext + * across Scenes that share a RenderContext * * @interface RenderResourceFactory * @syscap SystemCapability.ArkUi.Graphics3D diff --git a/api/graphics3d/SceneResources.d.ts b/api/graphics3d/SceneResources.d.ts index 8336237a269a05033063592fc058fbfb8800fc70..036896142cf51dabadd629355ba5259e2e0de372 100644 --- a/api/graphics3d/SceneResources.d.ts +++ b/api/graphics3d/SceneResources.d.ts @@ -578,7 +578,7 @@ export enum SamplerAddressMode { */ export interface Sampler { /** - * Mag filiter + * Mag filter * * @type { ?SamplerFilter } * @syscap SystemCapability.ArkUi.Graphics3D @@ -587,7 +587,7 @@ export interface Sampler { magFilter?: SamplerFilter; /** - * Min filiter + * Min filter * * @type { ?SamplerFilter } * @syscap SystemCapability.ArkUi.Graphics3D diff --git a/api/graphics3d/SceneTypes.d.ts b/api/graphics3d/SceneTypes.d.ts index f681188f618a54c43d231cbdef072285bcda51b6..9dcb6911d8c360403e2c7b3df1af040f77e194ad 100644 --- a/api/graphics3d/SceneTypes.d.ts +++ b/api/graphics3d/SceneTypes.d.ts @@ -491,7 +491,7 @@ export declare class PlaneGeometry extends GeometryDefinition { */ export declare class SphereGeometry extends GeometryDefinition { /** - * The raduis of the sphere. + * The radius of the sphere. * * @type { number } * @syscap SystemCapability.ArkUi.Graphics3D @@ -500,7 +500,7 @@ export declare class SphereGeometry extends GeometryDefinition { radius: number; /** - * Divide the sphere latitudinally into this many circles and each circle longitudinally into this mant segments. + * Divide the sphere latitudinally into this many circles and each circle longitudinally into this many segments. * * @type { number } * @syscap SystemCapability.ArkUi.Graphics3D