浏览代码

Merge branch public/master -> master.

/3.1
Todd Stinson 4 年前
当前提交
c3272eae
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 4
      Assets/Scenes/Anchors.unity
  2. 4
      README.md

4
Assets/Scenes/Anchors.unity


- component: {fileID: 358479875}
- component: {fileID: 358479874}
m_Layer: 5
m_Name: Clear Reference Points Button
m_Name: Clear Anchors Button
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0

m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: Clear Reference Points
m_Text: Clear Anchors
--- !u!222 &551691159
CanvasRenderer:
m_ObjectHideFlags: 0

4
README.md


The relevant scripts are on the "Directional Light" GameObject.
## ReferencePoints
## Anchors
This sample shows how to create reference points as the result of a raycast hit. The "Clear Reference Points" button removes all created reference points. See the [`ReferencePointCreator.cs`](https://github.com/Unity-Technologies/arfoundation-samples/blob/master/Assets/Scripts/ReferencePointCreator.cs) script.
This sample shows how to create anchors as the result of a raycast hit. The "Clear Anchors" button removes all created anchors. See the [`AnchorCreator.cs`](https://github.com/Unity-Technologies/arfoundation-samples/blob/master/Assets/Scripts/AnchorCreator.cs) script.
## Scale

正在加载...
取消
保存