Skip to content
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

Table with flat table saves in hashmap format #28

Open
LaineZ opened this issue Sep 11, 2020 · 0 comments
Open

Table with flat table saves in hashmap format #28

LaineZ opened this issue Sep 11, 2020 · 0 comments

Comments

@LaineZ
Copy link

LaineZ commented Sep 11, 2020

Excepted:

particle_color_graph = [[1.0, 1.0, 1.0, 0.3], [0.0, 0.0, 0.0, 0.0]]

Got:

[[particle_color_graph]]
1 = 1
2 = 1
3 = 1
4 = 0.3
[[particle_color_graph]]
1 = 0
2 = 0
3 = 0
4 = 0

Table:

particle_color_graph = { { 1, 1, 1, 0.3 }, { 0, 0, 0, 0 } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant