sdf
This commit is contained in:
parent
d2722d316c
commit
2669a213fc
@ -205,12 +205,13 @@ pub fn main() anyerror!void {
|
||||
|
||||
rl.beginBlendMode(rl.BlendMode.blend_additive);
|
||||
|
||||
rl.endBlendMode();
|
||||
|
||||
|
||||
plotStr = try std.fmt.bufPrint(&plotStrBuf,"{d}, {d}, {d}, {d}\n",.{emitter.particles[0].acceleration.a.x,emitter.particles[0].position.a.x,emitter.particles[0].velocity.a.x,emitter.particles[0].show});
|
||||
try plot.log(file,plotStr);
|
||||
|
||||
emitter.update(texture);
|
||||
rl.endBlendMode();
|
||||
}
|
||||
plot.close(file);
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user