Skip to content
forked from 1552738/VRlab

An Initial Version of our Virtual Reality Chemistry Teaching Laboratory on HTC Vive, 2017, developed with Unity

Notifications You must be signed in to change notification settings

Hunter2333/VRlab

 
 

Repository files navigation

VRlab

version 1.0

该版本实现了实验室场景建模,铝热反应实验器材建模,初级动画特效,VR下可拾取物体

Unity配置

  • 通过Edit->Project Settings->Editor菜单打开编辑器设置选项,将Version Control选项下的Mode设为Visual Meta Files
  • 通过Edit->Project Settings->Editor菜单打开编辑器设置选项,将Asset Serialization下的Mode设为Force Text

Git

git clone https://github.com/1552738/VRlab
(克隆到本地仓库)
git checkout master
(切换到master)
git pull
(拉取master更新)
git checkout -b <your_branch_name>
(创建并切换到你的本地分支)
修改本地分支
git commit -am "your_description"
(保存本地分支)
git push origin <your_branch_name>
(将本地分支推送到远程库)
提交PR (base on master)
等待merge

About

An Initial Version of our Virtual Reality Chemistry Teaching Laboratory on HTC Vive, 2017, developed with Unity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.3%
  • ShaderLab 2.8%
  • GLSL 0.9%