Benjamin Summerton
Benjamin Summerton
Bumping this. Here is the `NoiseTexture::value()` function that works well for me: `vec3(0.5) * (1 + std::sin((_scale * p.x) + (5 * _noise->turb(_scale * p)))` I think the code should...
If you want to see what it looks like, check the second render here: https://gitlab.com/define-private-public/PeterShirley-RayTracing-Nim/-/tree/master
Looks like it's created automatically when using the `AUTOINCREMENT` keyword: - https://www.sqlite.org/autoinc.html - https://www.sqlite.org/fileformat2.html#seqtab
Yeah, I'm still here, just a bit busy. --- This might be moot now since you provided me with a better method for migration so I don't need to do...
I think it's worth considering.
I don't think I did. I'm a bit busy with other projects at the moment so I can't spend time on testing this. When I do (much later), I'll get...
Hi, what do you mean by " is the issue actual?" I have not done anything with sqlite_orm in the past few month, as I've been focused on other projects....
It was run in the terminal.
I did some poking, so the path `/home/me/Qt/5.5/clang_64/bin/qmake` doesn't exist, instead `/home/me/Qt/5.5/gcc_64/bin/qmake` does. When I ran via the terminal again, I got this error: ``` Unhandled Exception: System.TypeInitializationException: The type...
I'm sorry for not being more attentive with this. I'm finishing up school right now, I should be able to revisit this in less than a month. Also, if I...