上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 39 下一页
摘要: 对于缩放 圆效果 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialZoom{ color?: any, speed?: number, zoom?: boolean, } 对于缩放 圆我们叫 MaterialZoom ```j 阅读全文
posted @ 2022-01-20 17:14 haibalai 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 对于 折射纹理效果 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialRefraction{ cubeMap: { positiveX: string, negativeX: string, positiveY: string, 阅读全文
posted @ 2022-01-20 17:14 haibalai 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 对于fade 圆效果 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialFade{ color?: any, speed?: number, } 对于fade 圆我们叫 MaterialFade ```javascript im 阅读全文
posted @ 2022-01-20 17:13 haibalai 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 对于木制墙纹理效果 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialBrick{ color?: any, speed?: number, brickColor?: any, mortarColor?:any, brickSi 阅读全文
posted @ 2022-01-20 17:12 haibalai 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 对于反射纹理效果 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialReflection{ cubeMap: { positiveX: string, negativeX: string, positiveY: string, 阅读全文
posted @ 2022-01-20 17:12 haibalai 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 对于扎染纹理效果 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialTieDye{ lightColor?: any, darkColor?: any, frequency?: number, } 对于扎染墙纹理我们叫 Mate 阅读全文
posted @ 2022-01-20 17:11 haibalai 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 对于砖石纹理效果 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialFacet{ lightColor?: any, darkColor?: any, frequency?: number, } 对于砖石纹理我们叫 Materi 阅读全文
posted @ 2022-01-20 17:10 haibalai 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 对于绿地纹理 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialGrass{ grassColor?: any, dirtColor?: any, patchiness?: number } 对于绿地纹理我们叫 Material 阅读全文
posted @ 2022-01-20 17:10 haibalai 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 对于水泥纹理效果 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialCement{ cementColor?: any, grainScale?: number, roughness?: number } 对于水泥纹理纹理我们叫 阅读全文
posted @ 2022-01-20 17:09 haibalai 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 对于斑点墙纹理效果 我们先定义一下他的interface, 方便使用的人知道他的调用参数 export interface PMaterialBlob{ lightColor?: any, darkColor?: any, frequency?:number } 对于斑点墙墙纹理我们叫 Materi 阅读全文
posted @ 2022-01-20 17:05 haibalai 阅读(219) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 39 下一页