ShaderEditorExtension icon indicating copy to clipboard operation
ShaderEditorExtension copied to clipboard

Sites that don't work properly

Open spite opened this issue 9 years ago • 11 comments

http://david.li/flow - doesn't even load the UI, even though it's calling createProgram http://xnajs.com/examples/02/ - does load the UI, but doesn't apply changes. Probably it has to do with how the same source code is used in both shaders

spite avatar Apr 07 '15 15:04 spite

About http://xnajs.com/examples/02/

it turns out that a shader can't end in #endif (?). Adding a line break solves the issue (??).

spite avatar Apr 07 '15 22:04 spite

Updated on v.1.0.4

spite avatar Apr 07 '15 23:04 spite

I'm not sure if it's proper place but I've found 2 more scenarios (v 1.0.4 was used):

Ad example 2 (http://xnajs.com/examples/02/): example 2 After clicking on programs on the left pane, changing and undoing (ctr-z) one of my shader program stopped working. Above you can see that vertex shader differs from fragment one (the only difference should be define placed at the top).

Ad example 1 (http://xnajs.com/examples/01/): example 2 This issue is quite simple to reproduce. I have opened shader editor (page reloaded) and when I clicked on program 1 everything goes black.

In both cases (after it becomes broken), when I clicked on the programs I can see that another linebreak was added

coderitual avatar Apr 08 '15 12:04 coderitual

OK, that's good. If it's reproducible it can be fixed. I'll take at stab at it later. Thanks!

spite avatar Apr 08 '15 12:04 spite

It does not work on this site for some reason: http://webgl-examples.appspot.com

ceane avatar Apr 08 '15 20:04 ceane

@Ceane you're right, it's not injecting the editor for some reason. But i see that my local version does inject successfully, there must be something getting in the way. Thanks for reporting!

spite avatar Apr 08 '15 22:04 spite

~~http://homepage.ntlworld.com/keir.clarke/web/webGLglobe.htm textures get messed up when selecting different programs~~

spite avatar Apr 10 '15 22:04 spite

https://sketchfab.com/models/ea4dcf0df7c444ea96c18684b4c380df shows the programs, but there's no source. Firefox doesn't even detect the created context.

spite avatar Apr 12 '15 19:04 spite

http://mountain.quechua.com/lookbook-spring-summer-15 - shaders break when optimising, but not when hightlighting

spite avatar Jul 13 '15 14:07 spite

https://my.sketchup.com/viewer/3dw?WarehouseModelId=e66bbf9037ec6e6d9971415b0eb153a&failureURL=aHR0cHM6Ly8zZHdhcmVob3VzZS5za2V0Y2h1cC5jb20vZW1iZWQuaHRtbD9taWQ9ZTY2YmJmOTAzN2VjNmU2ZDk5NzE0MTViMGViMTUzYSZldHA9c3cmcmVkaXJlY3Q9MQ__

spite avatar Nov 29 '16 22:11 spite

https://www.shadertoy.com hangs on "waiting for programs to be added..."

lcb931023 avatar Mar 08 '17 10:03 lcb931023