water Waves Demo

效果图:

工程图:

代码:

#import "ViewController.h"
//加入头文件
#import "VWWWaterView.h"

@interface ViewController ()

@end

@implementation ViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    // Do any additional setup after loading the view, typically from a nib.

    VWWWaterView *waterView = [[VWWWaterView alloc]initWithFrame:self.view.bounds];

    [self.view addSubview:waterView];
}
时间: 2024-10-19 20:20:38

water Waves Demo的相关文章

unity3d 制造自己的水体water effect(一)

first,I wish you a happy new year, and study in spring festival's eve means you are hardworking,haha. I write in two languages. One passage write in Chineseone passage translate into English. My English is poor., If I write some thing wrong, welcome

unity3d 制造自己的水体water effect

first,I wish you a happy new year, and study in spring festival's eve means you are hardworking,haha. I write in two languages. One passage write in Chineseone passage translate into English. My English is poor., If I write some thing wrong, welcome

Radio Basics for RFID

Radio Basics for RFID (2015/09/24 22:30:37) Radio Basics for RFID (2015/09/24 22:30:37) Radio Basics for RFID (2015/09/24 22:30:37) Radio Basics for RFID (2015/09/24 22:30:37) Radio Basics for RFID (2015/09/24 22:30:37) Radio Basics for RFID (2015/09

科研论文

[1] Jingjing Liu and Xiayang Shi, Existence of three solutions for a class of quasilinear elliptic systems involving the (p(x), q(x))-Laplacian, Nonlinear Anal., 71(1-2), 550-557, 2009 [2] Jingjing Liu*, Positive solutions of the p(x)-Laplace equatio

发表论文

[1] Jingjing Liu* and Xiayang Shi, Existence of three solutions for a class of quasilinear elliptic systems involving the (p(x), q(x))-Laplacian, Nonlinear Anal., 71(1-2), 550-557, 2009  [2] Jingjing Liu*, Positive solutions of the p(x)-Laplace equat

Using Vertex Texture Displacement for Realistic Water Rendering

http://blog.csdn.net/soilwork/article/details/709869 Using Vertex Texture Displacement for Realistic Water Rendering(上) 分类: GPU程序设计2006-04-24 14:57 3466人阅读 评论(1) 收藏 举报 floatshader网格fftparameters游戏 最近在研究水面渲染,眼看马上要毕业交论文了,还什么都没有弄,大意了---.Tessendorf  2001

[转载]50个Demo展示HTML5无穷的魅力

Flash和HTML5的比较已经成为现在最热门的主题之一,我们不去争论哪个好哪个不好.和HTML5在很酷的动画和简单的游戏等方面一样,除非HTML5在未来几年有一些重大发展,否则Flash在富内容网页应用和游戏方面永远是不错的选择.下面收集了50个非常酷的HTML5应用实例来展示其无限潜力. 1. Tunneler 2. JuicyDrop 3. Magnetic 4. Trail 5. Sinuous 6. DDD 7. Harmony 8. Lines go all over the pla

uploadify的用法与动态传参 提供demo下载

---恢复内容开始--- 官网:http://www.uploadify.com/   一款不错的上传插件.官方文档http://www.uploadify.com/documentation/ 用法网上很多.今天快乐我在项目中想动态的穿选择,然后上传,同时服务器端,接受到参数与图片的地址.可是uploadify,直接是获取到,页面才加载的值.所以搜了一下.找到的办法.但都是旧版本的.今天我来写个新3.21版本. 要点     1.关闭自动上传.红色地方 $('#upload').uploadi

unity, water cube

<纪念碑谷>里有一关开始是一个宝箱展开后里面有一个water cube,其中还有小鱼在游.如下截图: 因为我们知道<纪念碑谷>是unity做的,而现在正开始学unity,所以也想做一个类似的. unity5的standard assets里面有一个WaterProDaytime,折射和反射都有,开始以为用它一拼就完事儿了,可没想到这个东西只能平放效果才对,竖着放效果就不对了,如下图所示: (下面水平放置的water水波纹是正常的,但上面竖立放置的water水纹变成竖直的长条,这种效