Ciro Cardoso

CiroCardoso

About Me

Lead Environment\LookDev Artist at Axis Studios || Gnomon Instructor || Autodesk Speaker || Self-taught artist, author, and part-time ninja 🥷 ||
専門知識
Generalist
業界:
Film/TV

Connect

LOCATION
Watford, United Kingdom
ウェブサイト

Houdini Engine

ADVANCED
Environments
INTERMEDIATE
プロシージャルワークフロー
BEGINNER
Digital Assets  | Cloth  | Solaris  | Mantra  | Karma  | Lighting  | Python

Availability

I am available for Full Time Work

チュートリアル

obj-image Beginner
Folding Cloth with the Vellum Brush

Recent Forum Posts

OSL Object Space not working 2022年11月8日3:50

Arnold. Seems like a bug to me. After some testing and more testing, I think there is an issue with the scale. Sometimes works, sometimes doesn't. I reported to the Arnold team as I am not sure if this is an issue from Houdini or Arnold.

OSL Object Space not working 2022年11月7日13:04

Hello everyone,

I am trying to make an OSL to work in Object Space instead of Screen Space or raster. The code looks like this

shader GetObjSpace
(
    point Input = P,
    output point UVW = 0.0
)
{
    UVW = transform("object", Input);
}

Although this code works well in 3ds Max for example, for some reason in Houdini doesn't work at all. My OSL knowledge is quite limited, so I am not sure how I could fix this. Any suggestions or ideas?

Import Alembic - Unpack and Convert not working 2019年8月21日5:22

Ok, I got it. The Volume Division Size was too small for that plane.