Polygun... the game
-
New update you can now shoot but you can only shoot once per half second this makes it so you will need to be accurate to gat a high score.
-
@LinkCraft02
Is so beautiful!
:3I look forward to its progress.
-
How can you make it possible to have the camera not go through 3D models?
-
@LinkCraft02
In a game I made a long minute ago, I setup an invisible sphere to act as a barricade between the camera and the walls...
I would assume you would have to do something similar... they had special camera functions that would force the camera forward to adjust for this very thing, but they were very jarring... so, I liked my solution...Im sorry I cant be much help in this department, but, ideas are ideas.
-
Well I made it impossible to go through the walls but I will need to work on everything else later
-
@LinkCraft02 It depends on what you want the camera to do at the point where it intersects with another object, this determines what step to take next
The first thing you would need to do is use a function or approach to testing the distance between the camera's co-ordinates and the point of intersection .. A fun way to imagine this as as you walk around your house, try to imagine the distance between your eyes and the wall.. you need something to store that distance.. but dont walk into that wall just yet!
Now that you have a variable to store that distance, you can compare the wall position against yours and then determine what to do.. If you want the camera to zoom closer to you you could reduce the distance between your player object on intersection or, simply stop movement..
So, the good news.. I believe the awesome Fuze team will be releasing a function in the next patch to make that^ super simple..
-
Great thanks for the help @Tratax
-
New loading screen
-
I had the idea to have multiple maps but there was so much going on and the FPS was suffering so I had to put it back to normal
-
New logo