0

You can use variables and functions that are directly or indirectly accessible from the global scope, from within a processing.js sketch. Is there a way to give it a different object as the global scope to look stuff up in?

4

1 回答 1

1

你不是很具体,所以我只想向你指出在 processingjs.org 上解释这一点的文章:http: //processingjs.org/articles/PomaxGuide.html#interface

这解释了如何让你的草图使用 JavaScript 函数(不要访问原始变量),以及如何让 JavaScript 调用你的草图函数(同样,不要访问原始变量,编写一个 getter 函数并调用它)。

于 2013-06-28T16:23:03.887 回答