This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import processing.video.*; | |
| import gab.opencv.*; | |
| import java.awt.Rectangle; | |
| Capture video; | |
| OpenCV opencv; | |
| Rectangle[] faces; | |
| PImage pic; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | void OnParticleCollision(GameObject objct){ | |
| //処理内容 | |
| //例)衝突したオブジェクトタグがenemyだった場合、オブジェクトを破壊する | |
| if(obj.gameObject.tag == "enemy"){ | |
| Object.Destroy(gameObject); | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <html> | |
| <head> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
| </head> | |
| <body> | |
| <h1>Title</h1> | |
| <p id="01">hello</p> | |
| <script src="jquery.fittext.js"></script> | |
| <script> | |
| $("h1").fitText(0.8); |