diff --git a/examples/annotations/annotations_createWithTouch.html b/examples/annotations/annotations_createWithTouch.html index a8d7f009b..bc37aae80 100644 --- a/examples/annotations/annotations_createWithTouch.html +++ b/examples/annotations/annotations_createWithTouch.html @@ -169,7 +169,7 @@

Resources

// This is useful when the Annotation is occludable, which is when it is hidden when occluded // by other objects. When occludable, there is potential for the Annotation#worldPos to become // visually embedded within the surface of its Entity when viewed from a distance. This happens - // as a result of limited GPU accuracy GPU accuracy, especially when the near and far view-space clipping planes, + // as a result of limited GPU accuracy, especially when the near and far view-space clipping planes, // specified by Perspective#near and Perspective#far, or Ortho#near and Perspective#far, are far away from each other. // // Offsetting the Annotation may ensure that it does become visually embedded within its Entity. We may also @@ -222,7 +222,7 @@

Resources

annotation.setLabelShown(!! worldPos); }; - setAnnotationPos(null); // initialy hide the annotation until the first user interaction + setAnnotationPos(null); // initially hide the annotation until the first user interaction // ... and touch events are handled through setupTouchSelector callbacks setupTouchSelector( diff --git a/examples/slicing/SectionPlanesPlugin_createWithMouse.html b/examples/slicing/SectionPlanesPlugin_createWithMouse.html index 71b1a49d8..201f161ee 100644 --- a/examples/slicing/SectionPlanesPlugin_createWithMouse.html +++ b/examples/slicing/SectionPlanesPlugin_createWithMouse.html @@ -119,7 +119,7 @@

Resources

//------------------------------------------------------------------------------------------------------------------ - // Use the AnnotationsPlugin to create an annotation wherever we click on an object + // Use the SectionPlanesPlugin to create a section plane wherever we click on an object //------------------------------------------------------------------------------------------------------------------ var i = 1; diff --git a/examples/slicing/SectionPlanesPlugin_createWithMouse_dtx.html b/examples/slicing/SectionPlanesPlugin_createWithMouse_dtx.html index e1eb2dc9e..00869968a 100644 --- a/examples/slicing/SectionPlanesPlugin_createWithMouse_dtx.html +++ b/examples/slicing/SectionPlanesPlugin_createWithMouse_dtx.html @@ -120,7 +120,7 @@

Resources

//------------------------------------------------------------------------------------------------------------------ - // Use the AnnotationsPlugin to create an annotation wherever we click on an object + // Use the SectionPlanesPlugin to create a section plane wherever we click on an object //------------------------------------------------------------------------------------------------------------------ var i = 1;