3D Scene system upgrade. (#956)

* 3d view system upgrade.

* version fix

* Versioning fixed.

* Subdivision Added

* Subdivision added. Removed toggle wireframe as an option.
Reverted to previous rendering method.

* Update obj export because new threejs version.

* Clean up of unrequired code.

* Multiple fixes to 3D view upgrade PR.

* Remove unused code.(for3DRender)
This commit is contained in:
Efruz Yıldırır 2023-08-05 21:54:13 +03:00 committed by GitHub
parent c398bc64d6
commit 3d8aa7c3ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 348 additions and 1042 deletions

View file

@ -1,7 +1,11 @@
"use strict";
// version and caching control
const version = "1.89.38"; // generator version, update each time
const version = "1.89.39"; // generator version, update each time
{
document.title += " v" + version;
@ -28,6 +32,7 @@ const version = "1.89.38"; // generator version, update each time
<ul>
<strong>Latest changes:</strong>
<li>New 3D Scene options and quality improvements.</li>
<li>Autosave feature (in Options)</li>
<li>Google translation support (in Options)</li>
<li>Religions can be edited and redrawn like cultures</li>