I saw hitchkr vertex shadow example, and the fish which is not animated is moving just like a fish. How to do that? Is that what called vertex shader or what?
Logged
19:33 And if a man from another country is living in your land with you, do not make life hard for him; (My website is under construction, dont know when it will be done)
Vertex Shader : A program that runs in the GPU and affects the attributes of a vertex. Since its run in the GPU, it frees the CPU to do other things.
Fragment Shader : A program that runs in the GPU and affects how each individual pixel is drawn. (but not the position). Doing this on the CPU would be slow as hell.
Vertex Shader : A program that runs in the GPU and affects the attributes of a vertex. Since its run in the GPU, it frees the CPU to do other things.
Fragment Shader : A program that runs in the GPU and affects how each individual pixel is drawn. (but not the position). Doing this on the CPU would be slow as hell.
Do you know any psh or vsh editor or how it been created?
Logged
19:33 And if a man from another country is living in your land with you, do not make life hard for him; (My website is under construction, dont know when it will be done)
19:33 And if a man from another country is living in your land with you, do not make life hard for him; (My website is under construction, dont know when it will be done)