diff --git a/challenges/octahedron.html b/challenges/octahedron.html index 1aac7fb..8cbd597 100644 --- a/challenges/octahedron.html +++ b/challenges/octahedron.html @@ -8,6 +8,8 @@ +↩ Index page +

Octahedron challenge

Can you create something like this using Point3D and Polygon3D elements? Don’t worry about including the colors; they’re just to emphasize how the polygons fit together.

The create call for Polygon3D isn’t documented, but you can look at the polygon sampler for examples.

@@ -129,5 +131,6 @@ ); } + diff --git a/challenges/sphere-contours.html b/challenges/sphere-contours.html index 56acd77..bdb1547 100644 --- a/challenges/sphere-contours.html +++ b/challenges/sphere-contours.html @@ -8,16 +8,14 @@ +↩ Index page +

Sphere contour challenge

Can you create something like this using Sphere3D, Plane3D, and IntersectionCircle3D elements? Don’t worry about including the colors; they’re just to clarify what happens when you move the center of the sphere.

The visible attribute will come in handy.

Since the create call for Plane3D isn’t documented, I’ve included an example below.

-

How to create a 3D plane

-

A Plane3D is created from a base point and two vectors. The base point can be given either in coordinates or as a Point3D. The vectors are given in coordinates.

-
- + +

How to create a 3D plane

+

A Plane3D is created from a base point and two vectors. The base point can be given either in coordinates or as a Point3D. The vectors are given in coordinates.

+
+