MantisBT - Zandronum
View Issue Details
0001285Zandronum[All Projects] Suggestionpublic2013-02-22 02:362016-07-12 08:17
StrikerMan780 
 
normalfeatureN/A
acknowledgedreopened 
 
 
0001285: MD3 Surface RenderStyle option in ModelDef
I'd like to see the ability to set the renderstyle for a specified MD3 Surface either by name or number. I need this to make a lightsaber HUD model render correctly. (The beam needs to be additive translucent.)

Something like this would be sufficient:

Model GasolineCan
{
   Path "Models\HUD\Gascan"
   Model 0 "Gascan.md3"
   Scale -5.0 4.0 5.0
   SurfaceRenderStyle "Beam" add 1.0

   ...etc..
}

This would make the texture on the MD3 Surface named "Beam" render with additive translucency, and at an alpha of 1.0.
No tags attached.
Issue History
2013-02-22 02:36StrikerMan780New Issue
2013-02-22 02:37StrikerMan780Note Added: 0006058
2013-02-22 02:38StrikerMan780Note Edited: 0006058bug_revision_view_page.php?bugnote_id=6058#r3342
2013-02-22 02:38StrikerMan780Note Edited: 0006058bug_revision_view_page.php?bugnote_id=6058#r3343
2013-02-22 02:44StrikerMan780Note Edited: 0006058bug_revision_view_page.php?bugnote_id=6058#r3344
2014-06-13 17:44WatermelonNote Added: 0009216
2014-06-13 17:44WatermelonStatusnew => closed
2014-06-13 17:44WatermelonResolutionopen => waiting for zdoom
2014-06-13 17:50StrikerMan780Note Added: 0009224
2014-06-13 17:50StrikerMan780Statusclosed => feedback
2014-06-13 17:50StrikerMan780Resolutionwaiting for zdoom => reopened
2014-06-13 17:50StrikerMan780Note Edited: 0009224bug_revision_view_page.php?bugnote_id=9224#r4925
2014-06-13 17:50StrikerMan780Note Edited: 0009224bug_revision_view_page.php?bugnote_id=9224#r4926
2014-06-13 18:52WatermelonStatusfeedback => acknowledged
2016-07-12 08:17StrikerMan780Note Added: 0015290

Notes
(0006058)
StrikerMan780   
2013-02-22 02:37   
(edited on: 2013-02-22 02:44)
Can I edit my issue? I made a major typo... I had copied another one of my MODELDEFs to quickly post the right syntax, and I had Meant to change the gascan definition to one of a saber... I'm a fucking idiot.

Anyhow, this is the effect I am trying to achieve:'http://shadowmavericks.com/files/Pics/de_aztec0029.jpg [^]'

(0009216)
Watermelon   
2014-06-13 17:44   
Attempt to get this in gzdoom so we can backport
(0009224)
StrikerMan780   
2014-06-13 17:50   
GZDoom feature requests have been closed for ages, and Graf hasn't been taking code submissions either AFAIK.

(0015290)
StrikerMan780   
2016-07-12 08:17   
Bumping this, because if this gets in:'https://bitbucket.org/Torr_Samaho/zandronum/pull-requests/120/surfaceskin-for-modeldef-allows-modders-to/diff [^]'

I can easily start implementing this next.