This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:knowledge:software:houdini_knowledge [2025/03/10 07:24] – [VEX] florian | start:knowledge:software:houdini_knowledge [2025/05/23 00:35] (current) – [Table] florian | ||
---|---|---|---|
Line 130: | Line 130: | ||
===== Add-on' | ===== Add-on' | ||
- | ^ Name ^ Description | + | ^ Name ^ Description |
- | | [[https:// | + | | [[https:// |
- | | [[https:// | + | | [[https:// |
- | | [[https:// | + | | [[https:// |
+ | | [[https:// | ||
+ | | [[https:// | ||
===== HDAs/OTLs ===== | ===== HDAs/OTLs ===== | ||
Line 184: | Line 186: | ||
| | ||
Point normals outward | Point normals outward | ||
- | < | + | |
+ | < | ||
vector a = set(0,0,0); | vector a = set(0,0,0); | ||
@N = normalize(a + @P); | @N = normalize(a + @P); | ||
Line 192: | Line 195: | ||
In Primitive, select "All Geometry Primitives" | In Primitive, select "All Geometry Primitives" | ||
Also tick on "Run on Elements of Array Attributes" | Also tick on "Run on Elements of Array Attributes" | ||
- | < | + | |
+ | < | ||
@widths = ch(" | @widths = ch(" | ||
</ | </ | ||
Line 252: | Line 256: | ||
==== Programming ==== | ==== Programming ==== | ||
[[https:// | [[https:// | ||
+ | [[https:// | ||
==== DemoScenes/ | ==== DemoScenes/ | ||
[[https:// | [[https:// | ||
Line 283: | Line 288: | ||
Files in the packages folder\\ | Files in the packages folder\\ | ||
==== Preferences ==== | ==== Preferences ==== | ||
+ | |||
<code java> | <code java> | ||
{ | { | ||
Line 302: | Line 308: | ||
First, download [[https:// | First, download [[https:// | ||
In C: | In C: | ||
+ | |||
<code java> | <code java> | ||
{ | { |