| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Nov 27 '12 at 19:25 | |
| stats | profile views | 2 |
|
Nov 19 |
accepted | Terrain square loading |
|
Nov 19 |
awarded | Supporter |
|
Nov 19 |
asked | Terrain square loading |
|
Sep 29 |
accepted | Collision, then what? |
|
May 22 |
accepted | AI: Updating AI use a lot of CPU |
|
May 22 |
comment |
AI: Updating AI use a lot of CPU Not littarly ^^ What I meant was that Im geting framedrops and lag :) |
|
May 22 |
comment |
AI: Updating AI use a lot of CPU Well I use the MVC. one class fro rendering one for updating and one for input. So yes my udpater updates the collison but I will look up spartial partition or what that is! |
|
May 22 |
comment |
AI: Updating AI use a lot of CPU "does not give a monkey's thrown faeces" nice ^^ well any modern CPU. how do define modern? 1 year, 2? 3? 8? |
|
May 22 |
comment |
AI: Updating AI use a lot of CPU who should do collision check then? |
|
May 22 |
comment |
AI: Updating AI use a lot of CPU well not maby not only but combinded with lots of rendering and other calculations my computer starts shaking |
|
May 22 |
comment |
AI: Updating AI use a lot of CPU YE sure but the NPC need to have some sort of collision so they can kill eachother |
|
May 22 |
asked | AI: Updating AI use a lot of CPU |
|
May 14 |
awarded | Commentator |
|
May 14 |
comment |
Collision, then what? My character have a Vector3 Position which are controlled by WASD Keys. the character also have a Sphere bounds that have same Position as the character. Then I can use one of my methods to check if my character overlap with another object. But I have no idea what to write in the onOverlap == true |
|
May 14 |
comment |
Collision, then what? Thanks! I know collsion is a HUGE part of game development. I have sphere and box collision |
|
May 14 |
comment |
Collision, then what? I've tried velocty.y and velocty.z *-1 but doesnt work. And my game doesnt have to have best physics, collision like doom Elderscrolls Arena or Wolfenstein 3D is good enough |
|
May 14 |
comment |
Collision, then what? If your speed is 0, that means you cannot move... |
|
May 14 |
comment |
Collision, then what? Then how do you get out if your speed is 0 :P |
|
May 14 |
asked | Collision, then what? |
|
May 10 |
comment |
3D: How how handle like 500 NPC Thanks, will do some research! |