Open Data (3/12/2018)
Style Transfer: Google Deep Dream Generator
擴增虛實境 (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:
- Import Vuforia Package
- Select 3D Projects
- Select ./Game Objects/Vuforia/AR Camera
- Enable Player Setting (./file/…Setting/Player Setting)
- Go to Vuforia Website (License Manager)
- Paste to Vuforia Configuration
- Vuforia Website (Target Manager -> Add Target -> Simple Image)
- Download Database -> Assets -> Import Packages
- Game Objects -> Vuforia -> image
- Image Target
- image import: Change to Spyrite (Must under image target object)
Animation:
// if detect image -> play animation
target.SetActive(true);
// else -> do not play
target.SetActive(false);