Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Scotty3D
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Courses
Scotty3D
Commits
1efaead0
Commit
1efaead0
authored
3 years ago
by
Hui Wang
Browse files
Options
Downloads
Patches
Plain Diff
use abs path
parent
2f5b85ee
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.md
+8
-8
8 additions, 8 deletions
docs/index.md
with
8 additions
and
8 deletions
docs/index.md
+
8
−
8
View file @
1efaead0
[
[Home]
](
index
)
[
[Mesh Edit
]
](
.
/meshedit/overview)
[
[Path Tracer]
](
.
/pathtracer/overview
)
[
[Animation
]
](
.
/animation/overview)
[
[Home]
](
/docs/
index
)
[
[Mesh Edit
]
](
/docs
/meshedit/overview)
[
[Path Tracer]
](
/docs
/pathtracer/overview
)
[
[Animation
]
](
/docs
/animation/overview)
---
...
...
@@ -11,14 +11,14 @@ constitutes the majority of the coursework for CS403 (Computer Graphics) at Shan
These pages describe how to set up and use Scotty3D. Start here!
-
[
Git Setup
](
.
/git
)
: create a private git mirror that can pull changes from Scotty3D.
-
[
Building Scotty3D
](
.
/building
)
: build and run Scotty3D on various platforms.
-
[
User Guide
](
.
/guide/guide
)
: learn the intended functionality for end users.
-
[
Git Setup
](
/docs
/git
)
: create a private git mirror that can pull changes from Scotty3D.
-
[
Building Scotty3D
](
/docs
/building
)
: build and run Scotty3D on various platforms.
-
[
User Guide
](
/docs
/guide/guide
)
: learn the intended functionality for end users.
The developer manual describes what you must implement to complete Scotty3D. It is organized under the three main components of the software:
-
[
MeshEdit
](
.
/meshedit/overview
)
-
[
PathTracer
](
.
/pathtracer/overview
)
-
[
Animation
](
.
/animation/overview
)
-
[
MeshEdit
](
/docs
/meshedit/overview
)
-
[
PathTracer
](
/docs
/pathtracer/overview
)
-
[
Animation
](
/docs
/animation/overview
)
## Project Philosophy
...
...
@@ -28,7 +28,7 @@ Scotty3D, which is a modern package for 3D modeling, rendering, and animation.
In terms of basic structure, this package doesn't look much different from
"real" 3D tools like Maya, Blender, modo, or Houdini. Your overarching goal is
to use the developer manual to implement a package that
works as described in the
[
User Guide
](
.
/guide/guide
)
, much as you would at a real
works as described in the
[
User Guide
](
/docs
/guide/guide
)
, much as you would at a real
software company (more details below).
Note that the User Guide is
**not**
an Assignment Writeup. The User Guide
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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