ryzenX

Results 3 issues of ryzenX

Hello i have question for render pipeline In default, render pipeline create "atmosphere" of planete (render pipeline generate skybox sphere) I want use render pipeline for have 1 real 3D...

I see your video at this https://www.youtube.com/watch?v=7DTiAlk0uio&t=49s https://www.youtube.com/watch?v=VmbUQWlJVI0 but when i test sample i have not water in roaming ralph and terrain have forest and grass, it's bug ?

Hello, it's possible to use your neural network for addition of integer/float with result > 1 ? like this : ``` training_set_inputs = array([[2,1],[3,2],[1,4],[4,3],[2,4]]) training_set_outputs = array([[3,5,5,7,6]]).T ``` when i...