Gamestudio Links
Zorro Links
Newest Posts
nba2king Latest Roster Update Breakdown
by joenxxx. 10/14/25 06:06
Help!
by VoroneTZ. 10/14/25 05:04
Zorro 2.70
by jcl. 10/13/25 09:01
ZorroGPT
by TipmyPip. 10/12/25 13:58
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 10/11/25 18:45
Reality Check results on my strategy
by dBc. 10/11/25 06:15
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 9,184 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
joenxxx, Jota, krishna, DrissB, James168
19170 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 3 1 2 3
Re: How can I figure out what a quant is? [Re: ulillillia] #44142
07/16/05 22:58
07/16/05 22:58
Joined: Oct 2003
Posts: 2,881
United Kingdom
Tozzy Offline
Expert
Tozzy  Offline
Expert

Joined: Oct 2003
Posts: 2,881
United Kingdom
Quote:

The bit depth just tells how many bits to use to describe a single pixel's transparency. Usually, it's arranged like this:

8-bit: palettized - you choose your own palette but the same palette must be used throughout the entire level but a different palette can be used in a different level provided all objects use it.

16-bit: uses D3D - not recommended for fine or smooth textures and it usually won't come out as expected. Best with rough-looking textures.

24-bit: uses D3D - true color without alpha channel. Best with smooth-looking textures that 16-bit won't display correctly.

32-bit: uses D3D - true color with alpha channel. Use only if you need varying degrees of transparency from the alpha channel.

For the true color types, the first 8 bits are for red, the next 8 bits are for green, the third set of 8 bits is for blue and the final set of 8 bits is for alpha (transparency; the final group only if using TGA files with alpha).

The bit depth has no impact on the size of the quant and pixel, it only gives more options for color and/or transparency.




This is valuable information that I'm going to backup for future reference. Thanks Uli.

Re: How can I figure out what a quant is? [Re: Holy_Knight] #44143
11/16/05 20:55
11/16/05 20:55
Joined: Nov 2003
Posts: 170
Tachys Offline
Member
Tachys  Offline
Member

Joined: Nov 2003
Posts: 170
Quote:

If the Quant is a none set unit why does it come up so much when a size is needed.

IE
I keep falling through my floors. Some one ask How manny quants wide is it?

Course I assume they take 1 square to equale 1 quant.




While the real life measurement of a quant is variable, there are issues with collision detection and rendering that are related to how many quants an object is.

Re: How can I figure out what a quant is? [Re: Tachys] #44144
11/17/05 13:13
11/17/05 13:13
Joined: Jan 2005
Posts: 1,918
BagEnd, Hobbiton, The Shire, E...
B
Bilbo Offline
Senior Developer
Bilbo  Offline
Senior Developer
B

Joined: Jan 2005
Posts: 1,918
BagEnd, Hobbiton, The Shire, E...
1 square = 16 quants =) seen as the one quant snap can place a vertex on 16 different horizontal locations within each small sqaure =)


http://Lonewolfstudios.syxe.com - now in php! Bah, I'm nerd enough to enjoy the rattling ~ laethyn
Re: How can I figure out what a quant is? [Re: Bilbo] #44145
06/05/06 21:44
06/05/06 21:44
Joined: Aug 2003
Posts: 180
Reactor Core
NeutronBlue Offline
Member
NeutronBlue  Offline
Member

Joined: Aug 2003
Posts: 180
Reactor Core
When using WED, look at the "title bar" for each display window.
Look for "Grid: 16 * 8" or "Grid: 128 * 8".
The numbers displayed depends on the zoom factor for the window.


The first number indicates the number of quants each grid-square occupies.
The second number usually stays "8" - meaning you have 8 small grid-squares
in 1 *large* grid-square.

This helps in determining the actual size of a rendered surface
- depending on which window you're looking at (Top, Bottom, or Side).

So, if you have a block drawn at "Grid: 16 * 8" that measures 4 * 2 small grid-squares (4-wide, 2-high),
you'll need a texture thats 64 * 32 - 16*4 wide by 16*2 high.

This is just something I've noticed, not necessarily from the manual...


Dreaming ain't Doing..!
<sigh> Darn semicolons - I always manage to miss at least 1..!
Re: How can I figure out what a quant is? [Re: NeutronBlue] #44146
06/07/06 04:18
06/07/06 04:18
Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
ulillillia Offline
Senior Expert
ulillillia  Offline
Senior Expert

Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
That can be configured too ya know. The 8 can be changed to 4, maybe even 16.


"You level up the fastest and easiest if you do things at your own level and no higher or lower" - useful tip My 2D game - release on Jun 13th; My tutorials
Re: How can I figure out what a quant is? [Re: ulillillia] #228735
09/22/08 02:25
09/22/08 02:25
Joined: Sep 2008
Posts: 7
usa
bookfly Offline
Newbie
bookfly  Offline
Newbie

Joined: Sep 2008
Posts: 7
usa
1 square = 16 quants

Re: How can I figure out what a quant is? [Re: bookfly] #229792
09/30/08 13:22
09/30/08 13:22
Joined: Aug 2003
Posts: 7,440
Red Dwarf
Michael_Schwarz Offline
Senior Expert
Michael_Schwarz  Offline
Senior Expert

Joined: Aug 2003
Posts: 7,440
Red Dwarf
very helpful to dig out this thread from 2006....


"Sometimes JCL reminds me of Notch, but more competent" ~ Kiyaku
Re: How can I figure out what a quant is? [Re: Doug] #239187
12/03/08 04:52
12/03/08 04:52
Joined: Dec 2008
Posts: 9
Banjarmasin,Indonesia
bluekey Offline
Newbie
bluekey  Offline
Newbie

Joined: Dec 2008
Posts: 9
Banjarmasin,Indonesia
That's very helping how to understand about quant smile

i think late for me to say this smile

sorry i'm new....


DON'T MAD OF ME
Page 3 of 3 1 2 3

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1