大约有 176 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0045 秒)
...2017-12-20 16:38 图片按照原来的缩放, 还要额外的在没一个顶点,如果不是正方形,比如是 多边形,要对数组里每一个都除以对应的scalex kezhiyu • 2017-12-20 16:47 但就算是这样,这和绘制普通形状时候不一致 kezhiyu • 2017-12-20 16:51 ...
来源: Laya_社区 发布时间: 20171220
...乎明白了其中的玄机,setBounds后这个Rectangle(0, 0, 长, 宽); 顶点实际上并不是和图片的现有注册点对齐,而是和图片初始注册点(左上角)对齐,如果你想要碰撞框和图片正好一样大,那框的坐标设置(0,0)肯定没问题,但如果碰...
来源: Laya_社区 发布时间: 20161214
... lm --- 网格文件: 二进制文件,包含模型所有顶点的数据信息 lmat --- 材质文件: Json文件,包含光照,贴图,渲染模式等基本材质信息 lsani --- 蒙皮动画文件:二进制文...
来源: Laya_社区 发布时间: 20170428
...p: Vector3, out: Vector3): void Defined in laya/d3/utils/Utils3D.ts:159 将顶点进行billboard转换 Parameters v0: Vector3 cameraDir: Vector3 cameraUp: Vector3 out: Vector3 Returns void Static createAffineTransformationArray createAffineTransformationArray(tX: number, tY: number, tZ: number, rX: ...
来源: Laya3.0_api 发布时间: 20231115
...创建出下面半径大小 修改第二个循环结构, 也就是柱状顶点绘制 __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=Ve...
来源: Laya_社区 发布时间: 20180113
...0 I/LayaBox: JNI init dev w=1280,h=720 I/LayaBox: INFO:gles 支持的最大顶点属性个数=16 I/LayaBox: Start js scripts/apploader.js I/LayaBox: js thread started. I/LayaBox: found the file in the package:scripts/runtimeInit.js I/LayaBox: found the file in the package:scripts/apploader.js I/Laya...
来源: Laya_社区 发布时间: 20171218