From d7db1442b2ee38350083cefbaea8efaf8cfac5ef Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sat, 14 Oct 2023 07:44:44 +0200 Subject: [PATCH] Rename CameraMode to ProjectionMode. --- docs/Class_Camera.html | 2 +- docs/Class_EdgeSettings.html | 2 +- docs/Class_EmbeddedViewer.html | 6 ++--- docs/Class_EnvironmentSettings.html | 2 +- docs/Class_InputFile.html | 2 +- docs/Class_RGBAColor.html | 2 +- docs/Class_RGBColor.html | 2 +- docs/Enum_FileSource.html | 2 +- ...meraMode.html => Enum_ProjectionMode.html} | 8 +++---- docs/Function_Init3DViewerElements.html | 2 +- docs/Function_Init3DViewerFromFileList.html | 2 +- docs/Function_Init3DViewerFromUrlList.html | 2 +- docs/Function_SetExternalLibLocation.html | 2 +- docs/Page_ContributionGuidelines.html | 2 +- docs/Page_EnvironmentSetup.html | 2 +- docs/Page_Installation.html | 2 +- docs/Page_MigrationGuide.html | 11 ++++++--- docs/Page_Usage.html | 2 +- docs/index.html | 2 +- docs/source/MigrationGuide.html | 9 +++++-- sandbox/embed_camera.html | 7 +++++- source/engine/main.js | 4 ++-- source/engine/parameters/parameterlist.js | 21 +++++++++------- source/engine/viewer/camera.js | 2 +- source/engine/viewer/embeddedviewer.js | 14 +++++------ source/engine/viewer/shadingmodel.js | 10 ++++---- source/engine/viewer/viewer.js | 24 +++++++++---------- source/website/embed.js | 6 ++--- source/website/sidebarsettingspanel.js | 6 ++--- source/website/website.js | 6 ++--- test/tests/parameterlist_test.js | 16 ++++++------- 31 files changed, 100 insertions(+), 82 deletions(-) rename docs/{Enum_CameraMode.html => Enum_ProjectionMode.html} (94%) diff --git a/docs/Class_Camera.html b/docs/Class_Camera.html index f89d368..8e1b5fe 100644 --- a/docs/Class_Camera.html +++ b/docs/Class_Camera.html @@ -53,8 +53,8 @@ diff --git a/docs/Class_EdgeSettings.html b/docs/Class_EdgeSettings.html index 8b5c43e..114443c 100644 --- a/docs/Class_EdgeSettings.html +++ b/docs/Class_EdgeSettings.html @@ -53,8 +53,8 @@ diff --git a/docs/Class_EmbeddedViewer.html b/docs/Class_EmbeddedViewer.html index a458d89..c19751f 100644 --- a/docs/Class_EmbeddedViewer.html +++ b/docs/Class_EmbeddedViewer.html @@ -53,8 +53,8 @@ @@ -87,8 +87,8 @@
Camera to use. If not specified, the default camera will be used and the model will be fitted to the window.
-cameraMode -CameraMode +projectionMode +ProjectionMode (optional)
diff --git a/docs/Class_EnvironmentSettings.html b/docs/Class_EnvironmentSettings.html index 32b5f5a..50edb2c 100644 --- a/docs/Class_EnvironmentSettings.html +++ b/docs/Class_EnvironmentSettings.html @@ -53,8 +53,8 @@
diff --git a/docs/Class_InputFile.html b/docs/Class_InputFile.html index 23c493e..336742c 100644 --- a/docs/Class_InputFile.html +++ b/docs/Class_InputFile.html @@ -53,8 +53,8 @@ diff --git a/docs/Class_RGBAColor.html b/docs/Class_RGBAColor.html index 349aee1..1f983bf 100644 --- a/docs/Class_RGBAColor.html +++ b/docs/Class_RGBAColor.html @@ -53,8 +53,8 @@ diff --git a/docs/Class_RGBColor.html b/docs/Class_RGBColor.html index 3ec4b97..d1807a8 100644 --- a/docs/Class_RGBColor.html +++ b/docs/Class_RGBColor.html @@ -53,8 +53,8 @@ diff --git a/docs/Enum_FileSource.html b/docs/Enum_FileSource.html index a289789..b78e8e1 100644 --- a/docs/Enum_FileSource.html +++ b/docs/Enum_FileSource.html @@ -53,8 +53,8 @@ diff --git a/docs/Enum_CameraMode.html b/docs/Enum_ProjectionMode.html similarity index 94% rename from docs/Enum_CameraMode.html rename to docs/Enum_ProjectionMode.html index d421ad0..8e5c56e 100644 --- a/docs/Enum_CameraMode.html +++ b/docs/Enum_ProjectionMode.html @@ -6,7 +6,7 @@ - Online 3D Viewer - CameraMode + Online 3D Viewer - ProjectionMode @@ -53,13 +53,13 @@
-

CameraMode

+

ProjectionMode

Camera projection mode.

Values

@@ -76,7 +76,7 @@
- + diff --git a/docs/Function_Init3DViewerElements.html b/docs/Function_Init3DViewerElements.html index dfd33d9..cc284f6 100644 --- a/docs/Function_Init3DViewerElements.html +++ b/docs/Function_Init3DViewerElements.html @@ -53,8 +53,8 @@ diff --git a/docs/Function_Init3DViewerFromFileList.html b/docs/Function_Init3DViewerFromFileList.html index 8f669db..b301539 100644 --- a/docs/Function_Init3DViewerFromFileList.html +++ b/docs/Function_Init3DViewerFromFileList.html @@ -53,8 +53,8 @@ diff --git a/docs/Function_Init3DViewerFromUrlList.html b/docs/Function_Init3DViewerFromUrlList.html index ed04e97..a830b4c 100644 --- a/docs/Function_Init3DViewerFromUrlList.html +++ b/docs/Function_Init3DViewerFromUrlList.html @@ -53,8 +53,8 @@ diff --git a/docs/Function_SetExternalLibLocation.html b/docs/Function_SetExternalLibLocation.html index 0e96e5d..a26d884 100644 --- a/docs/Function_SetExternalLibLocation.html +++ b/docs/Function_SetExternalLibLocation.html @@ -53,8 +53,8 @@ diff --git a/docs/Page_ContributionGuidelines.html b/docs/Page_ContributionGuidelines.html index f54d433..83bfa2d 100644 --- a/docs/Page_ContributionGuidelines.html +++ b/docs/Page_ContributionGuidelines.html @@ -53,8 +53,8 @@ diff --git a/docs/Page_EnvironmentSetup.html b/docs/Page_EnvironmentSetup.html index 8496ed9..385bdba 100644 --- a/docs/Page_EnvironmentSetup.html +++ b/docs/Page_EnvironmentSetup.html @@ -53,8 +53,8 @@ diff --git a/docs/Page_Installation.html b/docs/Page_Installation.html index fdcbd40..c1b42e3 100644 --- a/docs/Page_Installation.html +++ b/docs/Page_Installation.html @@ -53,8 +53,8 @@ diff --git a/docs/Page_MigrationGuide.html b/docs/Page_MigrationGuide.html index 57bdec1..58f79f6 100644 --- a/docs/Page_MigrationGuide.html +++ b/docs/Page_MigrationGuide.html @@ -53,8 +53,8 @@ @@ -64,14 +64,19 @@

This document lists changes in the engine to help you to migrate your code base.

+

0.11.0

+ + +

0.8.21

- -

0.8.21

+

0.8.20