> For the complete documentation index, see [llms.txt](https://scene.gitbook.io/scene/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scene.gitbook.io/scene/master.md).

# \[BRL-CAD Online Geometry Viewer] Google Summer of Code 2019

## About OGV \[Online Geometry Viewer]

Online Geometry Viewer allows for 3D  object geometry models files to be uploaded and shared online on the world wide web. With easier access to signing in , visualizing, and managing  3D object files online, sharing CAD designs is more efficient

## About the Project

After reviewing previous user interface contributions with my mentors, we decided user Creation and backend admin authentication with Meteor.js in this project had several bugs which needed to be addressed to allow for easier visualization of the CAD Geometry Model  .OBJ Files.Some backend features with admin user authentication and creation with Meteor.js needed to be fixed to allow users to sign on without errors (and if there is errors, catch them in an "else" logic statement).

## Commits

1.<https://github.com/BRL-CAD/OGV-meteor/pull/88/commits/6c4984d4c297690924f5b5dfd92ba9fef7ce4b9f>

2.<https://github.com/BRL-CAD/OGV-meteor/pull/91/commits/c8e5687964832689087ac11abb99d71a98fa3e9b>

3.<https://github.com/BRL-CAD/OGV-meteor/pull/91/commits/d58d0c6fc64677f958d7eaf697a0642a5c2b511a>

4.<https://github.com/BRL-CAD/OGV-meteor/pull/91/commits/b81874c23bc7e7ab691a9ba032cf7397de43f64b>

5.<https://github.com/BRL-CAD/OGV-meteor/pull/91/commits/85a0c7a82ce1505c9a338e7263ca0c2994ca4553>

6.<https://github.com/BRL-CAD/OGV-meteor/pull/91/commits/61f7392eb02d72fbc59349d976d14716f78a257f>

7.<https://github.com/BRL-CAD/OGV-meteor/pull/91/commits/8a2748cbf7f5b472f6d472a175daa97760d34437>

8.<https://github.com/BRL-CAD/OGV-meteor/pull/89/commits/4ba5c538fd7b97ac32db9d0d08482d2a3cb2f238>

9.<https://github.com/BRL-CAD/OGV-meteor/pull/89/commits/fd7f87f6f6f53b47e27eaa03566158072f335991>

10.<https://github.com/BRL-CAD/OGV-meteor/pull/89/commits/9b387e294ec163996fbdb3204615df44a290ce07>

11.<https://github.com/BRL-CAD/OGV-meteor/pull/91/commits/ce8970066721fd37db94591d174b9f37483ac384>

12.<https://github.com/BRL-CAD/OGV-meteor/pull/91/commits/9b28a0d261fff70cf2257b0ce3b6bb7d19f4c74b>

13.<https://github.com/BRL-CAD/OGV-meteor/pull/88/commits/a65a4bf4241ba0b94cbcb1e75f1e37281cb190db>

14.<https://github.com/BRL-CAD/OGV-meteor/pull/89/commits/b1cff13d45eefb6e912e323e5d970417adc40bf3>

15.<https://github.com/BRL-CAD/OGV-meteor/pull/89/commits/723eb6f36a26ebe6e7d09557a511f37b51eb465c>

## Pull Requests

1\. \[Merged] PR <https://github.com/BRL-CAD/OGV-meteor/pull/88>

2\. \[Merged] PR <https://github.com/BRL-CAD/OGV-meteor/pull/91>

3\. <https://github.com/BRL-CAD/OGV-meteor/pull/89>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://scene.gitbook.io/scene/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
