Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Keep Aspect" in Volume Mesh CG module does nothing
#1
I'm trying to feed some information about my spline to a shader that does certain things based on the length of the spline. It seems like the module is trying to do some aspect correction even though I don't want it to. It seems like the "Keep Aspect" control doesn't do anything anymore. I searched the source code from CGMaterialSettings' KeepAspect property and isn't referenced anywhere in the Volume Mesh module. There is a commented out block of code in CGClasses.cs (lines 877-905) where it appears it used to work. Basically, I don't want the AspectCorrection that the CalculateAspectCorrection function there is giving and I have no way to turn it off.

My shader takes the length of the spline and uses it with the UV's y coordinate to understand where along the spline the fragment is, but since there is an arbitrary scaling factor from the aspect correction that I can't easily access, it makes it really difficult for me to implement my effect. I don't really want to start hacking into CurvySpline source code, but I'd like a solution so that I can disable the aspect correction as it appears I once would have been able to do.
Reply


Messages In This Thread
"Keep Aspect" in Volume Mesh CG module does nothing - by freqout - 05-20-2016, 11:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a way to generate UVs along deformed and copied mesh? kubak 1 322 03-18-2026, 08:34 PM
Last Post: _Aka_
  Replace deform mesh on volume spots Kokoriko49 1 2,334 06-09-2025, 06:49 PM
Last Post: _Aka_
  Mesh Generation between two splines vatan 4 3,646 02-14-2025, 07:11 AM
Last Post: vatan
  Create Mesh Node, Make Static Options rickgplus 1 1,834 01-23-2025, 10:12 AM
Last Post: _Aka_

Forum Jump: