For normal normal map texture, I just multiply it with a vector.
But in TextureObject, It won’t let me use the multiply node on it. It says “Texture is not compatible with float”.
You need to pass the texture object to a texture sample node if you want to sample it at a particular point so that you can multiply it.
Thanks, works great!