Michael Velikanje's patch to renable Sphereical UV mapping.

Kent
This commit is contained in:
2003-05-28 10:41:30 +00:00
parent b7bf9bf1b7
commit f2c40d3e37

View File

@@ -633,6 +633,7 @@ void uv_autocalc_tface()
mode= pupmenu(MENUTITLE("UV Calculation")
MENUSTRING("Cube", UV_CUBE_MAPPING) "|"
MENUSTRING("Cylinder", UV_CYL_MAPPING) "|"
MENUSTRING("Sphere", UV_SPHERE_MAPPING) "|"
MENUSTRING("Bounds to 1/8", UV_BOUNDS8_MAPPING) "|"
MENUSTRING("Bounds to 1/4", UV_BOUNDS4_MAPPING) "|"
MENUSTRING("Bounds to 1/2", UV_BOUNDS2_MAPPING) "|"