CG游戏原画造型教程 今天卡拉维德专业游戏美术学习交流平台与大家分享的是如何制作CG游戏原画——高贵的公主角色,下面是详细教程。【模型】从头部开始使用polygon模型制作技巧来进行建模。要时刻注意遵循原稿。这个角色的最大特点就是她的面部表情和丰满的嘴唇。因此一定要将这两个元素表现得非常突出。在脸部 ...
分类:
其他好文 时间:
2017-04-23 15:53:50
阅读次数:
177
1,SVG是可伸缩矢量图形。含有不同标签<rect>用于创建矩形。<circle>创建圆形。<ellipse>用于创建椭圆。<line>线。<polyline>折线。<polygon>多边形 2,svg <path d="M 250,150 L150,350 L350 350 Z"/> 定义了一条路 ...
分类:
Web程序 时间:
2017-04-18 18:28:06
阅读次数:
302
1 //Five edges polygon. 2 //As less code as possible. 3 4 #include "stdafx.h" 5 #include 6 #include 7 8 void init(void) 9 { 10 glClearColor(0.0, 0.0, ... ...
分类:
其他好文 时间:
2017-04-12 02:54:16
阅读次数:
208
The Polygon Collider 2D component is a collider for use with 2D physics. The collider’s shape is defined by a freeform edge made of line segments, so ...
分类:
其他好文 时间:
2017-03-27 15:45:50
阅读次数:
336
A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different h ...
分类:
其他好文 时间:
2017-03-25 23:52:10
阅读次数:
305
POJ 1981:Circle and Points POJ 1418:Viva Confetti AOJ 2201:Immortal Jewels POJ 3168:Barn Expansion POJ 3293:Rectilinear polygon POJ 2482:Stars in Your ...
分类:
其他好文 时间:
2017-03-16 20:09:39
阅读次数:
195
【题目链接】 http://poj.org/problem?id=3293 【题目大意】 给出一些点,每个点只能向外引出一条平行X轴,和Y轴的边, 问能否构成一个闭多边形,如果能,返回多边形的总边长,否则返回-1 【题解】 我们发现对于每一行或者每一列都必须有偶数个点,且两两之间相邻才能满足条件 所 ...
分类:
其他好文 时间:
2017-03-09 19:57:35
阅读次数:
251
真实页面效果:就是一张图 html代码: PS: 定义和用法 shape 属性与 coords 属性配合,可以规定区域的尺寸、形状和位置。 详细解释: shape 属性用于定义图像映射中对鼠标敏感的区域的形状: 圆形(circ 或 circle) 多边形(poly 或 polygon) 矩形(rec ...
分类:
Web程序 时间:
2017-02-09 12:50:15
阅读次数:
264
Q:皮克定理这种一句话的东西为什么还要写学习笔记啊? A:多好玩啊... PS:除了蓝色字体之外都是废话啊... Part I 1.顶点全在格点上的多边形叫做格点多边形(坐标全是整数) 2.维基百科 Given a simple polygon constructed on a grid of eq ...
分类:
其他好文 时间:
2017-01-28 16:37:35
阅读次数:
302