Skip to content
Snippets Groups Projects
Unverified Commit ccef9741 authored by TheJackiMonster's avatar TheJackiMonster
Browse files

Add todos to remember next steps

parent 3cfdb94e
Branches
Tags
1 merge request!106Created initial firework project
...@@ -712,6 +712,10 @@ int main(int argc, const char **argv) { ...@@ -712,6 +712,10 @@ int main(int argc, const char **argv) {
fluidDispatchCount[1] = std::ceil(SMOKE_RESOLUTION / 4.f); fluidDispatchCount[1] = std::ceil(SMOKE_RESOLUTION / 4.f);
fluidDispatchCount[2] = std::ceil(SMOKE_RESOLUTION / 4.f); fluidDispatchCount[2] = std::ceil(SMOKE_RESOLUTION / 4.f);
// TODO: write initial event smoke!
// TODO: write smoke interaction from particles!
core.recordBeginDebugLabel(cmdStream, "Flow simulation", { 0.1f, 0.5f, 1.0f, 1.0f }); core.recordBeginDebugLabel(cmdStream, "Flow simulation", { 0.1f, 0.5f, 1.0f, 1.0f });
for (size_t i = 0; i < smokeImages.size(); i++) { for (size_t i = 0; i < smokeImages.size(); i++) {
float fluid_values [2]; float fluid_values [2];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment