• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 144 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)

1. 让 CylinderMesh 支持椎体 [ 100%]

...是柱状顶点绘制   __proto.recreateResource=function(){ this._numberVertices=(this._slices+1+1)+(this._slices+1)*2+(this._slices+1+1); this._numberIndices=3 *this._slices+6 *this._slices+3 *this._slices; var vertexDeclaration=VertexPositionNormalTexture.vertexDeclaration; var vertexFloatStride...

来源: Laya_社区 发布时间: 20180113

2. GL ERROR :GL_INVALID_OPERATION : glDrawElements: [ 91%]

...ROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 [file:///E:/SVN/ZQ2/client2.0/bin/index.html]   [.Offscreen-For-WebGL-0834E938]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 [file:///E:/SVN/Z...

来源: Laya_社区 发布时间: 20190304

3. screenMode 设置成vertical后,width和hight获取问题 [ 90%]

screenMode 设置成vertical后,width和hight获取问题 横向拉伸浏览器,变大的是Laya.stage.clientHeight,而不是laya.stage.clientWidth, 2017-07-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复...

来源: Laya_社区 发布时间: 20170714

4. 打包成app screen mode无法变成vertical [ 90%]

打包成app screen mode无法变成vertical  //设置横竖屏           Laya.stage.screenMode = Stage.SCREEN_VERTICAL;   在web上看是竖屏正确的 但包成app上却变成横屏 请问是缺少什么设定吗?   附件 : --> 2016-08-13 添加评论 免费帖 --> 分享 微博 QZONE...

来源: Laya_社区 发布时间: 20160813

5. LayaAir2自带的3D示例项目,项目设置“场景横竖屏”= vertical 后,layanative测试时黑屏 [ 89%]

LayaAir2自带的3D示例项目,项目设置“场景横竖屏”= vertical 后,layanative测试时黑屏 测试手机 oppo reno 10倍变焦版   LayaAir2自带的3d示例工程:   场景横竖屏选项设置为 none 没问题   如果设置为 vertical ,则用 手机 LayaAirNative 扫...

来源: Laya_社区 发布时间: 20200511

6. SphereMesh的recreateResource()中关于vertices和indices数据原理(3d球体) [ 89%]

SphereMesh的recreateResource()中关于vertices和indices数据原理(3d球体) 下面的这段代码看不懂 关于顶点和顶点索引为何要这么写。我知道是3点确定一个面,然后球体有很多面构成。就是不清楚顶点和顶点索引如何对应,才符合这...

来源: Laya_社区 发布时间: 20161207

7. HTMLDivElement 标签嵌套问题 [ 83%]

HTMLDivElement 标签嵌套问题 <span style='vertical-align:top; font-weight: bold; color:#ffffff;'><span style='vertical-align:top; color: #FFE114'>恭喜!</span> <span style='vertical-align:top; color: #FFFFFF'>包容的雁河菊</span> <span style='vertical-a...

来源: Laya_社区 发布时间: 20180507

8. 发布log bug [ 78%]

...示:[xmldom error]    element parse error: Error: invalid attribute:vertical-align:  [xmldom error]    element parse error: Error: invalid attribute:vertical-align:    找不到问题在哪里 这个是什么问题呢? 附件 : --> 2019-05-31 添加评论 免费帖 --> 分享 微博 QZO...

来源: Laya_社区 发布时间: 20190531

9. android旋转屏幕 半边黑屏 [ 76%]

...stage.alignV = "top"; Laya.stage.alignH = "left"; Laya.stage.screenMode = "vertical"; Laya.stage.scaleMode = Stage.SCALE_FULL; spr = new Sprite var te:Text = new Text(); te.fontSize = 50; te.text = "内容测试"; spr.addChild(te); Laya.stage.addChild(spr); Laya.stage.on(Event.CLICK, this, function(...

来源: Laya_社区 发布时间: 20170801

10. Mesh属性 [ 74%]

Mesh属性 如图,项目需要,在unity上mesh的属性中的vertices,uv2,triangles三个属性在LAYA中对应分别是哪个? 目前知道vertices对应的应该是_getPositions(); triangles对应的应该是 _indexBuffer的数据,不过不知道怎么转成Array<number> uv2...

来源: Laya_社区 发布时间: 20190605