no ti

noti

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

OpenCl can't bind int volume? 2025年7月27日22:21

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 ? 2024年8月26日21:47

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".

Is it possible to render point as ellipse ? 2024年8月18日1:05

Hi, nowdays 3d gaussian splat is very popular and i want to process / render it inside houdini because houdini's powerful geometry processing ability.
But i can't render point as a ellipse, just a sphere or circle, so is it possible to render point as ellipse with scale or other attribute?
And control the opacity of ellipse from center to edge?