Tomas Slancik
tamte
About Me
INDUSTRY
Advertising / Motion Graphics
Connect
LOCATION
New York,
United States
WEBSITE
Houdini Skills
Availability
I am currently employed at Method Studios
Recent Forum Posts
output of cops statistics by id - meaning? Sept. 17, 2025, 7:13 p.m.
it's likely area in the image space units
image space is -1.-1 to 1,1 which is 2x2 with area 4
total amount of pixels is 1024x1024 = 1,048,576
so single pixel area is 4 / 1,048,576 = 0.0000038147
therefore your 53 pixel island area is 53 * 0.0000038147 = 0.000202179
EDIT: so if you are interested in the amount of pixels in the island based on the area value from statistics you can go backwards and do
0.000202179 * 1024 * 1024 / 4 = 53
image space is -1.-1 to 1,1 which is 2x2 with area 4
total amount of pixels is 1024x1024 = 1,048,576
so single pixel area is 4 / 1,048,576 = 0.0000038147
therefore your 53 pixel island area is 53 * 0.0000038147 = 0.000202179
EDIT: so if you are interested in the amount of pixels in the island based on the area value from statistics you can go backwards and do
0.000202179 * 1024 * 1024 / 4 = 53
Transmission Scatter workaround in Karma? Sept. 17, 2025, 11:12 a.m.
as a workaround you can duplicate your geo and assign it volume shader with uniform volume property so that Karma will treat it as a volume
for reference have a look at kma_oceaninterior material inside of Houdini Procedural: Ocean
for reference have a look at kma_oceaninterior material inside of Houdini Procedural: Ocean
Custom render procedurals Sept. 15, 2025, 10:08 a.m.
there is some earlier discussion about this here [www.sidefx.com] as well as some licensing implications