appwiki:afterfx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appwiki:afterfx [2021/07/20 17:51] yingappwiki:afterfx [2022/07/26 21:35] (current) – [AE Expression] ying
Line 228: Line 228:
     - in Particular layer's effect option, choose Emitter type as "Lights"     - in Particular layer's effect option, choose Emitter type as "Lights"
  
 +====== AE Expression ======
  
 +  * use x,z slider to drive isometric movement <code>
 +slideX = effect("x")("Slider");
 +slideZ = effect("z")("Slider");
 +a=30/180*3.141592;
 +[slideX*Math.cos(a)-slideZ*Math.cos(a),-slideX*Math.sin(a)-slideZ*Math.sin(a)]
 +</code>
 +====== AE codec======
 +
 +  * HAP encoder for ame: https://github.com/disguise-one/hap-encoder-adobe-cc/blob/master/doc/user_guide/README.md
 +    * extra : hap for unity: https://github.com/keijiro/KlakHap
 +  * hap player: vlc
  • appwiki/afterfx.1626803472.txt.gz
  • Last modified: 2021/07/20 17:51
  • by ying