1
00:00:05,740 --> 00:00:06,590
Hey what's up.

2
00:00:06,630 --> 00:00:09,000
Mark Price here at DEF slopes dot com.

3
00:00:09,000 --> 00:00:15,750
And welcome to the world of augmented reality or a market and in this video I'm going to show you what

4
00:00:15,750 --> 00:00:24,610
we're going to be building so let me pull up in the app here and we're going to be building a 3-D object

5
00:00:24,610 --> 00:00:29,440
placement app called ramp up where you can actually place skate ramps somewhere in your yard or on the

6
00:00:29,440 --> 00:00:29,740
street.

7
00:00:29,740 --> 00:00:34,030
So if you want to build your own ramp in your yard you can see what it's going to look like before you

8
00:00:34,030 --> 00:00:34,360
do it.

9
00:00:34,360 --> 00:00:37,980
So you can move around Pick an object you can replace it.

10
00:00:38,320 --> 00:00:41,120
You can rotate it around put it in the spot that you want.

11
00:00:41,320 --> 00:00:47,890
You can move up and down all here in a 3-D environment with an augmented reality or within the camera.

12
00:00:47,890 --> 00:00:52,330
And when you move around it remembers that object position wherever you move.

13
00:00:52,330 --> 00:00:54,310
So it's like it's actually there.

14
00:00:54,520 --> 00:00:59,740
And then you can add more objects you can rotate those you can move them around and kind of create your

15
00:00:59,740 --> 00:01:05,980
own little skatepark here and you're also going to learn how to add objects and delete them as well

16
00:01:05,980 --> 00:01:06,650
too.

17
00:01:06,940 --> 00:01:10,430
And the important thing to understand is this isn't about skate ramps.

18
00:01:10,510 --> 00:01:15,880
This is about being able to work with 3D objects in 3-D space and move them around to do all kinds of

19
00:01:15,880 --> 00:01:16,780
different things with them.

20
00:01:16,780 --> 00:01:17,440
OK.

21
00:01:17,500 --> 00:01:22,390
So it's it can be applied to anything you can have an app where you show furniture in someone's house.

22
00:01:22,510 --> 00:01:29,320
You can have an app where you try things on before you before you buy them close.

23
00:01:29,320 --> 00:01:30,090
OK.

24
00:01:30,130 --> 00:01:35,760
What Apple has done is they've opened up a whole world of opportunities by doing the hard part for us.

25
00:01:35,760 --> 00:01:40,900
They've done all the hard math in the distance and calculations and keeping the objects in 3-D space.

26
00:01:40,900 --> 00:01:46,540
And so if you didn't know this when you learn a market you're actually also learning scene kit.

27
00:01:46,570 --> 00:01:48,220
So you're learning game development.

28
00:01:48,220 --> 00:01:50,820
So a market and seeing it go hand-in-hand.

29
00:01:50,820 --> 00:01:55,360
You can't have one without the other so basically a market is like game development.

30
00:01:55,440 --> 00:01:55,870
OK.

31
00:01:55,900 --> 00:01:56,970
Which is really cool.

32
00:01:57,070 --> 00:02:01,510
And you can use all the other Apple technologies view controllers everything else with it which is also

33
00:02:01,510 --> 00:02:02,020
really cool.

34
00:02:02,020 --> 00:02:03,700
So there's a lot to learn.

35
00:02:03,700 --> 00:02:06,730
It can be highly complex and we're going to break it down make it really easy.

36
00:02:06,730 --> 00:02:08,810
Let's go ahead and get started.
