Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to decide scaling method for Outline Thickness in ORL Toon. #77

Open
BluWizard10 opened this issue Jul 19, 2024 · 1 comment
Labels
feature Feature reqyuests

Comments

@BluWizard10
Copy link

BluWizard10 commented Jul 19, 2024

Describe what are you aiming to achieve
For a side project I'm working on, there are some Meshes that don't share the same internal Mesh scale (100 vs. 1). Currently, it's really difficult to control the Outline Thickness on these objects without making separate Materials for each one (and there are a lot of them), as Outlines are currently calculated in Local space.

For specifically World Building, could you add the option to change the Scaling method used for the Outline Thickness? The options would be:

  • Local: The current default method, which calculates the thickness scale referenced on the Mesh.
  • World: Calculates the outline thickness scale reference on the World scale instead.

In a way, this would replicate how Poiyomi Shaders currently does it as it allows the user to choose Local or World for the Outline thickness scale reference.

Describe any workarounds you can use now
There are no workarounds I found in ORL Toon as of v6.3.0.

@BluWizard10 BluWizard10 added the feature Feature reqyuests label Jul 19, 2024
@orels1
Copy link
Owner

orels1 commented Jul 19, 2024

The scaling should be performed in world space already, so I'll need to take a look 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature reqyuests
Projects
None yet
Development

No branches or pull requests

2 participants