AU Class
AU Class
class - AU

Different Tools to Implement Your WebVR Application

이 강의 공유하기
동영상, 발표 자료 및 배포 자료에서 키워드 검색:

설명

With all kinds of different VR devices released to the market, the concept of VR/AR/MR is becoming increasingly popular, but it's still an expensive experience. Is there any way to make the VR experience more accessible, and easier for your customers? WebVR provides a good solution. This class will introduceWebVR and show you some cool demos to help you get a quick project started with the technology, There are several frameworks you can start with, and even mix together - we will discuss some of these, including Three.js, the Autodesk Forge Viewer, and ReactVR. The class will show live demos, and the code behind the different examples.

주요 학습

  • Learn what WebVR is all about, and the status of WebVR as a practical technology
  • Learn about different frameworks that can be used to implement a WebVR application
  • Learn how to use Three.js and Forge Viewer to make a WebVR application
  • Learn how to use ReactVR framework to implement an interactive WebVR application

발표자

  • Zhong Wu 님의 아바타
    Zhong Wu
    Principal developer advocate in Autodesk with more than 7 years programing experience on CAD related application, and about 10 years experiences on the API support/consultant/evangelism for AEC industry products, including ACC, BIM360, Revit, and also contribute in APS support and evangelism.
  • Kevin Vandecar 님의 아바타
    Kevin Vandecar
    Kevin Vandecar is a Developer Advocate Engineer and also the manager for the Autodesk Platform Services Media & Entertainment and Manufacturing Workgroups. His specialty is 3ds Max software customization and programming areas, including the Autodesk Platform Services Design Automation for 3ds Max service. Most recently he has been working with the Autodesk Platform Services Data initiatives, including Data Exchange API and Fusion Data API.
Video Player is loading.
Current Time 0:00
Duration 0:00
Loaded: 0%
Stream Type LIVE
Remaining Time 0:00
 
1x
  • Chapters
  • descriptions off, selected
  • subtitles off, selected
      Transcript

      KEVIN VANDECAR: So welcome to Forge DevCon. This is our first time putting it on in conjunction with Autodesk University, so it's really fantastic to see so many people coming out. What we're going to talk about today in this class is a few different tools that you can use to develop a WebVR experience.

      So we're going to start by talking about the platforms. We'll talk a little bit about the hardware. And then we're going to talk about four different frameworks that you can use.

      So the material was proposed by my colleague Zhong Wu. And he's right here today, so he's going to help me with questions and answers, and I'll let him introduce himself.

      ZHONG WU: Yeah, just a short introduction. I'm Zhong Wu. I'm from Shanghai. Oh, sorry. I'm Zhong Wu, and I come from Shanghai.

      Today, I basically have worked with my colleague Kevin to present this-- to help with this presentation. And I started my job as a software developer in Autodesk and have then come to the Evangelist. OK, that's it.

      KEVIN VANDECAR: All right. Thanks, Zhong. All right, so my name is Kevin Vandecar. My wife calls me the disorganized tinkerer. You can see-- this is my desk. I'm really bad at organization.

      But I come from the world of C++. My day job is supporting 3ds Max developers with C++ plug-in development, and the Forge advocacy comes from all hands on deck to support Forge. So it's been a really great learning experience for me. I'm just getting into the WebVR development aspect.

      How many people consider themselves WebVR developers? Ah. OK, good. I don't feel like I'm outsmarted here.

      So we talked about what the agenda will be. So we're going to start with, What is WebVR? So the idea of virtual reality obviously has a 3D component to it, but the content doesn't have to be 3D, right? So you can use these spherical images, that sort of thing, to create this environment of feeling like you're in 3D. WebVR brings this virtual reality experience to your browser. And the WebVR spec in the library is a JavaScript API.

      So the first thing I want to point out is, when you go look at the spec, if we look at the latest draft, you're going to see this thing is in motion. OK? So it was last updated October 31. So barely two weeks ago, the spec has moved.

      So when you guys start working with WebVR, you need to know that this is kind of still cutting-edge, changing, evolving technology. But it is also matured quite a bit, so there's really good documentation. So if you go to the Mozilla site, they have really good WebVR documentation talking about the JavaScript API.

      So why would you do WebVR in the first place? So it's a way to push a virtual reality experience to many devices really easily. Mobile phones and tablets are everywhere these days. Even kids will have a device. My kids have multiple devices. They have their phone and their tablet, because the phone's not big enough.

      So I believe that the next generation is just going to assume these kinds of experiences. So that's why I think education, places where you're trying to show people how to do things, that's where VR in itself is really powerful, and WebVR is a way to distribute it really easily.

      This particular company, if you're interested, I would go check them out. They specialize in WebVR experiences for education. So they actually build custom curriculums, and they deliver devices and the curriculum to schools, and it's a really interesting idea.

      So let's start with the content. So what do I mean by the content doesn't have to be? So there's these different image formats that you can use that will simulate being in a 3D environment. The Google Cardboard VR photo format is one really good one.

      If you have an Android device, you can go get the Google Cardboard VR camera, and it works like a panoramic image. But then that image will get stored in Google, and you can actually share it with other people. And when they click on it, if they have a WebVR-compatible device, they can be in the virtual experience that you've taken the picture of.

      So this was one of the first experiences that came out. It was in conjunction with Google Cardboard, and it just is a really neat and easy experience. To give you an example of what this format kind of looks like, I'm going to show you this image. So we've used this image in one of the samples.

      You can see that it's distorted when you're looking at it as an image. So the steps, for example, in the middle are bent. So this image is meant to be displayed through some sort of app that will put it back into its original perspective.

      You can also create these images using stereo panorama renderings. So Autodesk actually has the A360 rendering service, and that's one way to create one of these. They're stereo panoramas. You can select that from the A360 rendering type.

      And one of our guys that works with us, his name is Michael Beale. He actually did a full presentation on this idea at our previous DevCon. So I would go, if you're interested in that aspect, go check out his presentation. The slides are here. He's got detailed techniques for using that format.

      So how do you get the 3D asset? Well, obviously, authoring tools-- so products like SolidWorks, Fusion, Revit, they're all good candidates for this. You just need to get that data into some other format that you can load into the WebVR experience. Blender, 3ds Max, and Maya-- but if you don't want to author them, there's alternatives.

      So there's these online marketplaces as well. So rather than have an artist build a model of some specific car that you want to show in VR, you might be able to find that already in a marketplace. So take a look at places like TurboSquid and the Autodesk Creative Market. These are places where people are selling.

      Sometimes they post them for free. And if you're just experimenting, this is a great place to find some assets that you can test and play with. Go to TurboSquid or the Creative Market, and look for their free models. And it gives you some geometry that you can work with.

      So this particular example is using both ideas of the pseudo 3D, which is an image, and a true 3D model. It's a simple sample that Zhong put together, and I'll see if it'll load here. So this particular example is using React VR, and it loaded much quicker. OK, there we go.

      So one of the things about React VR is that it's kind of new, and so in order for it to work best, you need one of the browsers that really supports it. So the Oculus Carmel seems to be the one that works the best. But I can emulate it in the desktop browser, so I'm not seeing it in stereo, but I can navigate and kind of get an idea of what this is.

      So first of all, what you're going to notice is that image that I showed you earlier. So you can see how that image is seamed together. So they basically took that flat image, and they're putting it into a sphere and creating that environment that you're in.

      So this image is done really well except for the fact that if you look closely, you can see that seam. And it's just because when the photo was taken, the light changed slightly during the exposure. And so you see in the sky a little bit of a seam, the clouds actually lined up pretty well.

      As we rotate down and when we get into the darker areas, that seam is almost gone. You can see part of the tripod, for example-- but overall, really good. And all of those lines that were kind of curved and whatever, the app has actually straightened that out.

      So here's those stairs, and you have a nice straight form. So that's all provided just from that image to give you the background environment, and then we've loaded a model that we actually got from TurboSquid of Iron Man. So this was a very small amount of work to get this kind of quick experience using assets that we found already.

      So WebVR is virtual reality for the web, so you need to have a browser to make it work. You also need a device that it can display on. So we're going to talk first about the compatible browsers, and this is where it gets a little bit tricky.

      So when you look at the various sources of information, what you want to do is make sure you double-check things, OK? And don't always believe what you see, because again, this is moving technology. So a browser that wasn't supported yesterday may be supported today.

      So if we look at the source from Create WebVR, you'll see the Samsung Internet browser is only supported on the mobile platform, but Mozilla Firefox supports the desktop environment. Chrome is listed as only supporting the mobile environment. So how did I get that to work? We'll talk about that in a minute.

      The WebVR Rocks site has a little bit more detailed information, and here you can see some of the specific VR devices and how they're supported. So Firefox, again, is one of the better ones in terms of supporting all the different environments, so they list both the Vive and the Oculus as being supported here. Windows Mixed Reality, for example, well, you got to move over here to Microsoft Edge to have the WebVR support.

      Google's Chromium, which is their open-source browser, also has some good support. So you'll see Vive and Oculus are both supported here. But in their production browser, they're not listed at all.

      So let's move to hardware. So I just found this image when I was doing some research. I thought it was an interesting way to do VR. So NASA, they actually train their astronauts to do their spacewalks ahead of time using VR. And in this particular case, they strapped the guy to the hardware.

      So they've got this rig, and they've got a laptop strapped in it. And you can actually see it's kind of an upside-down laptop, so this is the base of it, and the display is over here. So you do what you have to do to get the VR experience, I guess.

      But this is what you typically see more often-- people having a really wonderful time, in awe, and smiling, and just having a good time. But what does that mean? Well, it's not the hardware. It's not the platform.

      But it's the content that really matters. So when it comes right down to it, if you build an app, and it doesn't have really good content, it doesn't look very good, you're not going to have these smiling people. You might have someone throwing their phone across the room, by the way, so you need to keep that in mind.

      So let's talk about the VR devices. So Google Cardboard we're going to talk a bit about; Daydream as well; the Samsung Gear VR; and then the higher-end ones, the HTC Vive and the Oculus Rift. So first of all, from what I could find in my messy desk, I was able to find these viewers that I had laying around.

      So we'll start at the top here. This brown cardboard one was one of the very first cardboards that I received. It's not branded. It was given to me at a conference, and it works. And that's the kind of cool thing about cardboard is that they're very low, low technology to get it to work. You basically need to have lenses and something that holds the phone at the right distance from those lenses.

      So we move here. This white one is one of the first Autodesk ones that we branded. It was before we even called Forge, Forge. So we gave this out in the early days just to kind of promote the idea of 3D on the web.

      We move further. This guy-- I bought this from a guy online. He 3D prints them. He's got his own supplier for lenses, so the lenses are a bit bigger. And you can connect this to an iPad mini or a Nexus tablet, so a small form-factor tablet. And it works pretty well.

      Coming down here towards the bottom, this one is made out of rubber, which is pretty cool. So it collapses, and it kind of is like a bellow. So you can put it in your pocket and carry it around. But when you put your phone in it, you pop the bellow out, and it becomes a viewer. So really simple idea, but it works really well, and it breaks down into something you could put in your backpack.

      At the bottom, these kind of steampunk ones is basically a pair of lenses in a plastic glasses frame-- very kind of cheap, low budget. And then finally, this one here is one that I bought at Christmastime last year. It was about $15, and it has the form-factor more like a HTC or a Gear VR.

      So it's comfortable. You put the phone inside of it. It's got a pretty strong magnet. It holds it. It's got the cardboard controller on the side. It even has earbuds, so you can have sound if you want to. So very cheap to purchase, but pretty decent quality for what the device is.

      And then in the center, this is my gold standard-- cereal. So Kellogg's had a series around the time that the movie came out. You could get the Captain America, the Iron Man, or the Black Panther. So we tried to get all three of them, and the Black Panther was out of stock, so we only have the two.

      But the point with these cardboards is that they're really cool marketing devices as well. They're very cheap. If you're going to be doing some kind of conference or installation, it's a really cool way to get your brand out there in a branded way. And if you provide the VR experience along with it, it creates a lasting impression, I think.

      So how do you get a Google Cardboard? You can either make it yourself, or you can find a free one. There's lots of free ones. Autodesk has given away a lot of them. Unfortunately, they didn't give me any this time, which I was expecting. So I kind of had to brand my own as a giveaway.

      So you can see on the left, this is clearly a marketing one. And on the right, somebody hand-built one. It's a pretty cool steampunk do-it-yourself project.

      So I'm going to give the first one away. Who can tell me what the first VR technology that Autodesk had was called? Anyone? Want to do this quick. No idea? What did you say? No. But you can have the viewer, because you answered.

      It was actually the Cyberspace Developer's Kit. It was built on DOS with DOS extender technology, so you had 16 megabytes of RAM. Whoo! And it was a C++ SDK, and it was one of the first technologies that I got to support when I was at Autodesk, so very cool thing.

      All right. So what does Google Cardboard require? So it basically needs to support WebGL, the device, and it needs to have the proper sensors so you get the camera movements that you want with your experience. So just a word about this.

      So one of the things that we learned about the proper sensors is that some of the hardware doesn't always have it. So even if you go out and you buy a brand-new Android phone, maybe from Walmart with the Straight Talk plan or something, you want to be careful to check that phone's hardware before you actually purchase it for WebVR, because a lot of those lower-end devices don't have a gyro, for example. And without a gyro, you're not going to get the camera movement. So you may be able to see the geometry. It may support WebGL, but the navigation won't work. So keep that in mind.

      So switching to Google Daydream, this is an interesting thing. So we go from Google Cardboard, which was open source, publish the plans, make it out of a pizza box, to buy it from us now. So the Daydream is a purpose-built device that supports only a certain technology layer. So if you're going to support Google Daydream, make sure you go to the Google Daydream site and look at the phones that are there. So when we go down through this list, you can see Pixel, the Galaxy S8 and S8+.

      Interesting thing about Samsung is they are really cool at supporting everything. So even though they have their own VR Gear, they're also supporting the Google Daydream, which is great. But it does not work on the S7, so my S7 phone can't do Daydream unless I root it or brick it, which might be the result of rooting it. But you can see that there is only a handful of phones here that support the Daydream today.

      What is the difference between Cardboard and Daydream? Well, so again, the Cardboard is mainly requiring the phone to have the proper hardware. That's the only requirement. So it's got to be able to render WebGL, and it's got to have a certain level of Android, which is way back, 4.1. I don't even know if you could find that on a newer phone.

      Supports iOS 8 and Windows Phone 10, if you happen to have one, and it's dead now. I was a Windows Phone fan, so I was a little disappointed. But I'm an Android guy now.

      So the material-- of course, the Cardboard is made of whatever you want. Cardboard is the basic idea there. The Daydream is better material. It actually has a cloth cover that you can take off and wash. And it, again, is a built piece of hardware that you buy from Google.

      The communication-- the Cardboard, if you had the connection or if you had the hardware, it was basically a magnet with a washer attached that you could slide up and down, and it created the magnetic field that the phone could recognize and control. It was a very simple idea.

      The Daydream uses near-field communication. So that's one of the requirements that the phone would have to support. And then controllers-- the Cardboard, again, just had that washer and magnet. And the Daydream has a specially designed controller that comes with it.

      WebVR devices that are not in that Google realm, we can start with Samsung Gear VR. So Samsung Gear VR is actually a co-developed project with Oculus. It's a very good and affordable experience, but you do need the Samsung hardware. So last I looked, it was limited to the Note 5, the S6, the S7, and the S8. So even some of their lower-end-branded Samsung phones aren't going to work with VR Gear.

      The typical WebVR requirement is to also use the Samsung browser. So you're kind of stuck with their software. Now, their browser's very good, and it does a great job with WebVR. So it's fine if you're going to work in that environment.

      The one thing I would suggest with Gear VR is, think about your deployment. So if you're building an installation for 30 Gear VRs that are going to be put in a museum and that's all they're going to be used for, you might consider, instead of using WebVR, use the native development environment, because you'll have a richer experience and more functionality.

      But if you need to have the democratization of the WebVR experience across multiple devices, then it works. HTC Vive and the Oculus Rift are the higher-end devices. They both support WebVR. And it works.

      If you want a demo of it, you can come to the Reality Playground, and we can show you what that looks like. It's an interesting experience. But I don't think that you can create a WebVR app and assume that your customer base or your user base is going to have one of these devices. So these are really-- currently, they're used with high-end gamers, in design visualization environments, and that sort of thing. So you can't assume that your customer's going to have that.

      And then finally, controllers-- so both Gear VR and Daydream have these proprietary controllers. They're basically thumb pads, so like three degrees of motion. The higher-end devices like HTC and Oculus have these floating devices that can find themselves in space as well as have buttons on them. And they're called six degree of motion, so they have a lot more functionality. So if you're designing for one of those platforms, you want to look at the controller aspect as well and how you would hook that up.

      There are some generic ones out there. It's interesting-- Xbox One controller supports Bluetooth now, and you can connect that to your phone. So I have connected it and played some games with it. I haven't figured out a way to hook it up directly to a WebVR experience yet, but I think it's possible.

      So the second one-- can anyone tell me what the first animation software put out by Autodesk was called? You got it. We also had a product called Animator. But the great thing about 3D Studio is that that became 3ds Max, and it's still an unused product. And it has its own VR experience. Now you can use this Max Interactive, which is part of this subscription now. So it's a great tool. Thanks for answering that.

      So let's take a look at a quick interesting demo. So what can you do with WebVR? So this particular example was built by the Wall Street Journal using Three.js natively. And basically, what they've done is they've taken the NASDAQ data points, and they've put it into this 3D kind of virtual experience.

      So do you need to have a 3D model to make VR experience interesting? They basically coded this geometry and created what the stock market typically feels like-- a roller coaster. So very cool idea. And it kind of gets the point across that there's lots of ups and downs in this market.

      So we'll talk about the JavaScript API next. So WebVR is a JavaScript library. It can be accessed from many frameworks, and we're going to look at a few different ones.

      The first thing to realize is that in order to make a WebVR app work, it requires two fundamental things. The browser needs to support WebVR. And so that's where if it doesn't initially work, you need to go kind of check that compatibility and see if it's meant to work and figure that out.

      If it's not meant to work, you can use this thing called polyfill. So polyfill has been around for a while to support the WebVR initiative. And it basically is a wedge that turns your browser into something that can do WebVR.

      So as a backup, if you want to make the best experience for your users, you should use polyfill when the native WebVR functionality is not there. And then to initiate the VR experience, you need to have at least one VR display object that comes back from the navigator's get VR displays. So you put that in your JavaScript code, or the framework itself will do that for you. And then mobile phones and the VR devices will usually provide at least one of those.

      So we're going to look at Three.js, A-Frame, React VR, and the Autodesk Forge Viewer as some example frameworks. This is by no means all of the options, but these were the kind of interesting ones that we thought were popular and gives a good comparison between the frameworks.

      So first of all, Three.js-- how many people know about Three.js? OK, quite a few of you. Good.

      So first of all, Three.js is a library on top of WebGL. So you could do all of this in WebGL if you wanted to, but it would be a huge amount of code. WebGL is a primitive graphics language, much like OpenGL, and it's closer to the hardware. When you want to render geometry, for example, you need to tell it the vertice array, how the indices of those vertices make the faces, so really kind of low-level stuff.

      Three.js abstracts that into a much more usable library. And if you want to create a box, for example, they have an API for creating a box. So it's much easier to use. It is open source. It's very well documented.

      Assets can be directly loaded and imported, and that's something to look for in your framework to make sure that you can import geometry from other sources. And the drawback is, again, you're going to be doing a lot more coding than you would in some of the frameworks that are designed to support WebVR directly.

      So let's take a quick look at this example. So the first thing is, you can see I'm running Chrome on the desktop. So does it support WebVR? Not natively.

      So with Chrome, the cool thing is is that there is a plug-in that you can get from the Chrome store that's called Web VR. This plug-in is kind of a helper, and it uses polyfill. So it actually uses that polyfill layer to allow you to see the geometry, but it also emulates a mobile device's movements. So you can do this translation and move the camera view around.

      It also supports orbit, or rotate, which is a very common aspect of a mobile device. So if you're in a cardboard, you're getting this rotational effect. So for example, I can choose this, and I can rotate it all the way around. And there's my box again. So a very cool tool to help you in the development aspects of your WebVR app.

      So in order to code this, well, first of all, I'm demoing this in a tool called CodePen. CodePen is an online kind of playground for building JavaScript-based applications. So it's a cool way to kind of just play with coding without having to write a full website and have a server to run it and all of that. So what I can do with CodePen is show you just the code necessary to make these experiences work.

      So the first thing you're going to notice is that I have very little HTML. it's just the button definitions for these buttons. CSS is also very small. And the bulk of this web experience is this JavaScript code.

      So the first thing you're going to see is, in the code-- let me open this up. You're going to see we initialize the WebGL renderer, so that's the first hint that Three.js is using WebGL directly. The renderer is what's going to create the finished render of the geometry.

      So we also need to have a scene. So the scene is going to be the container for the things that we're going to render. We're creating a camera, so we have something viewing the geometry. And then we're using a 3 wrapper, so they have another layer over the WebVR API that helps you to use WebVR in Three.js. So this first one is the VR controls, and I'm basically placing the camera into that. And that's what's going to give me the ability to get the positional data so that the camera will follow the positional data of the device.

      The next one is another wrapper around WebVR called the effect, and this is what applies the stereo rendering. So you get the two views that you can look at through the separate lenses. We're going to load a texture, and I basically have a star pattern in a sky box, so a box that has that pattern to create the space that I'm in.

      So the box geometry creates the box. I have a material. And then I'm going to create a mesh that contains the geometry and the texture, and that's what ultimately gets rendered. Here's the call to the Navigator.getVRDisplays.

      So this is what we were talking about before, one of the requirements to make the WebVR work. We're going to put a light. The box that's tumbling is created here. I can position it in space. I need to add it to my scene.

      And then I have some event listeners. So let me just scroll through this. These are the buttons. There's an animation loop, and this is where the animation part takes place.

      So you'll see that the cube that I created has a rotation property, and the Y and the X rotations are being changed for each frame rendered. And that's what gives you the tumbling effect of that box. And I think that's it for this one. Oh-- the asset.

      So one of the nice things about Three.js is it has many different types of file format asset loaders. So I took an X-wing fighter from 3ds Max, and I exported it to OBJ and created a material library for it as well. And I can load that up here.

      So I've got the three material loader loading up the material, and then I've got the object loader loading up the X-wing geometry. So I can basically create this just by pushing this button, and you should see it sitting there. So at runtime, you can also, of course, change the scene, interact with the scene, and do different things.

      So the next framework we're going to talk about is A-Frame. So this one is interesting. It was designed from the beginning to be a virtual reality experience. It was originally from Mozilla and is now open source. And again, it has this facility to load assets. And the interesting thing about this one is it's based on HTML. So let's take a look at this one.

      So now you'll see that most of my code is in HTML, and there's actually no JavaScript here at all. It is a JavaScript library, so I need to get the A-Frame framework loaded at some place. So I left that in my HTML just to load the script here. But then in my body, you'll see the first thing is an HTML tag called a-scene, and that's the A-Frame scene.

      And basically, again, there's the notion of a scene containing all of your geometry that you're going to display. So in this example, I've also got the X-wing asset, so this particular part of the code is loading the asset. And it's giving it an ID so that I can reference it later.

      I've got a box, so that's the blue box that's twirling here. And within its tag is an animation tag, so I can take an individual object and put the animation characteristics with that object. So it's a little bit different than in the pure Three.js sense, where you have to work on that within the animation loop. Here, you can just set the attribute of the animation with the object as you construct it. Of course, you can go back and add that later as well.

      I've got a cylinder, I've got a sphere, and I've got the plane, and then the sky color in the background. And then here, you'll see I'm using their OBJ loader, and I'm referencing that X-wing OBJ that I specified as an asset earlier. So this is actually putting it into the scene, and I've got an animation value on it as well, so you can see it spinning around. All of that was just pure HTML to get this scene experience that I have over here.

      AUDIENCE: [INAUDIBLE]

      KEVIN VANDECAR: Yeah, so you can do CSS. You can also have JavaScript mixed with it as well for callbacks and that kind of thing. But it really was designed to be fundamentally an HTML structure.

      All right, so the next one is the React VR framework. This one is powered by Facebook and Oculus. So Facebook acquired Oculus not too long ago. And so it was kind of inevitable that they would merge those two technologies.

      So React VR is also now open source. And again, it has an asset loader, so you can load assets from other sources. And React VR is really a natural platform if you already know React and you want to mix this 2D and 3D content, because it has really easy tools to bring those things together.

      So in this particular example, because the React framework is much larger, I wasn't able to get a CodePen to actually run it, so I have a Node.js server. This is running a sample that this guy wrote over at Pluralsight. He had a very nice tutorial that walked you through all the steps.

      So I encourage you-- if you want to use a WebVR through React, take a look at that tutorial, because it walks through and shows you a lot of the different steps that you would take to build a nice WebVR experience. So let me just show you this example.

      While that's loading, let's take a look at the code first. So the main piece here is in JavaScript. This was from his sample, and I just basically modified it to load my X-wing fighter again. The first thing you're going to notice is that it's a class that extends a React component. They set up a sky map just like we did in the Three.js. In this particular case, they're taking six raster images to build that cube that creates your environment.

      They've got a rotate function, and then there's a render function. And this render function has this idea of a view, so it's kind of similar to the idea of a scene. They just called it something different.

      They've set up their sky map to be in the background. They've got some ambient light settings. They have a callback on the button to use the React zoom in and out. And then their model definition is here. They've basically set it up to load on OBJ again. OBJs seem to be very popular in a lot of these frameworks as examples, because they're very simple geometry formats.

      So they're loading the earth OBJ and the earth material. And they've set some transform information-- so it's position in space, and then the same for the moon. And you'll notice that they've set a state value for the rotation, and so that's animating those planets, the earth and the moon, to revolve around their axes. And then finally, my X-wing asset is loaded down here.

      OK, so it's loaded now. So this experience is very much similar to that first one I showed you. But you can see just by using some rich textures and loading those assets that there's not a lot of code in the actual building of the view to get that WebVR experience. So if you know React already and all the other pieces, React VR is a really, really good choice.

      OK, and then the last one is the Forge Viewer. So Forge Viewer uses Three.js underneath as well. So the cool thing with Forge Viewer is that it's very easy to mix Three.js and the viewer code together. So if you need some specialized functionality, you can do that.

      The assets from the Forge Viewer aspect come from the SVF bubble, though. So this is a little different than those other three frameworks we looked at where we're just loading an OBJ file. So the viewer needs an SVF from the Model Derivative service.

      But the benefit here is that it can be potentially a very small amount of code to add the WebVR experience. It includes many of the 3D navigation viewing and the data aspects already. The metadata from the original model are also included. And you can, of course, access that from your WebVR app as well.

      And it can handle very large models and data sets. That's its claim to fame. That's why on the user side it's called the Large Model Viewer, because it can just handle these really big data sets. And when you're talking about WebVR, the performance becomes even more important, right? So now you're not only displaying it in a browser but you have two views of that same geometry set.

      So in order to create that asset, you have to use the Model Derivative service. So a developer is going to upload a seed file. That can be multiple CAD formats. It can be different 3D formats. It supports OBJ and some of the common formats.

      And then you go through a translation phase, and you'll get back a URN, which is an encoded URL, to that translated file. And then you simply take the viewer, and you point it at that URN, and you got a view of that file, basically.

      So the Model Derivative service supports many different file formats. I think it's something like 60 right now. It has a translation aspect, which is taking that source geometry and translating it into these other formats, including SVF, which is what the viewer requires. It includes other aspects though, including thumbnails and the geometry extraction.

      So the geometry extraction piece is really interesting. One of the things that we're working on right now is what we're calling the AR/VR Toolkit. And that idea of geometry extraction becomes even more important when you want to put this into a VR experience where you want an even higher optimized model so that the performance is good.

      So one of the key benefits to using Forge with that AR/VR Toolkit is that you can pull the asset directly and tell it what you want your mesh decimation to be. So you can reduce the mesh into something that's even higher performing on these platforms. So we're just now working on this, and we're looking for people who are interested in it. And if it is something that sounds good to you, come and talk to us at the VR Playground in the Forge Village.

      The other piece of it is the metadata extraction, of course. So all of the files that you translate, if they have metadata-- so a Revit file, for example, or a Fusion file-- that metadata that was part of the original design intent comes through the translation phase and as part of the data set. So if you want to create a WebVR experience with some pop-up information about the objects that you're looking at, you can certainly do that.

      So let's take a look at some sample code here. So again, you'll see that there's very little HTML for the viewer. We basically need to have an ID for a div tag that specifies the viewer, and we set some height information here. In this case, I don't have any CSS listed, but just know that I'm referencing the CSS from the Model Derivative API. So that's one requirement.

      And then from a JavaScript perspective, it's very simple. So first of all, let me just comment this line out. And you'll see the cardboard logo went away.

      So this ability to view this SVF model in the browser is limited to just this little body of code. So I've got a View It function. I'm passing in the model name and a light preset for the background.

      The main thing here is to set up a few options, so it's mainly the model name. And I'm using a local SVF file, so I'm not actually pulling it from the storage on the Forge platform. I extracted it and put it into my own GitHub repo. And what that allows me to do is not have to worry about the access token, so that's the reason I did that just so you could see just the viewer-specific code.

      So the viewer element-- this is basically giving me the viewer from the document. And then this is telling the viewer what GUI to load. So you can have a headless version, which doesn't have any of the controls at the bottom.

      And in that circumstance, if you use the headless version, you would have to at least enable the WebVR yourself so that the user could switch into the WebVR mode. But you could still have a completely headless WebVR experience then, or you can use our GUI, which includes all these buttons at the bottom by default, the different kinds of navigation-- so the ability to do the explode, and the browser, the properties of the different aspects of the model.

      And then we basically initialize it, and that's it. So that's all you need to do to create this viewing instance. To enable WebVR, you simply load the extension. And now the cardboard icon comes up, and you can switch into VR mode.

      And in this particular case, it's not going to display perfectly, but you'll see it's doing the stereo rendering there. So very, very easy to code. If you're interested in seeing this in something like an HTC or even a cardboard, you can come on up to the VR Playground, and we can demo that so you can actually see this working.

      All right. So there's a even more robust sample out there that one of our guys wrote, Kean Walmsley. A lot of you guys probably read his blog if you do anything with AutoCAD. So he did this at a hackathon, and it's a really interesting idea where he's taking a model from the SVF Model Derivative service.

      He's allowing you to load it on the desktop. And then by scanning this QR code, you can actually get a WebVR experience in a collaborative environment. So anyone scanning that can put it on into a cardboard and see the WebVR version of this model. So I can emulate that just by starting the session over here.

      And this is the circumstance where he turned off all the buttons and is just providing the cardboard icon. And then, in a cardboard experience, you can rotate and view that. And then the person running the desktop instance can do the explode, for example.

      And the person viewing it will see that explode happen, so it's a very cool interactive experience. It's a live demo online, and I gave you the link in the handout and in the PowerPoint, so you can check that out on your own.

      So there are some authoring solutions as well. This is a programming conference, so I just wanted to point out that you don't have to do all this programming to get that WebVR experience. Autodesk has a beta product called Play, and it supports WebVR.

      There's also some third-party companies. Vizor.io and Insta VR were a couple that I looked at that looked interesting. But there are a lot of other ones out there. There's a gaming framework called PlayCanvas, which looks really cool. I haven't had a chance to do much there, but it supports really interactive gaming experiences, and it supports WebVR as well.

      So just a note about AR-- so where are we heading with AR? Well, first of all, WebVR is this kind of democratization of the web experience in VR. There is no such thing yet as a WebAR initiative.

      Microsoft has their HoloLens, ARKit from Apple, and ARCore from Google. It's their own kind of native environments. Microsoft has their own SDK, for example, and they're also supporting Unity. So if you want an experience on the HoloLens, you either have to do a lot of coding or you author something in Unity using the HoloLens template, and then you can get your experience onto the HoloLens pretty easy. So this is, again, where the Forge AR/VR Toolkit we think will be really important.

      So the idea is to take a Forge asset and stream it directly into one of these environments using an API call to get the latest model, for example, and have this nice AR or VR experience in the environment of your choice. 3ds Max Interactive and Stingray are also looking at ways of incorporating AR. So there's no simple answer today like a WebVR idea, so you just have to kind of figure out which platform, which hardware, and kind of go in the direction that they suggest.

      So that kind of brings us to the end. We talked about the 3D experience. That's the really important aspect of VR in terms of content. It's a VR experience in your browser, and it's a JavaScript API.

      If you're going to go further, I would encourage you to take a look at this website, the Create WebVR website, because it has a lot of great resources and points to a lot of these other resources. I did list all the resources that I used for the presentations, so you can go get further information.

      And then the last thing is I just want to remind you that until 6 o'clock, we're going to be in the Virtual Reality Playground, the AR/VR Playground upstairs. And if you're interested in seeing some demos, come by, and Zhong and I are both going to be there.

      And we also have a DevLab tomorrow if you're not aware. It's between 1:00 and 5:30 PM in the afternoon in Galileo. And it's open to anyone who wants to come in. It's about Forge, so if you have Forge general questions or you have a specific technology question or problem, bring your laptop. We'll have Forge experts that can help you work through those problems.

      And the big giveaway is this interesting one. It's from a company called Seedling, and they've got an app that kind of goes along with this. And it allows you or your kids-- I would say you should keep it for yourself, because it looks pretty cool. It's got a lot of ways to build your own custom viewer. I also kind of swagged it with some Forge stickers in there, so you can Forgify it if you want.

      Downloads

      ______
      icon-svg-close-thick

      쿠기 기본 설정

      오토데스크는 고객의 개인 정보와 최상의 경험을 중요시합니다. 오토데스크는 정보를 사용자화하고 응용프로그램을 만들기 위해 고객의 본 사이트 사용에 관한 데이터를 수집합니다.

      오토데스크에서 고객의 데이터를 수집하고 사용하도록 허용하시겠습니까?

      오토데스크에서 사용하는타사 서비스개인정보 처리방침 정책을 자세히 알아보십시오.

      반드시 필요 - 사이트가 제대로 작동하고 사용자에게 서비스를 원활하게 제공하기 위해 필수적임

      이 쿠키는 오토데스크에서 사용자 기본 설정 또는 로그인 정보를 저장하거나, 사용자 요청에 응답하거나, 장바구니의 품목을 처리하기 위해 필요합니다.

      사용자 경험 향상 – 사용자와 관련된 항목을 표시할 수 있게 해 줌

      이 쿠키는 오토데스크가 보다 향상된 기능을 제공하고 사용자에게 맞는 정보를 제공할 수 있게 해 줍니다. 사용자에게 맞는 정보 및 환경을 제공하기 위해 오토데스크 또는 서비스를 제공하는 협력업체에서 이 쿠키를 설정할 수 있습니다. 이 쿠키를 허용하지 않을 경우 이러한 서비스 중 일부 또는 전체를 이용하지 못하게 될 수 있습니다.

      광고 수신 설정 – 사용자에게 타겟팅된 광고를 제공할 수 있게 해 줌

      이 쿠키는 사용자와 관련성이 높은 광고를 표시하고 그 효과를 추적하기 위해 사용자 활동 및 관심 사항에 대한 데이터를 수집합니다. 이렇게 데이터를 수집함으로써 사용자의 관심 사항에 더 적합한 광고를 표시할 수 있습니다. 이 쿠키를 허용하지 않을 경우 관심 분야에 해당되지 않는 광고가 표시될 수 있습니다.

      icon-svg-close-thick

      타사 서비스

      각 범주에서 오토데스크가 사용하는 타사 서비스와 온라인에서 고객으로부터 수집하는 데이터를 사용하는 방식에 대해 자세히 알아보십시오.

      icon-svg-hide-thick

      icon-svg-show-thick

      반드시 필요 - 사이트가 제대로 작동하고 사용자에게 서비스를 원활하게 제공하기 위해 필수적임

      Qualtrics
      오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 Qualtrics를 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. 오토데스크는 이 데이터를 다른 소스에서 수집된 데이터와 결합하여 고객의 판매 또는 고객 서비스 경험을 개선하며, 고급 분석 처리에 기초하여 보다 관련 있는 컨텐츠를 제공합니다. Qualtrics 개인정보취급방침
      Akamai mPulse
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Akamai mPulse를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Akamai mPulse 개인정보취급방침
      Digital River
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Digital River를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Digital River 개인정보취급방침
      Dynatrace
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Dynatrace를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Dynatrace 개인정보취급방침
      Khoros
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Khoros를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Khoros 개인정보취급방침
      Launch Darkly
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Launch Darkly를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Launch Darkly 개인정보취급방침
      New Relic
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 New Relic를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. New Relic 개인정보취급방침
      Salesforce Live Agent
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Salesforce Live Agent를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Salesforce Live Agent 개인정보취급방침
      Wistia
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Wistia를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Wistia 개인정보취급방침
      Tealium
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Tealium를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Upsellit
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Upsellit를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. CJ Affiliates
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 CJ Affiliates를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Commission Factory
      Typepad Stats
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Typepad Stats를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Typepad Stats 개인정보취급방침
      Geo Targetly
      Autodesk는 Geo Targetly를 사용하여 웹 사이트 방문자를 가장 적합한 웹 페이지로 안내하거나 위치를 기반으로 맞춤형 콘텐츠를 제공합니다. Geo Targetly는 웹 사이트 방문자의 IP 주소를 사용하여 방문자 장치의 대략적인 위치를 파악합니다. 이렇게 하면 방문자가 (대부분의 경우) 현지 언어로 된 콘텐츠를 볼 수 있습니다.Geo Targetly 개인정보취급방침
      SpeedCurve
      Autodesk에서는 SpeedCurve를 사용하여 웹 페이지 로드 시간과 이미지, 스크립트, 텍스트 등의 후속 요소 응답성을 측정하여 웹 사이트 환경의 성능을 모니터링하고 측정합니다. SpeedCurve 개인정보취급방침
      Qualified
      Qualified is the Autodesk Live Chat agent platform. This platform provides services to allow our customers to communicate in real-time with Autodesk support. We may collect unique ID for specific browser sessions during a chat. Qualified Privacy Policy

      icon-svg-hide-thick

      icon-svg-show-thick

      사용자 경험 향상 – 사용자와 관련된 항목을 표시할 수 있게 해 줌

      Google Optimize
      오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Google Optimize을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Google Optimize 개인정보취급방침
      ClickTale
      오토데스크는 고객이 사이트에서 겪을 수 있는 어려움을 더 잘 파악하기 위해 ClickTale을 이용합니다. 페이지의 모든 요소를 포함해 고객이 오토데스크 사이트와 상호 작용하는 방식을 이해하기 위해 세션 녹화를 사용합니다. 개인적으로 식별 가능한 정보는 가려지며 수집되지 않습니다. ClickTale 개인정보취급방침
      OneSignal
      오토데스크는 OneSignal가 지원하는 사이트에 디지털 광고를 배포하기 위해 OneSignal를 이용합니다. 광고는 OneSignal 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 OneSignal에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 OneSignal에 제공하는 데이터를 사용합니다. OneSignal 개인정보취급방침
      Optimizely
      오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Optimizely을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Optimizely 개인정보취급방침
      Amplitude
      오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Amplitude을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Amplitude 개인정보취급방침
      Snowplow
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Snowplow를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Snowplow 개인정보취급방침
      UserVoice
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 UserVoice를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. UserVoice 개인정보취급방침
      Clearbit
      Clearbit를 사용하면 실시간 데이터 보강 기능을 통해 고객에게 개인화되고 관련 있는 환경을 제공할 수 있습니다. Autodesk가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. Clearbit 개인정보취급방침
      YouTube
      YouTube는 사용자가 웹 사이트에 포함된 비디오를 보고 공유할 수 있도록 해주는 비디오 공유 플랫폼입니다. YouTube는 비디오 성능에 대한 시청 지표를 제공합니다. YouTube 개인정보보호 정책

      icon-svg-hide-thick

      icon-svg-show-thick

      광고 수신 설정 – 사용자에게 타겟팅된 광고를 제공할 수 있게 해 줌

      Adobe Analytics
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Adobe Analytics를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Adobe Analytics 개인정보취급방침
      Google Analytics (Web Analytics)
      오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Google Analytics (Web Analytics)를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. AdWords
      Marketo
      오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 Marketo를 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. 오토데스크는 이 데이터를 다른 소스에서 수집된 데이터와 결합하여 고객의 판매 또는 고객 서비스 경험을 개선하며, 고급 분석 처리에 기초하여 보다 관련 있는 컨텐츠를 제공합니다. Marketo 개인정보취급방침
      Doubleclick
      오토데스크는 Doubleclick가 지원하는 사이트에 디지털 광고를 배포하기 위해 Doubleclick를 이용합니다. 광고는 Doubleclick 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Doubleclick에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Doubleclick에 제공하는 데이터를 사용합니다. Doubleclick 개인정보취급방침
      HubSpot
      오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 HubSpot을 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. HubSpot 개인정보취급방침
      Twitter
      오토데스크는 Twitter가 지원하는 사이트에 디지털 광고를 배포하기 위해 Twitter를 이용합니다. 광고는 Twitter 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Twitter에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Twitter에 제공하는 데이터를 사용합니다. Twitter 개인정보취급방침
      Facebook
      오토데스크는 Facebook가 지원하는 사이트에 디지털 광고를 배포하기 위해 Facebook를 이용합니다. 광고는 Facebook 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Facebook에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Facebook에 제공하는 데이터를 사용합니다. Facebook 개인정보취급방침
      LinkedIn
      오토데스크는 LinkedIn가 지원하는 사이트에 디지털 광고를 배포하기 위해 LinkedIn를 이용합니다. 광고는 LinkedIn 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 LinkedIn에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 LinkedIn에 제공하는 데이터를 사용합니다. LinkedIn 개인정보취급방침
      Yahoo! Japan
      오토데스크는 Yahoo! Japan가 지원하는 사이트에 디지털 광고를 배포하기 위해 Yahoo! Japan를 이용합니다. 광고는 Yahoo! Japan 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Yahoo! Japan에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Yahoo! Japan에 제공하는 데이터를 사용합니다. Yahoo! Japan 개인정보취급방침
      Naver
      오토데스크는 Naver가 지원하는 사이트에 디지털 광고를 배포하기 위해 Naver를 이용합니다. 광고는 Naver 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Naver에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Naver에 제공하는 데이터를 사용합니다. Naver 개인정보취급방침
      Quantcast
      오토데스크는 Quantcast가 지원하는 사이트에 디지털 광고를 배포하기 위해 Quantcast를 이용합니다. 광고는 Quantcast 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Quantcast에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Quantcast에 제공하는 데이터를 사용합니다. Quantcast 개인정보취급방침
      Call Tracking
      오토데스크는 캠페인을 위해 사용자화된 전화번호를 제공하기 위하여 Call Tracking을 이용합니다. 그렇게 하면 고객이 오토데스크 담당자에게 더욱 빠르게 액세스할 수 있으며, 오토데스크의 성과를 더욱 정확하게 평가하는 데 도움이 됩니다. 제공된 전화번호를 기준으로 사이트에서 고객 행동에 관한 데이터를 수집할 수도 있습니다. Call Tracking 개인정보취급방침
      Wunderkind
      오토데스크는 Wunderkind가 지원하는 사이트에 디지털 광고를 배포하기 위해 Wunderkind를 이용합니다. 광고는 Wunderkind 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Wunderkind에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Wunderkind에 제공하는 데이터를 사용합니다. Wunderkind 개인정보취급방침
      ADC Media
      오토데스크는 ADC Media가 지원하는 사이트에 디지털 광고를 배포하기 위해 ADC Media를 이용합니다. 광고는 ADC Media 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 ADC Media에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 ADC Media에 제공하는 데이터를 사용합니다. ADC Media 개인정보취급방침
      AgrantSEM
      오토데스크는 AgrantSEM가 지원하는 사이트에 디지털 광고를 배포하기 위해 AgrantSEM를 이용합니다. 광고는 AgrantSEM 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 AgrantSEM에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 AgrantSEM에 제공하는 데이터를 사용합니다. AgrantSEM 개인정보취급방침
      Bidtellect
      오토데스크는 Bidtellect가 지원하는 사이트에 디지털 광고를 배포하기 위해 Bidtellect를 이용합니다. 광고는 Bidtellect 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Bidtellect에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Bidtellect에 제공하는 데이터를 사용합니다. Bidtellect 개인정보취급방침
      Bing
      오토데스크는 Bing가 지원하는 사이트에 디지털 광고를 배포하기 위해 Bing를 이용합니다. 광고는 Bing 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Bing에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Bing에 제공하는 데이터를 사용합니다. Bing 개인정보취급방침
      G2Crowd
      오토데스크는 G2Crowd가 지원하는 사이트에 디지털 광고를 배포하기 위해 G2Crowd를 이용합니다. 광고는 G2Crowd 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 G2Crowd에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 G2Crowd에 제공하는 데이터를 사용합니다. G2Crowd 개인정보취급방침
      NMPI Display
      오토데스크는 NMPI Display가 지원하는 사이트에 디지털 광고를 배포하기 위해 NMPI Display를 이용합니다. 광고는 NMPI Display 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 NMPI Display에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 NMPI Display에 제공하는 데이터를 사용합니다. NMPI Display 개인정보취급방침
      VK
      오토데스크는 VK가 지원하는 사이트에 디지털 광고를 배포하기 위해 VK를 이용합니다. 광고는 VK 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 VK에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 VK에 제공하는 데이터를 사용합니다. VK 개인정보취급방침
      Adobe Target
      오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Adobe Target을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Adobe Target 개인정보취급방침
      Google Analytics (Advertising)
      오토데스크는 Google Analytics (Advertising)가 지원하는 사이트에 디지털 광고를 배포하기 위해 Google Analytics (Advertising)를 이용합니다. 광고는 Google Analytics (Advertising) 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Google Analytics (Advertising)에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Google Analytics (Advertising)에 제공하는 데이터를 사용합니다. Google Analytics (Advertising) 개인정보취급방침
      Trendkite
      오토데스크는 Trendkite가 지원하는 사이트에 디지털 광고를 배포하기 위해 Trendkite를 이용합니다. 광고는 Trendkite 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Trendkite에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Trendkite에 제공하는 데이터를 사용합니다. Trendkite 개인정보취급방침
      Hotjar
      오토데스크는 Hotjar가 지원하는 사이트에 디지털 광고를 배포하기 위해 Hotjar를 이용합니다. 광고는 Hotjar 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Hotjar에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Hotjar에 제공하는 데이터를 사용합니다. Hotjar 개인정보취급방침
      6 Sense
      오토데스크는 6 Sense가 지원하는 사이트에 디지털 광고를 배포하기 위해 6 Sense를 이용합니다. 광고는 6 Sense 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 6 Sense에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 6 Sense에 제공하는 데이터를 사용합니다. 6 Sense 개인정보취급방침
      Terminus
      오토데스크는 Terminus가 지원하는 사이트에 디지털 광고를 배포하기 위해 Terminus를 이용합니다. 광고는 Terminus 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Terminus에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Terminus에 제공하는 데이터를 사용합니다. Terminus 개인정보취급방침
      StackAdapt
      오토데스크는 StackAdapt가 지원하는 사이트에 디지털 광고를 배포하기 위해 StackAdapt를 이용합니다. 광고는 StackAdapt 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 StackAdapt에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 StackAdapt에 제공하는 데이터를 사용합니다. StackAdapt 개인정보취급방침
      The Trade Desk
      오토데스크는 The Trade Desk가 지원하는 사이트에 디지털 광고를 배포하기 위해 The Trade Desk를 이용합니다. 광고는 The Trade Desk 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 The Trade Desk에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 The Trade Desk에 제공하는 데이터를 사용합니다. The Trade Desk 개인정보취급방침
      RollWorks
      We use RollWorks to deploy digital advertising on sites supported by RollWorks. Ads are based on both RollWorks data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that RollWorks has collected from you. We use the data that we provide to RollWorks to better customize your digital advertising experience and present you with more relevant ads. RollWorks Privacy Policy

      정말 더 적은 온라인 경험을 원하십니까?

      오토데스크는 고객 여러분에게 좋은 경험을 드리고 싶습니다. 이전 화면의 범주에 대해 "예"를 선택하셨다면 오토데스크는 고객을 위해 고객 경험을 사용자화하고 향상된 응용프로그램을 제작하기 위해 귀하의 데이터를 수집하고 사용합니다. 언제든지 개인정보 처리방침을 방문해 설정을 변경할 수 있습니다.

      고객의 경험. 고객의 선택.

      오토데스크는 고객의 개인 정보 보호를 중요시합니다. 오토데스크에서 수집하는 정보는 오토데스크 제품 사용 방법, 고객이 관심을 가질 만한 정보, 오토데스크에서 더욱 뜻깊은 경험을 제공하기 위한 개선 사항을 이해하는 데 도움이 됩니다.

      오토데스크에서 고객님께 적합한 경험을 제공해 드리기 위해 고객님의 데이터를 수집하고 사용하도록 허용하시겠습니까?

      선택할 수 있는 옵션을 자세히 알아보려면 이 사이트의 개인 정보 설정을 관리해 사용자화된 경험으로 어떤 이점을 얻을 수 있는지 살펴보거나 오토데스크 개인정보 처리방침 정책을 확인해 보십시오.