godot marching cubes implementation
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- [package]
- name = "marching_cubes"
- version = "0.1.0"
- authors = ["Isabelle Lesko <me@izzabelle.dev>"]
- edition = "2018"
-
- [lib]
- crate-type = ["cdylib"]
-
- [dependencies]
- gdnative = "0.9.3"
- cgmath = "0.18.0"
|