What Is It???

Premade map objects and sections that can be used in user maps.
Post Reply
User avatar
optic delusion
Special Forces
Special Forces
Posts: 1054
Joined: Sat Sep 25, 2004 2:29 pm
Location: Planet MoFo
Contact:

What Is It???

Post by optic delusion »

My third experiment with LOD, it's a spring, it's a spiral, it's a torus knot.
What's important here is the LengthPerPixel
The object is 10 units on a side, the LPP is 0, .04, and .08
The groups are placed at a Y of 0, 40, and 80
I'm still trying to figure out the exact formula for LPP's
Attachments
spyship.bzw
(160.2 KiB) Downloaded 599 times
Take a look at my Defender game mode concept.

Thinking is not an automatic process. A man can choose to think or to let his mind stagnate, or he can choose actively to turn against his intelligence, to evade his knowledge, to subvert his reason. If he refuses to think, he courts disaster: he cannot with impunity reject his means of perceiving reality.
User avatar
the_j0k3r
Private First Class
Private First Class
Posts: 91
Joined: Fri Aug 18, 2006 9:56 am
Location: australia

Post by the_j0k3r »

Wow thats really cool. Where do you get all this stuff? Its like someone programmed it without realising what they were programming, and now you are discovering it :P
Image
venagus
Private
Private
Posts: 1
Joined: Sun Jul 13, 2008 11:46 am

Post by venagus »

can you post a screenshot?
User avatar
Spectre
Private First Class
Private First Class
Posts: 174
Joined: Sat May 24, 2008 2:33 pm

Post by Spectre »

Optic Delusion wrote
I'm still trying to figure out the exact formula for LPP's
LPP's what? What does LPP own? :P
Keeping Latin alive in 2766 AUC.
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

Big Old Bad Bucko wrote: LPP's what? What does LPP own? :P

LPP means Length Per Pixel.
User avatar
optic delusion
Special Forces
Special Forces
Posts: 1054
Joined: Sat Sep 25, 2004 2:29 pm
Location: Planet MoFo
Contact:

Post by optic delusion »

The formula goes something like this. (please fact check me on this if you know a better formula)

worldsize divided by LPP equals distance at which a LOD becomes visible.

Let's say you use a world size of 1000, and your drawinfo has this Level of Detail (LOD)

lod
lengthPerPixel .5
blah blah blah
end

This LOD would be visible at any distance over 500 world units, (unless of course the object has another LOD with a higher LPP ratio, in which case the LOD with the correct LPP would be visible)

The point is... you can use different geometries to display an object at different distances from the player. Let's say you had a very complex object, so complex that it slowed down the play (FPS), you could display the full object for maximum detail, when the player was close to the object, and a second LOD, with less detail, when the player is far away from the object. (or even make it disappear completely) This allows you to use more complex objects in your map, while maintainig a fast Frames Per Second.

This bzw will help you understand LPP. It loads 28 images into 28 materials, then each material is used four times... All in only one object.
Attachments
santa_focus.bzw
(19.07 KiB) Downloaded 398 times
Take a look at my Defender game mode concept.

Thinking is not an automatic process. A man can choose to think or to let his mind stagnate, or he can choose actively to turn against his intelligence, to evade his knowledge, to subvert his reason. If he refuses to think, he courts disaster: he cannot with impunity reject his means of perceiving reality.
User avatar
Spectre
Private First Class
Private First Class
Posts: 174
Joined: Sat May 24, 2008 2:33 pm

Post by Spectre »

Winny wrote:
Big Old Bad Bucko wrote: LPP's what? What does LPP own? :P

LPP means Length Per Pixel.
Oh boy...now we get to hear from the universe-wide authority on...
...MISSING THE POINT. :lol:
Keeping Latin alive in 2766 AUC.
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

Big Old Bad Bucko wrote:Oh boy...now we get to hear from the universe-wide authority on...
...MISSING THE POINT.
Missing the point? I anwsered your question, but I guess you're not really interested in that.

Posting stuff in threads is not advised unless you have something to add.
User avatar
Spectre
Private First Class
Private First Class
Posts: 174
Joined: Sat May 24, 2008 2:33 pm

Post by Spectre »

Okay winny sorry.

Optic, COULD you get a screenie or two on here?
Keeping Latin alive in 2766 AUC.
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

Big Old Bad Bucko wrote:Okay winny sorry.

Optic, COULD you get a screenie or two on here?
You have the BZW. Make one and post it here. I guess I assume that a "map maker" can start a server and join a client.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
optic delusion
Special Forces
Special Forces
Posts: 1054
Joined: Sat Sep 25, 2004 2:29 pm
Location: Planet MoFo
Contact:

Post by optic delusion »

A screenie would not do it justice. There are three objects, combined into one. You have to load it into bzfs to see the effect.
Take a look at my Defender game mode concept.

Thinking is not an automatic process. A man can choose to think or to let his mind stagnate, or he can choose actively to turn against his intelligence, to evade his knowledge, to subvert his reason. If he refuses to think, he courts disaster: he cannot with impunity reject his means of perceiving reality.
Post Reply