Skip to content

KuwaharaFilter.osl flipped along UV #23

@pageau

Description

@pageau

In C4D the xxxx filter was flipped along the UVs.

I looks like this is the problem

// Get the base UV coordinates
vector uv = vector(u, -v, 0);

and it should be

// Get the base UV coordinates
vector uv = vector(u, v, 0);

I am not sure if that fixes it for all DCCs or if some need it as -v

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions