mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-05 12:58:57 +01:00
several fixes to tessellation and extremely fast (in comparison) initial load of CAD objects
This commit is contained in:
@@ -27,7 +27,7 @@ if __name__ == "__main__":
|
||||
|
||||
# Start an offline "server" to merge the CAD part of the logo with the animated GLTF part of the logo
|
||||
os.environ['YACV_DISABLE_SERVER'] = '1'
|
||||
from __init__ import show_object, server
|
||||
from yacv_server import show_object, server
|
||||
ASSETS_DIR = os.getenv('ASSETS_DIR', os.path.join(os.path.dirname(__file__), '..', 'assets'))
|
||||
|
||||
# Add the CAD part of the logo to the server
|
||||
|
||||
Reference in New Issue
Block a user