Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IxD Coding
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
joschi
IxD Coding
Commits
59d168f5
Commit
59d168f5
authored
3 years ago
by
joschi
Browse files
Options
Downloads
Patches
Plain Diff
Update ExploreViewController.swift -- stone-anchor-filenames
parent
88fe79a1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Lets Literate/ExploreViewController.swift
+4
-4
4 additions, 4 deletions
Lets Literate/ExploreViewController.swift
with
4 additions
and
4 deletions
Lets Literate/ExploreViewController.swift
+
4
−
4
View file @
59d168f5
...
...
@@ -214,7 +214,7 @@ class ExploreViewController: UIViewController, ARSessionDelegate, UIAlertViewDel
print
(
"inTask1: no imageAnchor found"
)
return
}
if
let
imageName
=
imageAnchor
.
name
,
imageName
==
"stone_
h_a
"
{
//"demo_stone_texture02" - "stone_H_schwarz"
if
let
imageName
=
imageAnchor
.
name
,
imageName
==
"stone_
H_schwarz
"
{
//"demo_stone_texture02" - "stone_H_schwarz"
print
(
"Station Passwords - Task 1.1: stone for H anchor found"
)
rkView
.
session
.
remove
(
anchor
:
imageAnchor
)
rkView
.
session
.
pause
()
...
...
@@ -224,7 +224,7 @@ class ExploreViewController: UIViewController, ARSessionDelegate, UIAlertViewDel
self
.
task11_stone_to_use
=
"H"
return
}
if
let
imageName
=
imageAnchor
.
name
,
imageName
==
"stone_i_
a
"
{
//"demo_stone_texture03" - "stone_i_schwarz"
if
let
imageName
=
imageAnchor
.
name
,
imageName
==
"stone_i_
schwarz
"
{
//"demo_stone_texture03" - "stone_i_schwarz"
print
(
"Station Passwords - Task 1.1: stone for i anchor found"
)
rkView
.
session
.
remove
(
anchor
:
imageAnchor
)
rkView
.
session
.
pause
()
...
...
@@ -234,7 +234,7 @@ class ExploreViewController: UIViewController, ARSessionDelegate, UIAlertViewDel
self
.
task11_stone_to_use
=
"i"
return
}
if
let
imageName
=
imageAnchor
.
name
,
imageName
==
"stone_1_
a
"
{
//"demo_stone_texture05" - "stone_1_schwarz"
if
let
imageName
=
imageAnchor
.
name
,
imageName
==
"stone_1_
schwarz
"
{
//"demo_stone_texture05" - "stone_1_schwarz"
print
(
"Station Passwords - Task 1.1: stone for One anchor found"
)
rkView
.
session
.
remove
(
anchor
:
imageAnchor
)
rkView
.
session
.
pause
()
...
...
@@ -244,7 +244,7 @@ class ExploreViewController: UIViewController, ARSessionDelegate, UIAlertViewDel
self
.
task11_stone_to_use
=
"1"
return
}
if
let
imageName
=
imageAnchor
.
name
,
imageName
==
"stone_
f
rage
_a
"
{
//"demo_stone_texture06" - "stone_Fragezeichen_schwarz" //"demo_stone_texture06"
if
let
imageName
=
imageAnchor
.
name
,
imageName
==
"stone_
F
rage
zeichen_schwarz
"
{
//"demo_stone_texture06" - "stone_Fragezeichen_schwarz" //"demo_stone_texture06"
print
(
"Station Passwords - Task 1.1: stone for questionmark anchor found"
)
rkView
.
session
.
remove
(
anchor
:
imageAnchor
)
rkView
.
session
.
pause
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment