Jump to content

[SOLVED] how to use other procedural texture in a procedural material.


photo

Recommended Posts

hi:

  I'm looking at the post_filter_fire.mat file. there is a "post_filter_fire_light" material. in that material i saw 

<!-- textures -->
<texture name="light" pass="post" type="procedural"/>
<texture name="noise" pass="post">textures/post_filter_fire_noise.dds</texture>

those 2 textures. but how i can use other procedural texture here like a post effect:

like 

<texture name="deferred_depth" pass="post" type="procedural"/>

can I? I tired but when I try to use that in the shader ,it give me an error

thanks

Link to comment
×
×
  • Create New...