大约有 153 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0037 秒)
Laya_社区(121) Laya2.0_文档(11) Laya3.0_api(5) Laya2.0_示例(4) Laya_示例(4) Laya2.0_api(3) Laya3.0_文档(3) laya_api(2)
...: 那么根据opengl相关论文(Oblique View Frustum Depth Projection and Clipping (terathon.com)),可以用矩阵数据反算出视锥体六个面(用Vector4表示,其中xyz表示该平面法线,w表示平面上任一点到原点的向量在平面法线上的投影): M1表示矩...
来源: Laya_社区 发布时间: 20230913
...----------------------- | | Character Constraint | 模拟球窝关节(ball and socket joint),例如臀部或肩膀。 约束所有线性自由度的刚体运动,三个角度的运动将不受限制。 附着在角色关节上的刚体围绕每个轴并基于某个原点就行旋转。(暂未实...
来源: Laya2.0_文档 发布时间: 20210715
...----------------------- | | Character Constraint | 模拟球窝关节(ball and socket joint),例如臀部或肩膀。 约束所有线性自由度的刚体运动,三个角度的运动将不受限制。 附着在角色关节上的刚体围绕每个轴并基于某个原点就行旋转。(暂未实...
来源: Laya2.0_文档 发布时间: 20210714
...(canvasWidth <= 0 || canvasHeight <= 0) { trace("[error] canvasWidth and canvasHeight should greater than zero"); } - offsetX -= sprite.x; - offsetY -= sprite.y; + //offsetX -= sprite.x; + //offsetY -= sprite.y; //把参数强转成int canvasWidth |= 1; canvasHeight |= 1; offsetX |= 1; offsetY...
来源: Laya_社区 发布时间: 20180612
...efined in laya/d3/WebXR/core/WebXRSessionManager.ts:76 Stops the xrSession and restores the render loop Returns void hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事...
来源: Laya3.0_api 发布时间: 20231115
... in config file 'tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '[]'. [14:22:35] 'compile' errored after 286 ms [14:22:35] Error: Unexpected token (Note that you need plugins to import files that are not JavaScript) at error (/usr/local/lib/node_modules/laya...
来源: Laya_社区 发布时间: 20191115
...pm WARN deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your depend...
来源: Laya_社区 发布时间: 20220406
...th instead – BenJacob Jul 7 '15 at 10:25 If the length is between 15 and 65535 bytes then your will have to add a two byte extended length, while if it's larger than 65535 bytes than you'll need a 4 byte extended length. – Cyclonecode Jul 7 '15 at 10:251Checkout tools.ietf.org/html/rfc64...
来源: Laya_社区 发布时间: 20180612
...制台出现以下报错,编译不了代码 出错了:FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory <--- Last few GCs ---> [8912:005A00C8] 319470 ms: Mark-sweep 982.8 (1183.0) -> 971.7 (1172.4) MB, 632.9 / 0.0 ms allocation failure GC in old space ...
来源: Laya_社区 发布时间: 20191225
...k类别,指定与其碰撞的类别值之和(值是所有category按位AND的值) RigidBody id : int[read-only] 获取唯一标识ID。 Component isSingleton : Boolean[read-only] 获取是否为单实例组件。 Component label : String = RigidBody[只读]自定义标签RigidBody line...
来源: Laya2.0_api 发布时间: 20190513