Soothsayer

Soothsayer

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

opencl sop -> gasopencl dop June 20, 2025, 9:09 a.m.

How do I turn this opencl sop code:

#bind vdb &vel   float3 input=0   // output field

@KERNEL
{
    float3 vel = (float3)(1.0f,0.5f,0.1f);
    @vel.set(vel);
}

into gasopencl code?

vel is a vec3 vdb in sops. When I import it into dops I want to use a gasopencl node on it.

I cannot for the life of me figure it out. I think it has something to do with exactly what type of data it is in dops.

How to render skyfield in solaris with material Aug. 2, 2024, 4:02 a.m.

Has anybody found a solution for this yet?

Problem with 3D noise / position [xpu] July 30, 2024, 5:30 a.m.

What's the scale of that object? I've had strange issues on very large things that weren't apparent on more normal sizes.