[Bug 3774] New: Add support for marks on triangle mesh surfaces.
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Wed Sep 10 13:22:59 EDT 2008
http://bugzilla.icculus.org/show_bug.cgi?id=3774
Summary: Add support for marks on triangle mesh surfaces.
Product: Quake 3
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: Misc
AssignedTo: zakk at icculus.org
ReportedBy: z3ro.geek at gmail.com
QAContact: quake3-bugzilla at icculus.org
This patch adds support for bullet marks on triangle mesh surfaces. I'm not
sure how useful this for vanilla Quake 3 maps as they don't seem to have too
many triangle mesh surfaces.
I originally wrote it for XreaL based engines as they tend to use maps with a
lot more complex triangle mesh surfaces, but it might be useful in vanilla
Quake 3 for custom maps.
Note that the normal-dot-projection-direction check is disabled (same as the
unmodified code) because Quake 3's small triangle meshes tend to have a low
triangle count, and thus sharply changing normals. So it looks better for the
mark to "wrap around" the triangles, rather than having a sharp cut off.
I tested it on the small skull above the hallway near the Yellow Armor on
Q3DM6. Anyway, maybe it's useful for someone... :-)
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the quake3-bugzilla
mailing list