Opened 12 years ago

Closed 12 years ago

#1429 closed enhancement (fixed)

[PATCH] Additional texture maps (specular, normal, AO)

Reported by: historic_bruno Owned by: myconid
Priority: Nice to Have Milestone: Alpha 11
Component: Core engine Keywords: patch renderer graphics
Cc: Patch:

Description

  • Specular map - relevant now that we have specularity, this would allow marking certain parts of a texture as shiny instead of the whole material (the tip of a spear, gold flecks in a mine, the metal part of a helmet but not the leather, etc.)
  • Normal / bump map - typically used to simulate higher quality lighting details on a low poly model; due to the game's default view it may have more use on terrains
  • Ambient occlusion map - to simulate realistic lighting of models, such a texture could be precomputed by the engine on model load and cached for efficiency

Attachments (4)

bumpy2.diff (113.0 KB ) - added by myconid 12 years ago.
Adds normal, parallax, specular and self-illumination mapping
bumpy3.diff (157.9 KB ) - added by myconid 12 years ago.
bumpy4.diff (177.7 KB ) - added by myconid 12 years ago.
materialtest.pmp.zip (2.0 KB ) - added by myconid 12 years ago.

Download all attachments as: .zip

Change History (11)

by myconid, 12 years ago

Attachment: bumpy2.diff added

Adds normal, parallax, specular and self-illumination mapping

comment:1 by myconid, 12 years ago

Cc: christofi.cos@… added
Owner: set to myconid

comment:2 by myconid, 12 years ago

Cc: christofi.cos@… removed

comment:3 by Kieran P, 12 years ago

Keywords: patch review wip added
Milestone: BacklogAlpha 11
Priority: If Time PermitsNice to Have
Summary: Additional texture maps (specular, normal, AO)[PATCH] Additional texture maps (specular, normal, AO)

by myconid, 12 years ago

Attachment: bumpy3.diff added

by myconid, 12 years ago

Attachment: bumpy4.diff added

comment:4 by historic_bruno, 12 years ago

Keywords: review removed

We should probably review #1493 and #1497 first, as more general model/renderer changes, and then myconid can factor in those changes to the above patch.

by myconid, 12 years ago

Attachment: materialtest.pmp.zip added

comment:6 by Kieran P, 12 years ago

Milestone: Alpha 11Alpha 12

comment:7 by myconid, 12 years ago

Keywords: wip removed
Milestone: Alpha 12Alpha 11
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.