Blender Tutorial - Earth curves [Animation nodes]笔记
https://www.youtube.com/watch?v=jEYI4lnOprY&t=
Blender Tutorial - Earth curves [Animation nodes]
建模
1 BezierCurve ,数据属性, 填充:全部(即曲线成为管状),倒角6,分辨率2.
2 Icosphere, 缩放到0.9, 作为稍小的蓝色海洋球体, 材质设为蓝色. 或者如视频使用节点设置为更好看的色彩.
3 Icosphere, 大陆板块, 新建空白顶点组倍用, 使用UV贴图+如下修改器, 如下图设置参数.
修改器: Surface, 细分地图,使地图边缘更柔和;
修改器: VertexWeightEdit; Mask; 形成大陆板块;
修改器: ParticleSystem, 调用曲线, 形成地图表面动态曲线;
修改器: Solidify, 增加大陆板块厚度;
如下图, 设置4个节点动画
1Cenerator 动态曲线生成节点树;
2FineRandomPairs, 如下图, 主动画里绿色循环节点的内容;
3arcs, 如下图, 主动画里左下方粉红色循环节点的内容;
4Animation 动画节点树
原始视频还有对地图和海洋材质的节点编辑, 这里忽略了, 有兴趣, 可看原作者的视频.
https://www.youtube.com/watch?v=jEYI4lnOprY
彩色曲线节点如下:
众多Node生成的对象, 地面出现的动态曲线的材质:
选择单一, [Shift G] 选择{Type}; [Ctrl G] 建立组;
之后就可以用[shift G] 选择{group};
[Ctrl L] 选择{Materials},建立连接;
新建节点, 命名为Curvelist, 编辑如下:
Blender Tutorial - Earth curves [Animation nodes]笔记的更多相关文章
- Quick Noodle Physics in Blender Tutorial
https://www.youtube.com/watch?v=Lg7jxAMs60QQuick Noodle Physics in Blender Tutorial 新增平面Plane作为地面; 新 ...
- CSS3 Animation学习笔记
Internet Explorer 9,以及更早的版本, 不支持 @keyframe 规则或 animation 属性. Internet Explorer 10.Firefox 以及 Opera 支 ...
- <<Differential Geometry of Curves and Surfaces>>笔记
<Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...
- Android Animation学习笔记
原文地址: http://www.cnblogs.com/feisky/archive/2010/01/11/1644482.html 关于动画的实现,Android提供了Animation,在And ...
- Android animation学习笔记之view/drawable animation
前一章中总结了android animation中property animation的知识和用法,这一章总结View animation和Drawable animation的有关知识: View ...
- angular 2 animation 结构笔记 version 4.2.2
import { Component, Input, OnInit } from '@angular/core'; import { trigger, state, style, animate, t ...
- css笔记 - animation学习笔记(二)
animation动画 @keyframes规则 - 创建动画 from - to 等价于 0% - 100% 但是优先使用0% - 100%,因为浏览器兼容性还好点 animation 动画绑定 将 ...
- css3 animation(动画)笔记
在开始介绍Animation之前我们有必要先来了解一个特殊的东西,那就是"Keyframes",我们把他叫做“关键帧”,玩过flash的朋友可能对这个东西并不会陌生.下面我们就一起 ...
- Ruby on Rails Tutorial 第2版 学习笔记
Ruby on Rails Tutorial 第2版 在线阅读:http://railstutorial-china.org/ 英文版:http://ruby.railstutorial.org/ru ...
随机推荐
- laravel管理员表中的模型
<?php namespace App; use App\Model; use Illuminate\Foundation\Auth\User as Authenticatable; class ...
- windows 文件/文件夹操作
move命令 命令作用:移动某个文件到指定的文件夹下 将D:\file\abc.zip 移动到 E:\test\文件夹下 move d:\file\abc.zip e:\test\ 移动之后再原来的文 ...
- 关于java Collections.sort 排序
public static void main(String[] args) { int[] dd = {12,34,46,123,23,2,35,13,543231,65,5645,57}; Arr ...
- 老毛桃制作装机版u盘
启动盘准备工作: ① 老毛桃官网首页下载老毛桃v9.3装机版u盘启动盘制作工具安装到电脑上: ② 准备一个容量大在4G以上并能够正常使用的u盘. 第一步 到老毛桃官网中下载老毛桃v9.3安装包到系统桌 ...
- docker 部署 flask(三)高级编写及生成镜像,安装requirements.txt
简介: 上一篇,我写了如何使用别人的docker基础镜像,生成我们的docker镜像. 也就最基本的flask,没有别的库(包)支持.连数据库支持都没有. 也就让大家了解一下怎么生成镜像而已. 本篇介 ...
- vue-13-插件
Vue.js 的插件应当有一个公开方法 install MyPlugin.install = function (Vue, options) { // 1. 添加全局方法或属性 Vue.myGloba ...
- centos7安装配置tomcat
第一步:下载Tomcat8压缩包 进入 http://tomcat.apache.org/download-80.cgi 下载tar.gz压缩包 第二步:用ftp工具把压缩包上传到/home/data ...
- sac cut
Put a perl script here in order to remind myself of its correct usage:
- set,pair容器使用方法
题目链接:http://codeforces.com/gym/100989/problem/D In this cafeteria, the N tables are all ordered in o ...
- python map 常见用法
python map 常见用法2017年02月01日 19:32:41 淇怪君 阅读数:548版权声明:欢迎转载,转载请注明出处 https://blog.csdn.net/Tifficial/art ...