码迷,mamicode.com
首页 >  
搜索关键字:call    ( 9711个结果
NGUI 3.5教程(四)Atlas和Sprite(制作图片button)
Atlas是NGUI的图集。我的理解是:Atlas把你的一些零散的图片,合并成一张图。这样做的优点是,能够减少Draw Call。我不了解它的底层运作机制,我猜应该也是再行进DXT之类的纹理压缩,所以,最好把图集的尺寸,也做成128, 256,512,1024之类的大小,以方便其进行格式压缩。概念....
分类:其他好文   时间:2014-11-11 18:50:14    阅读次数:262
NGUI 减少drawcall规则
前置说明一:Unity中的drawcall定义:每次引擎准备数据并通知GPU的过程称为一次Draw Call。Unity(或者说基本所有图形引擎)生成一帧画面的处理过程大致可以这样简化描述:引擎首先经过简单的可见性测试,确定摄像机可以看到的物体,然后把这些物体的顶点(包括本地位置、法线、UV等),(...
分类:其他好文   时间:2014-11-10 17:39:29    阅读次数:181
Extjs4 使用store的post方法
Extjs4 使用store的post方法引用官网的一句话 Now when we call store.load(), the AjaxProxy springs into action, making a request to the url we configured ('users.jso....
分类:Web程序   时间:2014-11-10 12:00:40    阅读次数:215
轻量级跨平台消息传递协议XML-RPC深度解析
一、引言实现跨平台通信的协议主要有简单对象訪问协议(Simple Object Access Protocol,SOAP)、代表性状态传输(Representational State Transfer,REST)以及 XML 远程过程调用协议(XML Remote Procedure Call,X...
分类:其他好文   时间:2014-11-09 16:30:42    阅读次数:229
sicily 1003. Hit or Miss
DescriptionOne very simple type of solitaire game known as "Hit or Miss" (also known as "Frustration," "Harvest," "Roll-Call," "Talkative", and "Treiz...
分类:其他好文   时间:2014-11-09 12:30:26    阅读次数:247
Array.prototype.slice.call(document.querySelectorAll('a'), 0)
Array.prototype.slice.call(document.querySelectorAll('a'), 0)的作用就是将一个DOM NodeList 转换成一个数组。 slice()方法可提取字符串的某个部分,并以新的字符串返回被提取的部分。语法为arr.slice([begin[.....
分类:其他好文   时间:2014-11-08 18:03:12    阅读次数:216
求指教、。。。关于调用so文件
============问题描述============ 今天同事给我发来一个文件,说让我通过android调用里面的函数文件是:里面的内容是:call_so.cpp文件的内容:#pragmapack(1)//非常重要的申明,内存对齐的方法,影响sizeof()的结果#include#include...
分类:其他好文   时间:2014-11-08 14:47:34    阅读次数:209
pyzmq missing when running ipython notebook
Q:I can run iPython, but when I try to initiate a notebook I get the following error:~ ipython notebook Traceback (most recent call...
分类:编程语言   时间:2014-11-08 02:01:09    阅读次数:269
pip使用报错【cannot import name HTTPSHandler】
python2.7,报错如下:Traceback (most recent call last): File "/usr/local/bin/pip", line 9, in load_entry_point('pip==1.4.1', 'console_scripts', 'pip')() F.....
分类:Web程序   时间:2014-11-07 23:23:31    阅读次数:789
windows 环境安装oracle11g db 或者RAC 防火墙必须要透过的进程,端口
1、Firewall Exceptions for Oracle Database For basic database operation and connectivity from remote clients, such as SQL*Plus, Oracle Call Interface (OCI), Open Database Connectivity (ODBC), Object L...
分类:数据库   时间:2014-11-07 22:10:45    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!