Search found 40 matches

by mossman
Mon Mar 11, 2019 9:45 am
Forum: General Discussion
Topic: Post Processing Stack v2 Support
Replies: 7
Views: 142542

Re: Post Processing Stack v2 Support

Yeah!
by mossman
Mon Feb 25, 2019 11:49 am
Forum: Amplify Shader Editor
Topic: Clip node
Replies: 5
Views: 3711

Re: Clip node

Ok, thanks for your help and explanation about this node. I will do this.
by mossman
Wed Feb 20, 2019 6:17 pm
Forum: Amplify Shader Editor
Topic: Outline function error
Replies: 2
Views: 2677

Re: Outline function error

Thanks! I wait for your reply.
by mossman
Tue Feb 19, 2019 4:55 pm
Forum: General Discussion
Topic: Post Processing Stack v2 Support
Replies: 7
Views: 142542

Re: Post Processing Stack v2 Support

Any update about the template for shaders of postprocessing stack v2?
by mossman
Tue Feb 19, 2019 4:42 pm
Forum: Amplify Shader Editor
Topic: Outline function error
Replies: 2
Views: 2677

Outline function error

Hello,

I created a shader function with that uses the outline node. If i use this function in a shader, for exammple a standard surface shader and i save the shader I get this error in the console.

NullReferenceException: Object reference not set to an instance of an object
AmplifyShaderEditor ...
by mossman
Tue Feb 19, 2019 4:30 pm
Forum: Amplify Shader Editor
Topic: Clip node
Replies: 5
Views: 3711

Re: Clip node

Hello,

I try a little test (I attatched a shader). In this shader I enable or disable the clip function with a static toggle but the result is the same always, the clip function works always.

Thanks
by mossman
Tue Feb 19, 2019 3:10 pm
Forum: Amplify Shader Editor
Topic: Clip node
Replies: 5
Views: 3711

Re: Clip node

Hello, many thanks!
by mossman
Tue Feb 19, 2019 1:24 pm
Forum: Amplify Shader Editor
Topic: Clip node
Replies: 5
Views: 3711

Clip node

Hello,

I would know if exists a clip function node that works as the clip function of standard library of CG.
http://developer.download.nvidia.com/cg/clip.html

Thanks
by mossman
Fri Jan 25, 2019 9:52 pm
Forum: Amplify Shader Editor
Topic: Projector questions
Replies: 6
Views: 4071

Re: Projector questions

I think the same. I reviewed the source code of Projector component to understand how works but the code is incomplete. I is a shame.

Thanks for all.
by mossman
Tue Jan 22, 2019 2:54 pm
Forum: Amplify Shader Editor
Topic: Projector questions
Replies: 6
Views: 4071

Re: Projector questions

Hello,

I tried various approach to get the backface culling but your approach is better for now.

The result is nice with all the meshes that I test.

Now I am trying to make that objects nearest to projector culls the projection on the objects farest to projector.

This image illustrates the ...