大约有 104 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0041 秒)
...PositionNormalColorTexture 类用于创建位置、法线、颜色、纹理顶点结构。 Public Properties PropertyDefined By color : Vector4[read-only] VertexPositionNormalColorTexture0Texture1 normal : Vector3[read-only] VertexPositionNormalColorTexture0Texture1 position : Vector3[read...
来源: laya_api 发布时间: 20170929
... number X轴偏移量。 y: number Y轴偏移量。 vertices: Float32Array 顶点数组。 uvs: Float32Array indices: Uint16Array 顶点索引。 Default value matrix: Matrix | null = null 缩放矩阵。 Default value alpha: number = 1 alpha Default value color: string | number = null 颜色变换 ...
来源: Laya3.0_api 发布时间: 20231115
...面显示没有问题,laya里面显示有的部件不显示,看着像顶点组织有问题,我把spine源文件和导出文件都上传了,麻烦看下 附件 : --> boss_nmwyt.zip 牛魔王一体.zip 2024-09-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20240918
... number X轴偏移量。 y: number Y轴偏移量。 vertices: Float32Array 顶点数组。 uvs: Float32Array indices: Uint16Array 顶点索引。 Default value matrix: Matrix | null = null 缩放矩阵。 Default value alpha: number = 1 alpha Default value color: string | number = null 颜色变换 ...
来源: Laya3.0_api 发布时间: 20231115
...Shader_MultiplePassOutline))。 ##### 第一个Pass使用的着色器: 顶点着色器 `outline.vs` 代码如下: ```c++ attribute vec4 a_Position; attribute vec3 a_Normal; uniform mat4 u_MvpMatrix; uniform float u_OutlineWidth; void main() { vec4 position = vec4(a_Position.xyz + a_Normal * u_...
来源: Laya2.0_文档 发布时间: 20210714
...lorTextureTangent 类用于创建位置、法线、颜色、纹理、切线顶点结构。 Public Properties PropertyDefined By color : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Tangent normal : Vector3[read-only] VertexPositionNormalColorTexture0Texture1Tangent position ...
来源: laya_api 发布时间: 20170929
...尽量选择 BlinnPhongMaterial或者UnlitMaterial 二:导出的选项有顶点之类的忽略,尽量不要忽略。不然显示不正常 然后加一个鼠标监听时间,控制相机旋转就可以了,可以加微信或QQ沟通 2019-04-25 0 1 分享 微博 QZONE 微信 xialuo 赞同来自:...
来源: Laya_社区 发布时间: 20190425
...用于创建位置、法线、颜色、纹理、骨骼索引、骨骼权重顶点结构。 Public Properties PropertyDefined By blendIndex : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Skin blendWeight : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Skin color...
来源: laya_api 发布时间: 20170929
...态画布有背景色,开启后,可以设置画布为无色透明。 顶点缓存优化 是否分配最大的VB缓冲区;开启后,渲染2D的时候,每次创建vb直接分配足够64k个顶点的缓存。这样可以提高效率。关闭后,可节省64k显存,但会牺牲性能效率...
来源: Laya3.0_文档 发布时间: 20241014
...----------------------------------------- | | `Ignore Vertices UV` | 忽略顶点UV(忽略模型的UV贴图) | | `Ignore Vertices Color` | 忽略顶点颜色(忽略模型的顶点颜色信息) | | `Ignore Vertices Normal` | 忽略顶点法线(忽略模型的法线信息) | | `Ignore Vert...
来源: Laya2.0_文档 发布时间: 20210714