Houdini
文章平均质量分 69
zrwjsz
这个作者很懒,什么都没留下…
展开
-
Houdini 学习文档 -VEX-简介
VEX 简介VEX is a high-performance expression language used in many places in Houdini, such as writing shaders.VEX是一种高性能的表达式语言,在 Houdini 的许多地方都使用,比如编写着色器。VEX evaluation is typically very efficient ...翻译 2019-07-19 13:47:45 · 4558 阅读 · 0 评论 -
Houdini 学习文档 -VEX-VEX 编译器编译指示
VEX compiler pragmas编译器编译指示TheVEX compiler (vcc)supports pragmas for automatically building UI dialog scripts. These pragmas are typically ignored unless the -u option is specified on the vcc com...翻译 2019-07-24 10:40:57 · 2556 阅读 · 0 评论 -
Houdini 学习文档 -VEX- Shader Calls
Shader CallsBeginning with Houdini 12.5, VEX shader functions can call other shader functions. This technique makes it possible to optimize VEX compiler and optimizer performance for large shaders, ...翻译 2019-07-24 10:48:38 · 607 阅读 · 0 评论 -
Houdini 学习文档 -VEX language reference
Details of VEX syntax, data types, and so on.VEX语法、数据类型等的详细信息Contexts 环境VEX programs are written for a specificcontext. For example, a shader that controls the surface color of an object is ...翻译 2019-07-19 17:30:24 · 28093 阅读 · 0 评论 -
Houdini NODES
NODESOBJ - object nodes 对象节点 对象节点表示场景中的对象,如角色部件、几何对象、灯光、摄像机等。 Object flags Display 是否显示 Selectable 是否可选中 Other Object flags 您可以通过右键单击一个节点并打开flags子菜单来设置这些标志。 Display Origin 显示起始节点的jac...原创 2019-07-25 11:21:21 · 476 阅读 · 0 评论 -
Houdini 学习文档 -VEX-流程控制
Loops And flow controlSee alsoVEX functions. Most of the work in VEX is done with function calls. Most of the statements are looping constructs, many of which may be familiar from other languages s...翻译 2019-07-22 13:09:21 · 946 阅读 · 0 评论 -
Houdini 学习文档 -VEX-数组
ArraysOverviewVEX includes an array datatype. This is useful in several places:VEX包含一个数组数据类型。用于以下几处: Supporting ramp parameters. 支持斜坡参数 Reading capture data from surface nodes using the...翻译 2019-07-22 16:49:57 · 3842 阅读 · 0 评论 -
Houdini 学习文档 -VEX-字符串
StringsOverviewVEX includes a string datatype. This is useful in several places:VEX包含一个字符串数据类型。这在以下几个方面很有用: Manipulating text操纵文本 Referencing filenames and op node names引用文件名和op节点名 ...翻译 2019-07-22 17:31:13 · 2725 阅读 · 0 评论 -
Houdini 学习文档 -VEX-编译器Vcc
Vex compiler (vcc) Vex 编译器Overview of how to use the VEX language compiler vcc and its pre-processor and pragma statements.概述如何使用VEX语言编译器vcc及其预处理程序和pragma语句。The vcc compiler compiles VEX source ...翻译 2019-07-23 11:05:14 · 1799 阅读 · 0 评论