Guimo
Guimo
Ok guys... got the final program and the tutorial on how to get there from scratch. ``` from ursina import * # this will import everything we need from ursina...
Notice the tutorial takes the reader rendering on 2D first, then on 3D. This program is the final part only. Also there are no textures for walls, doors, water, etc...
Final view with camera properly setup and transparent water with simple animation.
@ttsakpc Thank you so much!!! this is working now. This is a huge bug... should be fixed or at least added to the docs as @winterhalder suggested.
@J12934 Is just a matter of convenience and ease of use. Personally, I think if I just want to run every 7 days then second-counting is not in my mind....
Additional notes. I run a force delete on the CRD but nothing. ``` % kubectl delete crd scans.execution.securecodebox.io --force warning: Immediate deletion does not wait for confirmation that the running...
I decided to look for all objects in the cluster which are related to securecodebox: ``` % kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --show-kind...
Managed to delete the CDR by removing the finalizer: ``` % kubectl edit crd scans.execution.securecodebox.io Search and change the finalize: entry to "finalize: []" Remove the line after finalise which...