Changes between Version 20 and Version 21 of standards
- Timestamp:
- 2016-01-24 17:18:39 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
standards
v20 v21 57 57 58 58 == 2D Art == 59 * '''Environment textures should compliment brushwork dimensions.''' 60 * Rationale: Odd dimensions can lead to textures aligning badly to brushwork, or forcing brushwork to go off-grid to align to the texture. 61 * '''VTF compression formats must be carefully selected instead of chosen at random.''' 62 * Rationale: Using the incorrect format results in bad texture quality, or unnecessarily bloated filesize. 59 63 60 64 == 3D Art == 65 * '''Prop dimensions should be made using powers of two.''' 66 * Rationale: Using powers of two (or dimensions reachable by using multiples of them, such as 24) allows props to fit into brushwork seamlessly. Especially for modular props such as rails or pipes. 61 67 62 68 == Lore ==