随笔 - 2649  文章 - 2452  评论 - 0  阅读 - 80424

随笔分类 -  微信小程序 - 开发 / API / XR-FRAME..

1 2 下一页
ARTracker
摘要:Class: ARTracker AR追踪组件,配合ARSystem和Camera的isARCamera属性一起使用。 一般被代理到XRARTracker元素。 其提供了追踪的能力,节点将会自动同步识别到的追踪目标的位置和旋转, Hierarchy Component<> ↳ ARTracker T 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(7) 评论(0) 推荐(0) 编辑
ARSystem
摘要:Class: ARSystem AR系统,负责整个场景AR相关对象的管理。 代理自小程序的VKSession。 Hierarchy Component<> ↳ ARSystem Table of contents Constructors constructor Events onAdd onRel 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(4) 评论(0) 推荐(0) 编辑
Classes
摘要:Class: Component 组件,系统核心之一。 组件就是wxml的标签上写的那些attribute,比如<xr-element transform="position: 1 1 1" />中,transform就是一个组件,position是它的一个属性。 这些属性可以在schema中被定义 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(14) 评论(0) 推荐(0) 编辑
ECapsuleShapeDirection
摘要:Enumeration: ECapsuleShapeDirection 胶囊体轮廓的朝向。 Table of contents Enumeration members X-Axis Y-Axis Z-Axis Enumeration members X-Axis • X-Axis = 0 Y-Axi 阅读全文
posted @ 2025-01-14 08:18 AtlasLapetos 阅读(1) 评论(0) 推荐(0) 编辑
EWrapMode
摘要:Enumeration: EWrapMode 纹理寻址模式枚举。 Table of contents Enumeration members CLAMP_TO_EDGE MIRRORED_REPEAT REPEAT Enumeration members CLAMP_TO_EDGE • CLAMP_ 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(2) 评论(0) 推荐(0) 编辑
EVideoState
摘要:Enumeration: EVideoState Table of contents Enumeration members Idle Paused Playing Released WaitPlay Enumeration members Idle • Idle = 0 Paused • Paus 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(1) 评论(0) 推荐(0) 编辑
EVertexStep
摘要:Enumeration: EVertexStep 顶点数据步进类型枚举。 Table of contents Enumeration members PER_INSTANCE PER_VERTEX Enumeration members PER_INSTANCE • PER_INSTANCE = 1 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(1) 评论(0) 推荐(0) 编辑
EVertexLayoutUsage
摘要:Enumeration: EVertexLayoutUsage 顶点数据布局用途枚举。 Table of contents Enumeration members BONEINDEX BONEWEIGHT COLOR CUSTOM NORMAL POSITION TANGENT UV0 UV1 UV 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(1) 评论(0) 推荐(0) 编辑
EVertexFormat
摘要:Enumeration: EVertexFormat 顶点数据格式枚举。 Table of contents Enumeration members BYTE4 BYTE4N FLOAT FLOAT2 FLOAT3 FLOAT4 SHORT2 SHORT2N SHORT4 SHORT4N UBYTE 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(2) 评论(0) 推荐(0) 编辑
EVertexBatchOperator
摘要:Enumeration: EVertexBatchOperator 动态合批操作符枚举。 Table of contents Enumeration members MatrixMultiple UVST Enumeration members MatrixMultiple • MatrixMult 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(0) 评论(0) 推荐(0) 编辑
EUseDefaultRetainedAction
摘要:Enumeration: EUseDefaultRetainedAction Table of contents Enumeration members Keep Refresh WriteBack Enumeration members Keep • Keep = 0 Refresh • Refr 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(0) 评论(0) 推荐(0) 编辑
EUseDefaultRemovedAction
摘要:Enumeration: EUseDefaultRemovedAction Table of contents Enumeration members Clear Keep WriteBack Enumeration members Clear • Clear = 1 Keep • Keep = 0 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(0) 评论(0) 推荐(0) 编辑
EUseDefaultAddedAction
摘要:Enumeration: EUseDefaultAddedAction Table of contents Enumeration members Ignore Refresh Enumeration members Ignore • Ignore = 0 Refresh • Refresh = 1 阅读全文
posted @ 2025-01-14 08:16 AtlasLapetos 阅读(0) 评论(0) 推荐(0) 编辑
EUniformType
摘要:Enumeration: EUniformType Uniform值得类型枚举。 Table of contents Enumeration members FLOAT FLOAT2 FLOAT3 FLOAT4 MAT2 MAT3 MAT4 SAMPLER Enumeration members F 阅读全文
posted @ 2025-01-14 08:15 AtlasLapetos 阅读(3) 评论(0) 推荐(0) 编辑
ETextureType
摘要:Enumeration: ETextureType 纹理类型雷剧。 Table of contents Enumeration members Cube D2 D2Array D3 Enumeration members Cube • Cube = 1 立方体纹理。 D2 • D2 = 0 2D纹理 阅读全文
posted @ 2025-01-14 08:15 AtlasLapetos 阅读(2) 评论(0) 推荐(0) 编辑
ETextureFormat
摘要:Enumeration: ETextureFormat 纹理格式枚举。 Table of contents Enumeration members ASTC4x4 ASTC5x5 ASTC6x6 ASTC8x6 ASTC8x8 DXT1 DXT3 DXT5 Depth_High Depth_Low 阅读全文
posted @ 2025-01-14 08:15 AtlasLapetos 阅读(3) 评论(0) 推荐(0) 编辑
EStencilOp
摘要:Enumeration: EStencilOp 模板测试操作枚举。 Table of contents Enumeration members DECR DECR_WRAP INCR INCR_WRAP INVERT KEEP REPLACE ZERO Enumeration members DEC 阅读全文
posted @ 2025-01-14 08:15 AtlasLapetos 阅读(2) 评论(0) 推荐(0) 编辑
EShapeType
摘要:Enumeration: EShapeType Table of contents Enumeration members Capsule Cube Mesh Sphere Enumeration members Capsule • Capsule = 3 see CapsuleShape Cube 阅读全文
posted @ 2025-01-14 08:15 AtlasLapetos 阅读(1) 评论(0) 推荐(0) 编辑
EShadowMode
摘要:Enumeration: EShadowMode 阴影类型枚举。 Table of contents Enumeration members FourCascade_PCF None OneCascade_PCF PCSS TwoCascade_PCF Enumeration members Fou 阅读全文
posted @ 2025-01-14 08:14 AtlasLapetos 阅读(2) 评论(0) 推荐(0) 编辑
EShadowFitMode
摘要:Enumeration: EShadowFitMode 阴影匹配类型枚举。 Table of contents Enumeration members FitFrustum FitObjects Enumeration members FitFrustum • FitFrustum = 0 阴影范围 阅读全文
posted @ 2025-01-14 08:14 AtlasLapetos 阅读(1) 评论(0) 推荐(0) 编辑

1 2 下一页
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示