-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some save / load issues #263
Comments
I have a few questions.
|
Thanks @Algorush , here are some answers:
Yes, for example we could say our current version is unversioned and will be unsupported in the future, but the next will be v1. When a file is saved in v1 the json includes metadata such as
Let's tackle that as a separate issue 3DStreet/3dstreet-editor#99
Eventually there will be scene title to be included in the filename such as "scenetitle.3dstreet.json". For now it could be "scene.3dstreet.json"
2D Layers are intended to be maps layer or other 2d images (png/jpg/svg) used as scene references such as CAD file. You can see an example here: https://github.3dstreet.org/mapbox.html |
Ok, thank you for explanation. |
Hey @Algorush yes probably the most important is to not store the gltf model, geometry or material data if they are already defined in the mixin |
Transposed comment from discord
There should be 4 nodes something like: 3dstreet, 2dstreet, environment, viewer
Yes, and also environment and viewer |
should I also change the structure of index.html i.e. move the environment and 2d-layers nodes inside the street-container? Or only in JSON and leave the index.html structure as it is? |
for review #287 |
@Algorush in theory there should be 4 nodes at the same level: So no they shouldn't be inside street-container |
here's another view of intended node structure
|
Ok, understood. Thanks for explanation |
changing mixin after reload issue video:
https://user-images.githubusercontent.com/470477/230750937-742f1152-4fbd-4b12-b6ec-1b78f34e13a7.mov
The text was updated successfully, but these errors were encountered: