Float texture limited to 1

Forums: Float texture limited to 1
3D Studio Max Plugin (Export Script Plugins developed by [gk] and KilaD; Integrated Plugin developed by Karba)
Forum rules
Please post only in English in this subforum. For alternate language discussion please go here viewforum.php?f=18

Float texture limited to 1

Postby HHbomb » Wed Aug 23, 2023 2:17 pm

HHbomb Wed Aug 23, 2023 2:17 pm
Hi
I was trying to follow a tutorial from the excellent Silverwing about Math nodes.
He use a Float Texture node and animate it ( 0 at frame 0, 1 at frame 25 ) then set animation to continue.
So the value begin from 0 to "infinite"
Saddly in 3dsMax, float value is limited to 1. Is it normal ? a bug ? Can it be changed ?

Thanks.

link :
https://youtu.be/b9Zp0x6AVq8?t=589
YOKO Studio | win 10 64 | i7 5930K GTX 3090 | 3dsmax 2022.3 |
HHbomb
Licensed Customer
Licensed Customer
 
Posts: 1308
Joined: Wed Jun 30, 2010 8:45 pm

Re: Float texture limited to 1

Postby neonZorglub » Fri Aug 25, 2023 5:00 am

neonZorglub Fri Aug 25, 2023 5:00 am
HHbomb wrote:Hi
I was trying to follow a tutorial from the excellent Silverwing about Math nodes.
He use a Float Texture node and animate it ( 0 at frame 0, 1 at frame 25 ) then set animation to continue.
So the value begin from 0 to "infinite"
Saddly in 3dsMax, float value is limited to 1. Is it normal ? a bug ? Can it be changed ?

Thanks.

link :
https://youtu.be/b9Zp0x6AVq8?t=589


Hi HHbomb,

The limits on the float texture are mainly to simplify the use of the 3dsmax slider..
I'll try to add a way to remove those limits in a future release..

In the meantime, you can use a simple OSL shader with no limit:
shader basicFloat(float valueF = 0.5, output color c = 0)
{
c = valueF;
}


Here is a sample with this shader that shows a bit of the tutorial you linked ;) :
float_vectron.zip
(42.59 KiB) Downloaded 49 times


Thanks
neonZorglub
OctaneRender Team
OctaneRender Team
 
Posts: 899
Joined: Sun Jul 31, 2016 10:08 pm

Re: Float texture limited to 1

Postby HHbomb » Fri Aug 25, 2023 9:15 am

HHbomb Fri Aug 25, 2023 9:15 am
Thanks a lot ! I'll try.
Need to learn OSL now .... :mrgreen:
YOKO Studio | win 10 64 | i7 5930K GTX 3090 | 3dsmax 2022.3 |
HHbomb
Licensed Customer
Licensed Customer
 
Posts: 1308
Joined: Wed Jun 30, 2010 8:45 pm

Return to Autodesk 3Ds Max


Who is online

Users browsing this forum: No registered users and 19 guests

Sat Apr 27, 2024 4:17 pm [ UTC ]