Soothsayer

Soothsayer

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

opencl sop -> gasopencl dop 2025年6月20日9:09

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 2024年8月2日4:02

Has anybody found a solution for this yet?

Problem with 3D noise / position [xpu] 2024年7月30日5:30

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