Work on test chamber watching room

This commit is contained in:
James Lambert 2022-05-27 08:50:48 -06:00
parent 0efc94f11d
commit ab432a481e
4 changed files with 19 additions and 8 deletions

View file

@ -0,0 +1 @@
-crop 8x64+0+0 -resize 8x64

View file

@ -72,6 +72,23 @@ materials:
tileSizeS: 0.0625 tileSizeS: 0.0625
tileSizeT: 2 tileSizeT: 2
refract01_dx8:
gDPSetTile:
filename: ../../portal_pak_modified/materials/glass/refract01_dx8.png
siz: G_IM_SIZ_16b
fmt: G_IM_FMT_IA
gDPSetCombineMode: G_CC_DECALRGBA
gDPSetCycleType: G_CYC_1CYCLE
gDPSetRenderMode: G_RM_ZB_XLU_SURF
gDPSetTextureFilter: G_TF_POINT
gSPGeometryMode:
clear: [G_CULL_BACK, G_CULL_FRONT]
properties:
tileSizeS: 0.125
tileSizeT: 1
autoportal_frame: autoportal_frame:
gDPSetTile: gDPSetTile:
filename: ./props/autoportal_frame/autoportal_frame.png filename: ./props/autoportal_frame/autoportal_frame.png
@ -120,13 +137,6 @@ materials:
color: ["SHADE", "0", "PRIMITIVE", "0"] color: ["SHADE", "0", "PRIMITIVE", "0"]
plastic/plasticwall003a: plastic/plasticwall003a:
# filename:
# ../../portal_pak_modified/materials/plastic/plasticwall003a.png
# siz: G_IM_SIZ_16b
# fmt: G_IM_FMT_RGBA
# gDPSetCombineMode: G_CC_DECALRGB
# gDPSetCycleType: G_CYC_1CYCLE
gDPSetTile: gDPSetTile:
filename: ../../portal_pak_modified/materials/plastic/plasticwall003a.png filename: ../../portal_pak_modified/materials/plastic/plasticwall003a.png

View file

@ -27,8 +27,8 @@ bool G_IM_SUPPORTED[5][4] = {
{false, false, true, true}, {false, false, true, true},
{false, false, true, false}, {false, false, true, false},
{true, true, false, false}, {true, true, false, false},
{true, true, true, false},
{true, true, false, false}, {true, true, false, false},
{true, true, true, false},
}; };
bool isImageFormatSupported(G_IM_FMT format, G_IM_SIZ size) { bool isImageFormatSupported(G_IM_FMT format, G_IM_SIZ size) {