raistlin969
Newbie

Posts: 13
|
 |
« on: January 19, 2011, 10:20:37 AM » |
|
Hey all, I just started to experiment with OpenCL Studio and I think it looks like a really great platform. I started to follow the tutorial videos that are posted and I am running in to trouble. Part 4 of the tutorial has you add a point set and a program, and then add some scripting code to it. I followed the video step by step, but I get errors. The errors I get are about nil values. For example, the first line of my script is:
vertex = b0:getVertexBuffer()
and the error I get when in the scene view is attempt to index global b0 (a nil value). Also I notice that the registers on the script interface are not labeled, and when I type b0: I do not get the pop up menu. When looking through some of the sample apps I saw that they used event:getVertexBuffer() instead of the column and row labels, so I tried that and got the same error. The same problem happens when trying to get the Kernal as well.
I am on Windows 7 64, I have a GeForce 480, and I can run all of the sample apps. If anyone can help me out I would really appreciate it, as I really like what I see so far from this environment. Thanks. Michael
|