Question about code in chapter 1 second edition part two

Hi, I have a similar question as last time. So after you told me to check my code I checked it and there was nothing wrong with it. So I got out of the tab for a few days then went back in and it worked. Now I am on page 8 and I tried coding a cylinder but the same thing happened as last time, the screen went grey. I checked my code 3 times but there was nothing wrong. I’m not sure if there is an error with the book or with the code editor. Could you help me? Here is my codeHere is the code.

I’m happy to help, but… the link that you shared did not include the code. The “Share” feature from 3DE should create a very large URL, something like:

https://www.code3dgames.com/3de/#B/nVXbbtNAEH1OvmKal24qY6eFgpSWStCWBimoVVMJwQva2JN4wd41u2tCqfrvzF6SxqXwgBXZ8dzn7Jnx8VwVtyfHmX/0j02uRWPB6Pz1ILOlRky/mgHpg+KxRa6k1aoy2aWeC3sa3552OenDf11ZBmx/CDfXnyCvRP5NyCXYEmHy/uwcTi/pNm+tVXIHnj076fe9ww3pByZHiQMQBlYlagRj28UChATValjyGmElqgpK3jQox+T4g2vwTvAaJK7gZnJ9fp7OnIQNj7ZD5+SteYzNCQ1E44vyOdaxuGkwt180t0JRyJWQhVqlQkrUH0VhS8g6sgmKZWmPonNI0ankCrWPKH7gqdeyV4dJJ0sC+/Qb0TV0cUKMtFFGkFKmvyjc4WjkVL7PlBcFC0ahP5e4clV08k6wFqZxGE6dju2uSmFxN4HdpcZbeo7Sw2E3aIzSRU2jLCiIHkCh+SpC51CLvXoUiUMqQJkT+zbnsvbtFPYR5xfT66hhd1xawSvBzRisbvHe17R2TA3amfiF7I9jSJ44Be9aqLytUdrUDUfqaVKclqIq2CZooerzCp3RA4DKzUKnzs50sNhuAk9EcYj1fIAUJZ9X+FmpmmIteGUwgLnnL2AHQ7iavvlExROTHGCyrefEkJ0dCCZZrGeJqkarbzslvc+V4SUWWsmLqGcHoxGx56GRmlvUhGjH8QOa8qpUcvkhatld30925qt6TpNKqRQVpGk6p5fXM+LCN6RbjQmFXFKX1LvSMK9aDMVmPkCuKqXHRCpVFSi1KnaTENmUQgqJhs71YJQEEXG+rbgz90wLRAwqUeA4FnumWsJwRpKk3+stKm5nJS9ogwSGkP39VrvUWffY5l9psp6fueHvOa2ndhcKtkY3gQ1ew0fD4FxDGi6FM2LeYNHK3I3lgxTufAcav7do7BsvJoN3mgjDopV3DQU7kp2RKJVqRc57NIc0+ftH2+fx4p8sCcD71rSyPln6k6Ie7NmjJ1SOQodOFcuM9A1/mG84gc0+IXDj9Pu1AW0T55rM/rprrpSQ9tGaGaWvwn7x5g/rjCaavXCc9beXcen9fQlN6DWIXB2Vo5T7HPii6CuAW4fc78FWUVMyneHSDaghFek2p+7fupZvuRH51nT0nMma3LGnILSaS9Nwws8GQka5angu7O3YLVaf4H7oCqIb9bL5sP4G

(you can also use the “make a short link” to make it smaller)

If that doesn’t work, you can also copy & paste all of your code. be sure to paste it between 3 backtick lines:

Explain how your code is misbehaving...

```
// Paste your code here
```

Include any more information that you like here...

-Chris