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

大约有 257 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)

121. laya.d3.core.pixelline.PixelLineMaterial_API3.0 [ 65%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

来源: Laya3.0_api 发布时间: 20231115

122. 写shader还区分2d,与3d么!看官网是3d的shader例子,有没有2d的shader例子? [ 65%]

..._Normal;}"; var ps: string = "#ifdef FSHIGHPRECISION\n" + "precision highp float;\n" + "#else\n" + "precision mediump float;\n" + "#endif\n" + "varying vec3 v_Normal;\n" + "void main(){\n" + "gl_FragColor=vec4(v_Normal,1.0);}\n"; Laya.ShaderCompile3D.add(customShader, vs, ps, attributeMap, uniformMa...

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

123. [LayaAir3]调用renderTexture.getDataAsync且同时勾选camera的hdr或msaa,webgl必报错 [ 65%]

...创建,并且格式会随相机参数变化, 只开启 hdr 时rt变为float格式,需要使用 float32array接收,  开启msaa时rt会变为多重采样的buffer,msaa rt 暂不支持读取像素, 后续会在方法添加提示 2025-09-17 1 0 分享 微博 QZONE 微信 LayaAir大为 赞同...

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

124. laya.d3.core.material.EffectMaterial_API3.0 [ 64%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

来源: Laya3.0_api 发布时间: 20231115

125. laya.d3.core.trail.TrailMaterial_API3.0 [ 64%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

来源: Laya3.0_api 发布时间: 20231115

126. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 64%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

来源: Laya3.0_api 发布时间: 20231115

127. 如何实现聊天图文混排的聊天 气泡背景效果? [ 64%]

... style="width:422px;">         <img style= " display:inline;  float:right; " src="Face/img_duihua_qipao_green_01.png "></img>                  <div style="background:url(Face/img_duihua_qipao_green_02.png); height:100%; min-height:44px; width:400px;        ...

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

128. laya.ani.bone.Templet_API3.0 [ 64%]

...ithCache(key: any, cacheDatas: any, aniIndex: number, frameIndex: number): Float32Array Inherited from AnimationTemplet.getAnimationDataWithCache Defined in laya/ani/AnimationTemplet.ts:216 获取动画信息数据 Parameters key: any cacheDatas: any aniIndex: number frameIndex: number Returns Float...

来源: Laya3.0_api 发布时间: 20231115

129. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 64%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

来源: Laya3.0_api 发布时间: 20231115

130. 修改了Scene下的WebGL参数导致渲染3D对象出现局部透明 [ 64%]

...exPositionAttribute, this.vertexPositionBuffer.itemSize, Laya.WebGLContext.FLOAT, false, 0, 0 ); this.gl.bindBuffer(Laya.WebGLContext.ARRAY_BUFFER, this.textureCoordBuffer); // Check the current orientation of the device combined with the // orientation of the VRSeeThroughCamera to determine the cor...

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