• Isadora
  • Get it
  • Forum
  • Help
  • Plugins
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    GLSL variable error

    Troubleshooting and Bug Reports
    3
    5
    1468
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Ilir Gruda
      Ilir Gruda last edited by

      I'm trying to use GLSL Actor but I am having difficulties because iTime variable is not being recognized in any of the scripts. I tried to replace it with other words or to define it in the beaning but again I couldn't solve the issue.

      Error Message: error C1008:-11 undefined variable "iTime"

      Furthermore I am trying to follow this tutorial: https://support.troikatronix.c...

       

      Reply Quote 0
        1 Reply Last reply
      • Skulpture
        Skulpture Tech Staff last edited by

        Hi.

        I am getting this error with a lot of the code I am using from Shadertoy. Not sure what it means sorry!

        Reply Quote 0
          1 Reply Last reply
        • Ilir Gruda
          Ilir Gruda last edited by

          Hi,

          @Skulpture I think I found a solution!

          Codes are working when I am replacing iTime with iGlobalTime 

          Reply Quote 1
            1 Reply Last reply
          • Skulpture
            Skulpture Tech Staff last edited by

            Oh cool - wonder where this has popped up from?

            At least there is a find and replace feature! haha. :) 

            Reply Quote 0
              1 Reply Last reply
            • artoo
              artoo last edited by

              hi,

              another one very frequently used in shadertoy and wich doesn't work in isadora:

              the variable "texture".

              you have to replace it by "texture2D".

              this should allow you to use a lot of shaders from shadertoy...

              Reply Quote 1
                1 Reply Last reply