获取最新版本 https://api.github.com/repos/nickchou/paopao/releases/latest 获取版本列表 https://api.github.com/repos/nickchou/paopao/releases nickhou:github账号,根据需要 ...
分类:
其他好文 时间:
2018-08-25 14:28:27
阅读次数:
299
一个球体,不论从哪去看,都是中心透明,向边上越来越不透,最后纯白,大概就像个泡泡一样效果如下图:先看shader代码:Shader"Custom/PaoPao"{//1.Properties{_MainColor("Main",color)=(1,1,1,1)_Scale("Scale",range(1,8))=1}SubShader{Tags{"queue"="Transparent"}//2.
分类:
其他好文 时间:
2018-02-08 16:30:27
阅读次数:
191
http://www.iqiyi.com/paopao/u/2482925834/#curid=8585187309_2a3de3da488de5565c2e97f25a02b292 ...
分类:
其他好文 时间:
2017-12-10 11:18:36
阅读次数:
101
ArmatureDataManager::sharedArmatureDataManager()->addArmatureFileInfo("animation/paopao/paopao.ExportJson");
amatrue=Armature::create("paopao");
amatrue->getAnimation()->playByIndex(0);//播放里面第一个动画
amatrue->setScale(-1,1); //如果是armatu..
分类:
其他好文 时间:
2015-05-18 21:02:36
阅读次数:
124
#include <iostream>
using namespace std;
void paopao_sort(int arr[], int nSize)
{
for(int i=0;i<nSize;i++)
{
for(int j=0;j<nSize-1-i;j++)
{
if(arr[j] > arr[j+1])
{
int nTmp = arr[j...
分类:
编程语言 时间:
2015-03-01 18:36:29
阅读次数:
255
Xcode 升级到 6.0 后,更新 CocoaPods,出现了如下的警告[!] The `Paopao [Debug]` target overrides the `PODS_ROOT` build setting defined in`Pods/Target Support Files/Pods...
分类:
其他好文 时间:
2015-01-08 11:12:43
阅读次数:
118