Skip to content

Commit 78e8894

Browse files
author
Engelbert Niehaus
committed
candles4torus was missing as 3D model - added to repository and laoded from docs/db/candles4torus.js
1 parent 65f8a4a commit 78e8894

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ This tool was developed as support tool for a learning resource about 3D modelli
7474
* The mathematical learning objective is to plan and organize geometric primitives like spheres, boxes, cones, planes, triangle in a 3D coordinate system and see how a special target 3D model evolves.
7575
* start with an initialize model and explore the **Save 3D** export options for the pre-loaded 3D models. You can also press **Examples 3D** to explore the basic concept of using [`AFrame`](https://aframe.io) models and [`AR.js`](https://ar-js-org.github.io/AR.js-Docs/) in [JSON3D4Aframe](](https://niebert.github.io/JSON3D4Aframe)
7676

77+
### See also
78+
* [HuginSample](https://www.github.com/niebert/HuginSample) for example of 360 degree images that can be used as sky `a-sky` in AFrame.
79+
* See [WikiCommons2AFrame](https://www.github.com/niebert/WikiCommons2AFrame) for generating 360 degree image views for a geo location.
80+
* This repository was created for the [Wikiversity learning resource about 3D Modelling](https://en.wikiversity.org/wiki/3D_Modelling).
81+
82+
7783
## UML Diagram of Editor4JSON Class
7884

7985
![UML Diagram of JS Class Editor4JSON](https://niebert.github.io/JSON3D4Aframe/Editor4JSON_UML.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vDataJSON.models["candle4torus"] = [
1+
vDataJSON.models["candles4torus"] = [
22
{
33
"id": "78123791239",
44
"tagname": "a-torus",

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<script src="db/initdata.js"></script>
4747
<script src="db/water_molecule.js"></script>
4848
<script src="db/cristal_lattice.js"></script>
49-
<script src="db/.js"></script>
49+
<script src="db/candles4torus.js"></script>
5050
<script src="db/snowman.js"></script>
5151
<!-- END: load JSON data -->
5252
<!-- BEGIN: load JSON schema -->

docs/js/editor4json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Editor4JSON.prototype.initModel3D = function () {
324324
"water_molecule":"Water Molecule",
325325
"cristal_lattice":"Cristal Lattice",
326326
"snowman":"Snowman",
327-
"candle4torus":"4 Candles on Torus"
327+
"candles4torus":"4 Candles on Torus"
328328
}
329329
var vInitID = getValueDOM("init_3d_select");
330330
if (vInitID == "-") {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json3d4aframe",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "JSON Editor for creating 3D models in AFrame and AR.js - tool is support tool for the Wikiversity learning resource for 3D modelling",
55
"main": "src/main.js",
66
"directories": {

0 commit comments

Comments
 (0)