Skip to content

Commit ae3b650

Browse files
author
Jeremy Tammik
committed
modified ndash
1 parent a9cd91c commit ae3b650

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# Autodesk View & Data API - Getting Started Tutorial
1+
# Autodesk View & Data API Getting Started Tutorial
22

33
* Introduction
44
- [Audience](#Audience)
55
- [What do you need for your project?](#WhatDoYouNeed)
6-
- [What are you going to achieve in this workshop?](#WhatAreYouGoingToAchieve)
6+
- [What are you going to achieve in this workshop?](#WhatAreYouGoingToAchieve)
77

88
* [Prerequisites](prerequisites.md#Prerequisites)
99
- [Familiar with git?](prerequisites.md#FamiliarWithGit)
1010
- [Install Node.js](prerequisites.md#InstallNodeJs)
1111
- [Install a code editor](prerequisites.md#InstallCodeEditor)
1212
- [Get the sources](prerequisites.md#GetTheSources)
13-
14-
* [Chapter 1 - Get ready with the View & Data API](chapter-1.md#Chapter1)
13+
14+
* [Chapter 1 Get ready with the View & Data API](chapter-1.md#Chapter1)
1515
- [Obtaining an API Key](chapter-1.md#ObtainingAnAPIKey)
1616
- [Prepare a model](chapter-1.md#PrepareAModel)
1717
- [Create your web server](chapter-1.md#CreateYourWebServer)
18-
19-
* [Chapter 2 - (Optional) Extend your web server to support upload/translation](chapter-2.md#Chapter2)
18+
19+
* [Chapter 2 (Optional) Extend your web server to support upload/translation](chapter-2.md#Chapter2)
2020
- [Choose your option](chapter-2.md#Options)
2121
- [Translating from the client](chapter-2a.md#Chapter2a)
2222
- [Translating from the server](chapter-2b.md#Chapter2b)
2323

24-
* [Chapter 3 - Customize the Viewer Behavior](chapter-3.md#Chapter3)
24+
* [Chapter 3 Customize the Viewer Behavior](chapter-3.md#Chapter3)
2525
- [Step 1 – Creating a basic extension](chapter-3.md#Step1)
2626
- [Step 2 – Reference the extension script](chapter-3.md#Step2)
2727
- [Step 3 – Load the extension in the viewer](chapter-3.md#Step3)
@@ -31,15 +31,15 @@
3131
- [Step 7 (Bonus step) – Moving the camera](chapter-3.md#Step7)
3232
- [Even more bonus steps](chapter-3.md#More)
3333

34-
* [Appendix A - More sample and demos](appendix-a.md)
35-
* [Appendix B - Review of the node.js code](appendix-b.md)
36-
* [Appendix C - Deploy on the web](appendix-c.md)
34+
* [Appendix A More sample and demos](appendix-a.md)
35+
* [Appendix B Review of the node.js code](appendix-b.md)
36+
* [Appendix C Deploy on the web](appendix-c.md)
3737

3838
<a name="Audience"></a>
3939
## Audience
4040

41-
This documentation is designed for people familiar with [JavaScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm) programming and object-oriented programming concepts.
42-
You should also be familiar with the Autodesk View & Data technology from a user's point of view. You can play with the technology [here](https://360.autodesk.com/viewer) - simply Drag 'n Drop a 2D/3D file,
41+
This documentation is designed for people familiar with [JavaScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm) programming and object-oriented programming concepts.
42+
You should also be familiar with the Autodesk View & Data technology from a user's point of view. You can play with the technology [here](https://360.autodesk.com/viewer) simply Drag 'n Drop a 2D/3D file,
4343
and enjoy the result in your browser with no extension or plug-in installed on your computer or device.
4444

4545
This conceptual documentation is designed to let you quickly start exploring and developing applications with the Autodesk View & Data API.
@@ -48,10 +48,10 @@ This conceptual documentation is designed to let you quickly start exploring and
4848
<a name="WhatDoYouNeed"></a>
4949
## What do you need for your project?
5050

51-
The View & Data web service consists of two APIs. The first API is a REST API which allows you to upload and translate 2D/3D models into a light-weight format that can be
51+
The View & Data web service consists of two APIs. The first API is a REST API which allows you to upload and translate 2D/3D models into a light-weight format that can be
5252
downloaded and displayed by the Second API – a client-side JavaScript API that allows you to embed, customize and automate an interactive 2D/3D model viewer on your web page.
5353

54-
Depending on your needs, you may prefer to write a server or a desktop application to consume the REST API. Your choice will be mainly based on how many files you need to translate,
54+
Depending on your needs, you may prefer to write a server or a desktop application to consume the REST API. Your choice will be mainly based on how many files you need to translate,
5555
and the frequency:
5656

5757
- If you need to translate only one (or very few) of your own models to be viewed by other people, then you may prefer to use a desktop application to do this, or one of our demo pages.
@@ -72,7 +72,7 @@ When you finish the workshop you will be able to:
7272
- Extend the View & Data API WEBGL viewer to interact with the 2D/3D models.
7373
- Identify resources for learning more about the Autodesk View & Data API.
7474

75-
The tutorial guides you through the entire process of building a simple application, including writing and running viewer extensions. Experiments at the end of each step provide suggestions for you
75+
The tutorial guides you through the entire process of building a simple application, including writing and running viewer extensions. Experiments at the end of each step provide suggestions for you
7676
to learn more about the Autodesk View & Data API and the application you are building.
7777

7878

0 commit comments

Comments
 (0)