We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi Memo. I try to run msafluid on iPad but crash on start (lldb): Thread 1: EXC_BAD_ACESS(code=1,address=0x0).
When I comment the line: glDrawArrays(GL_LINES, 0, MAX_PARTICLES * 2); in ParticleSystem.cpp run fine but no particles.
Can you help me please to run msafluid with particles ? Thank you.
The text was updated successfully, but these errors were encountered:
glDrawArrays() provide drawing function. You can consider other drawing methods with posArray and colorArray!
Sorry, something went wrong.
Have you managed to run on iPad/iPhone with ParticleSystem ?
Sorry,I not! I just checked the code here,I don't have an Apple development environment!
No branches or pull requests
hi Memo.
I try to run msafluid on iPad but crash on start (lldb): Thread 1: EXC_BAD_ACESS(code=1,address=0x0).
When I comment the line: glDrawArrays(GL_LINES, 0, MAX_PARTICLES * 2); in ParticleSystem.cpp run fine but no particles.
Can you help me please to run msafluid with particles ?
Thank you.
The text was updated successfully, but these errors were encountered: