You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple enough to update the code to latest V: Run v fmt -w . in the directory to take care of all the warnings (due to changes in V), and add a return vec3.Vec{} at the end of random_point_in_sphere (that fn should probably be refactored a bit, but this made it compile).
However, when I tried to run it, all I got was this:
Simple enough to update the code to latest V: Run
v fmt -w .
in the directory to take care of all the warnings (due to changes in V), and add areturn vec3.Vec{}
at the end ofrandom_point_in_sphere
(that fn should probably be refactored a bit, but this made it compile).However, when I tried to run it, all I got was this:
I didn't hit Ctrl-C or anything, it just stopped on it's own with that message.
The text was updated successfully, but these errors were encountered: