Loading...
Logo
Processing Forum
princemio's Profile
4 Posts
1 Responses
0 Followers

Activity Trend

Last 30 days

Loading Chart...

Show:
Private Message
    i continously get this error : The shader doesn't have a uniform called "normalMap"

    but yes it does.

    the shader is defined as a TexLight shader and in the fragment shader i defined two uniforms : 

    uniform sampler2D texture;
    uniform sampler2D normalMap;

    the sampler2d "texture" will be automatically applied by processing

    the normalMap shoud hold  the normal map...

    when calling : myShader.set("normalMap",normalMap); 

    then i get this error.

    Please can someone help me...i think this error might be caused by processing trying to help managing the uniforms - but whatever it is - i cant track down the problem.
    this is my newest project ...merging dance and projection


    project page:

    i used open frameworks to create it...

    including
    • ofxOpenNI – created by gameoverhack – openNi wrapper to read captrued data from the kinect camera in realtime.
    • ofxCV – created by Kyle McDonald – fast openCV wrapper.
    • ofxFluidSolver – created by Memo Atken. After Years, it is still one of my favourite calculation models to illustrate continous flow of a dancer and graphics.
    • ofxUI – created by rezaali – having worked a lot in processing, i completly fell in love with this GUI library as it speeds up my tweaking processes. Its easy to use and fast to bind to variables.


    for calibration i used the methods by kimchiAndChips...please check them out - Really Helpfull


    hit me up if you have questions or need help or advice...thank you very much 

    princemio.net




    Hi everyone,

    this is my latest work concerning Processing + dance...have been working on this the past 3 years (including pauses)


    http://youtu.be/erMi8kxYFIE

    if you are interested how it works, feel free to check this page:



    it was featured on IGN.com, Engadget.com and Joystiq.com.

    and even created by the use of the processing IDE ;)

    Thanks for the inspiration to the processing development team and the open source community...

    I hope u enjoyed

    Have a nice day

    Christian Mio Loclair