Open Data (3/12/2018)

Style Transfer: Google Deep Dream Generator

Excercise 1: 尋-交大實景做Content + 故宮國寶做Styler -> 做一新畫印在A3/A4上(下週秀出)

  • Styler Examples: 140.113.73.215/calligraphy.php
  • 陶瓷
  • 銅器
  • 書法
  • 繪畫
  • 珍玩

For Example: + =

Open Data (3/19/2018)

Final A1-size Exhibition

  • 題目
  • 名字
  • 資料來源
  • 用的軟體技術

擴增虛實境 (3/26/2018)

AR + 谿山行旅圖

  • Unity
    • Terrain
    • Particle System (For Clouds, Rire or Waterfall)
    • Lighting & Skybox
    • Gyro & Camera
      • Let Camara move with Smartphone
  • Vuforia (AR Resources)
SLAM Version (AR 定位技術)

Objects will not disappear when the camara leave the picture.

Unity 5 or 2017 (4/2/2018)

  • c# or JavaScript
  • plane, shader, animation
  • 3D objects

AR in Unity (4/7/2018)

Steps:
  1. Import Vuforia Package
  2. Select 3D Projects
  3. Select ./Game Objects/Vuforia/AR Camera
  4. Enable Player Setting (./file/…Setting/Player Setting)
  5. Go to Vuforia Website (License Manager)
    • Get Free License Key
  6. Paste to Vuforia Configuration
  7. Vuforia Website (Target Manager -> Add Target -> Simple Image)
  8. Download Database -> Assets -> Import Packages
  9. Game Objects -> Vuforia -> image
  10. Image Target
    • image import: Change to Spyrite (Must under image target object)
  11. Animation:

    // if detect image -> play animation
    target.SetActive(true);
    // else -> do not play
    target.SetActive(false);