magneto Posted August 26, 2012 Share Posted August 26, 2012 Hi, Is it possible to have different valid ranges for vector parameters where you want to limit X to 0-1, but have no ranges for Y and Z? If I put a range of 0-1, it limits every field of the vector parameter. Perhaps there is a way to do this with callbacks or some other method? Thanks Quote Link to comment Share on other sites More sharing options...
graham Posted August 26, 2012 Share Posted August 26, 2012 (edited) This isn't possible, even through the HDK. Probably the best thing you could do would be to not have any range settings and then have a callback that would manually adjust the value of the X parm if it went out of your desired range. Edited August 26, 2012 by graham 1 Quote Link to comment Share on other sites More sharing options...
magneto Posted August 26, 2012 Author Share Posted August 26, 2012 (edited) Thanks Graham, I am already clamping out the value internally so it's safe, but would adjusting the value being changed into the valid range have any cons/disadvantages? Reason I do this is because it makes the UI simpler than having 2 parameters for each of these settings, which would end up as 6 parameters instead of 3. Edited August 26, 2012 by magneto Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.