New Villa!
Moderator: Halo Moderators
Re: New Villa!
Nah. My Galaxy Wars development versions were scenery spams. On the contrary, this looks nicely organized.
Either you are groping for answers, or you are asking God and listening to Jesus.
-
Ponzuu
Re: New Villa!
Some sceneries aren't even spawning anymore till I go really close to it. Maybe i will call it Scenery limit test map? lol
Re: New Villa!
This happens because of the number of shaders/triangles you have visible at once. Models are made up of triangles and vertex points. That's dots and faces, or points and polygons, simply.
This behavior is avoided in maps made with modeling tools by creating PORTALS, which are faces used by the engine to determine which areas should be occluded (not rendered) until they are necessary. It is also avoided by giving models LODs, or Levels of Detail, so that the graphics engine (we're mostly dealing with the OpenGL buffer sizes, I think) has its workload scaled -- your camera's distance from an object determines how much detail is shown. The third method is by limiting the variety of shaders used on objects that are simultaneously rendered.
Since you're not using a modeling tool for this map -- it's a scen-based map -- then I'd suggest just using the third method: limiting the number of shaders used with your objects.
Also, it's worth mentioning that when you null out the bsp in a bloodgulch map, the Portals are not nulled. This means that if you were to fly around the base areas of the map in a spaceship, you would meet some collision and clipping portals. This explains why this happens when it seems like those portals shouldn't be there anymore after nulling the bsp.
This behavior is avoided in maps made with modeling tools by creating PORTALS, which are faces used by the engine to determine which areas should be occluded (not rendered) until they are necessary. It is also avoided by giving models LODs, or Levels of Detail, so that the graphics engine (we're mostly dealing with the OpenGL buffer sizes, I think) has its workload scaled -- your camera's distance from an object determines how much detail is shown. The third method is by limiting the variety of shaders used on objects that are simultaneously rendered.
Since you're not using a modeling tool for this map -- it's a scen-based map -- then I'd suggest just using the third method: limiting the number of shaders used with your objects.
Also, it's worth mentioning that when you null out the bsp in a bloodgulch map, the Portals are not nulled. This means that if you were to fly around the base areas of the map in a spaceship, you would meet some collision and clipping portals. This explains why this happens when it seems like those portals shouldn't be there anymore after nulling the bsp.
Either you are groping for answers, or you are asking God and listening to Jesus.
-
ponzzu
Re: New Villa!
the bsp is actually not nulled
its like an additional scenery based base appeared in bloodgulch.
its like an additional scenery based base appeared in bloodgulch.
Who is online
Users browsing this forum: No registered users and 24 guests
