no ti

noti

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

GSplat's rendering quality in vulkan viewport Nov. 3, 2025, 9:28 p.m.

I found that the quality of rendering 3dgs files in Houdini's vulkan viewport is sometimes poor, much worse than the rendering effect on the web page [superspl.at]:
I'm guessing this might be a problem with the radius of the Gaussian ellipsoid or the formula for the decreasing transparency of projected ellipse.

OpenCl can't bind int volume? July 27, 2025, 10:21 p.m.

hi, i tried to bind a volume of int type in opencl sop node, but it shows error:
Invalid volume "ss" specified.
if i change type to float, it works.
does opencl can't bind int volume?

Is it possible to render point as ellipse ? Aug. 26, 2024, 9:47 p.m.

Enivob
You can always copy an ellipse to your points. That should inherit any scale and color attributes your material can extract. I'd just copy a UV grid to your points, make them always facing the camera, and then leverage an image map with an opacity map to handle the fade from center required.
thanks! another thing i want to know does houdini can set render pipline's "alpha blend" factor? such as "oneMinusSrcAlpha".