AlgebraMaster

Modern C++ 创造非凡 . 改变世界 一起铲除毒瘤KPI

导航

04 2016 档案

Interpolation particles In Katana
摘要:I write the sphere radius interpolation for katana plugin that can transfer attributes,render attributes ,render velocity motion blur directly. --GLY_ 阅读全文

posted @ 2016-04-22 13:50 gearslogy 阅读(468) 评论(0) 推荐(0)

Arnold AtArray API Test
摘要:#include #include #include #include #include using namespace std; void print_the_type() { printf("AI_TYPE_BYTE %5d \n",AI_TYPE_BYTE); //0 printf("AI_TYPE_INT %5d \n",AI_TYPE_INT)... 阅读全文

posted @ 2016-04-19 21:57 gearslogy 阅读(584) 评论(0) 推荐(0)

Linux C 学习
摘要:格式输出浮点 整数空格输出 ,下面控制前面5个空格 如果是%-5d,就是右对齐。上面的float输出也是一样的 进程fork: #include <stdio.h> #include <unistd.h> #include <sys/types.h> /* // THIS PROGRAM WILL 阅读全文

posted @ 2016-04-18 22:10 gearslogy 阅读(599) 评论(0) 推荐(1)