mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
JavaScript mode examples updated for Processing 1.4.0
This commit is contained in:
@@ -13,14 +13,12 @@
|
||||
* <video width="480" height="360" style="display:none">
|
||||
* <source src="charmy.mp4" />
|
||||
* <source src="charmy.ogv" />
|
||||
* <source src="charmy.webm" />
|
||||
* </video>
|
||||
*/
|
||||
|
||||
Video video;
|
||||
PImage frame;
|
||||
float fSec = 1/25.0;
|
||||
int fMillis = int(1000 * fSec);
|
||||
int ts = 0;
|
||||
|
||||
void setup ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user