About Store Forum Documentation Contact



Post Reply 
EE 2.0 Shader usage
Author Message
ksubox Offline
Member

Post: #1
EE 2.0 Shader usage
Hello,

I use EE 1.0 with shaders code without any problem, but probably it's getting time to move to EE 2.0 (even I'm still afraid of new editor smile.

So I downloaded EE 2.0 and start in demo mode. But didn't find shader samples. I downloaded shader includes and tried to use old shader samples, but without any success.

1. I didn't find material_user_shader.enum.h, but just substituted by old enumeration from EE 1.0
2. But when I start application I get Error Can't load Shader "Main"

Can somebody explain how to test custom shaders with EE 2.0 ?
12-26-2013 09:21 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: EE 2.0 Shader usage
Hi,

Please see this post http://www.esenthel.com/community/showth...p?tid=6672
hope this helps
12-26-2013 09:47 AM
Find all posts by this user Quote this message in a reply
tvsori Offline
Member

Post: #3
RE: EE 2.0 Shader usage
Exactly I tried to follow this thread, but failed, because can't understand exactly where and what to put.

I exported 1 Basic App and then can't find data folder or anything similar. Structure of EE 2.0 is to different from EE 1.0. So I stuck with folders to place :(

Can somebody upload simplest working example of user shader ?
12-26-2013 11:36 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: EE 2.0 Shader usage
Please go to your projects folder (as the one you set at start of EE 2.0)
then enter the specific project folder
http://www.esenthel.com/community/showth...p?tid=6672
"{Project}/Game/Shader/2/User"
12-26-2013 11:47 AM
Find all posts by this user Quote this message in a reply
ksubox Offline
Member

Post: #5
RE: EE 2.0 Shader usage
Thank you, Esenthel. Finally I got it worked.

New style of EE 2.0 made me confused, but I feel it's well designed.

I have couple of questions:
1. If I want to distribute application with ShaderCompile(... function (runtime shader generation) do I need somhow include Cg.framework from Bin folder or you will it include in package ? Of course I understand not all platforms support runtime shader creation.
2. I read you are going to make shader editor. It's perfect. Just I hope you will not make "visual only" environment. I would like to have access to C source of shaders.
12-27-2013 04:42 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: EE 2.0 Shader usage
1. For Mac/Linux yes you need to distribute Cg framework as it's responsible for compiling OpenGL shaders.
2. It won't be visual, but by typing code, however it will be very simple to use.
12-27-2013 06:38 AM
Find all posts by this user Quote this message in a reply
Post Reply