⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fglgetteximage.ps

📁 计算机图形学~想必是很多人需要的~在此共享一下
💻 PS
📖 第 1 页 / 共 2 页
字号:
1247(array.)X1478(See)X1619(the)X1742 0.4531(reference)AX2068(pages)X3 f2276(fglTexImage1D)X1 f2831(and)X3 f2971(fglDrawPixels)X1 f3476(for)X3594(a)X3654(description)X554 3914(of)N641(the)X759(acceptable)X1119(values)X1344(for)X1458(the)X2 f1576(format)X1 f1809(and)X2 f1945(type)X1 f2099(parameters,)X2492(respectively.)X554 4048(To)N675(understand)X1059(the)X1189(operation)X1524(of)X3 f1623(fglGetTexImage)X1 f2180(,)X2232(consider)X2536(the)X2667(selected)X2959(internal)X3237(four-component)X3787(texture)X554 4144(image)N782(to)X876(be)X984(an)X1092(RGBA)X1346(color)X1543(buffer)X1772(the)X1902(size)X2059(of)X2157(the)X2286(image.)X2553(The)X2709(semantics)X3056(of)X3 f3154(fglGetTexImage)X1 f3742(are)X3872(then)X554 4240(identical)N852(to)X936(those)X1127(of)X3 f1216(fglReadPixels)X1 f1705(called)X1919(with)X2083(the)X2203(same)X2 f2390(format)X1 f2625(and)X2 f2763(type)X1 f2897(,)X2939(with)X2 f3103(x)X1 f3161(and)X2 f3299(y)X1 f3357(set)X3468(to)X3553(0,)X2 f3636(width)X1 f3836(set)X3948(to)X554 4336(the)N673(width)X876(of)X964(the)X1083(texture)X1327(image)X1544(\(including)X1894(border)X2125(if)X2195(one)X2332(was)X2478(speci\256ed\),)X2831(and)X2 f2968(height)X1 f3189(set)X3299(to)X3382(1)X3443(for)X3558(1D)X3676(images,)X3943(or)X554 4432(to)N636(the)X754(height)X974(of)X1061(the)X1179(texture)X1422(image)X1639(\(including)X1989(border)X2220(if)X2290(one)X2427(was)X2573(speci\256ed\))X2906(for)X3021(2D)X3140(images.)X3428(Because)X3717(the)X3836(inter-)X554 4528(nal)N676(texture)X923(image)X1143(is)X1220(an)X1320(RGBA)X1566(image,)X1806(pixel)X1990(formats)X3 f2259(GL_COLOR_INDEX)X1 f3005(,)X3 f3048(GL_STENCIL_INDEX)X1 f3851(,)X3894(and)X3 f554 4624(GL_DEPTH_COMPONENT)N1 f1573(are)X1692(not)X1814(accepted,)X2136(and)X2272(pixel)X2452(type)X3 f2610(GL_BITMAP)X1 f3105(is)X3178(not)X3300(accepted.)X554 4758(If)N645(the)X780(selected)X1076(texture)X1336(image)X1569(does)X1753(not)X1892(contain)X2166(four)X2338(components,)X2783(the)X2919(following)X3268(mappings)X3617(are)X3754(applied.)X554 4854(Single-component)N1166(textures)X1445(are)X1569(treated)X1812(as)X1903(RGBA)X2149(buffers)X2401(with)X2567(red)X2694(set)X2807(to)X2893(the)X3015(single-component)X3613(value,)X3831(green)X554 4950(set)N667(to)X753(0,)X857(blue)X1019(set)X1132(to)X1218(0,)X1302(and)X1442(alpha)X1640(set)X1754(to)X1841(1.)X1946(Two-component)X2501(textures)X2780(are)X2904(treated)X3148(as)X3240(RGBA)X3487(buffers)X3740(with)X3907(red)X554 5046(set)N669(to)X757(the)X881(value)X1081(of)X1174(component)X1556(zero,)X1741(alpha)X1941(set)X2056(to)X2144(the)X2267(value)X2466(of)X2558(component)X2939(one,)X3100(and)X3241(green)X3445(and)X3586(blue)X3749(set)X3863(to)X3950(0.)X554 5142(Finally,)N821(three-component)X1386(textures)X1661(are)X1781(treated)X2021(as)X2109(RGBA)X2352(buffers)X2601(with)X2764(red)X2888(set)X2998(to)X3081(component)X3458(zero,)X3638(green)X3838(set)X3948(to)X554 5238(component)N930(one,)X1086(blue)X1244(set)X1353(to)X1435(component)X1811(two,)X1971(and)X2107(alpha)X2301(set)X2410(to)X2492(1.)X554 5372(To)N671(determine)X1020(the)X1146(required)X1442(size)X1595(of)X2 f1690(pixels)X1 f1877(,)X1925(use)X3 f2060 0.1875(fglGetTexLevelParameter)AX1 f2985(to)X3075(determine)X3424(the)X3550(dimensions)X3943(of)X554 5468(the)N676(internal)X945(texture)X1192(image,)X1432(then)X1594(scale)X1779(the)X1901(required)X2193(number)X2462(of)X2553(pixels)X2768(by)X2872(the)X2994(storage)X3250(required)X3542(for)X3659(each)X3830(pixel,)X554 5564(based)N784(on)X2 f911(format)X1 f1171(and)X2 f1334(type)X1 f1468(.)X1555(Be)X1691(sure)X1872(to)X1982(take)X2164(the)X2310(pixel)X2518(storage)X2798(parameters)X3199(into)X3371(account,)X3689(especially)X3 f554 5660(GL_PACK_ALIGNMENT)N1 f1478(.)X266 6144(Page)N442(1)X3577(July)X3730(22,)X3850(1997)X2 p%%Page: 2 210 s 0 xH 0 xS 1 f10 f0 96(h)N24(hhh)X4176(h)X4200(hhh)X9 s1 f266 480(F)N268(FG)X310(GL)X364(LG)X410(GE)X464(ET)X510(TT)X556(TE)X602(EX)X648(XI)X702(IM)X728(MA)X794(AG)X848(GE)X902(E)X952(\()X954(\()X990(\))X992(\))X1885(U)X1887(UN)X1941(NI)X1995(IX)X2021(X)X2093(S)X2095(Sy)X2137(ys)X2175(st)X2205(te)X2227(em)X2261(m)X2337(V)X2339(V)X3260(F)X3262(FG)X3304(GL)X3358(LG)X3404(GE)X3458(ET)X3504(TT)X3550(TE)X3596(EX)X3642(XI)X3696(IM)X3722(MA)X3788(AG)X3842(GE)X3896(E)X3946(\()X3948(\()X3984(\))X3986(\))X266 864(N)N268(NO)X322(OT)X376(TE)X422(ES)X468(S)X10 s554 960(If)N628(an)X724(error)X901(is)X974(generated,)X1327(no)X1427(change)X1675(is)X1748(made)X1942(to)X2024(the)X2142(contents)X2429(of)X2 f2516(pixels)X1 f2703(.)X9 s266 1094(E)N268(ER)X314(RR)X364(RO)X414(OR)X468(RS)X518(S)X3 f10 s554 1190(GL_INVALID_ENUM)N1 f1361(is)X1434(generated)X1767(if)X2 f1836(target)X1 f2027(,)X2 f2067(format)X1 f2280(,)X2320(or)X2 f2407(type)X1 f2561(is)X2634(not)X2756(an)X2852(accepted)X3154(value.)X3 f554 1324(GL_INVALID_VALUE)N1 f1396(is)X1469(generated)X1802(if)X2 f1871(level)X1 f2043(is)X2116(less)X2256(than)X2414(0.)X3 f554 1458(GL_INVALID_VALUE)N1 f1403(may)X1568(be)X1671(generated)X2011(if)X2 f2087(level)X1 f2266(is)X2346(greater)X2597(than)X2762($log)X2931(sub)X3069(2)X3136(max$,)X3361(where)X3585($max$)X3831(is)X3912(the)X554 1554(returned)N842(value)X1036(of)X3 f1123(GL_MAX_TEXTURE_SIZE)X1 f2117(.)X3 f554 1688(GL_INVALID_OPERATION)N1 f1617(is)X1707(generated)X2057(if)X3 f2143(fglGetTexImage)X1 f2737(is)X2827(executed)X3151(between)X3457(the)X3593(execution)X3943(of)X3 f554 1784(fglBegin)N1 f858(and)X994(the)X1112(corresponding)X1591(execution)X1923(of)X3 f2010(fglEnd)X1 f2240(.)X9 s266 1918(A)N268(AS)X322(SS)X364(SO)X406(OC)X460(CI)X510(IA)X536(AT)X590(TE)X636(ED)X682(D)X766(G)X768(GE)X822(ET)X868(TS)X914(S)X3 f10 s554 2014 0.1875(fglGetTexLevelParameter)AN1 f1471(with)X1633(argument)X3 f1956(GL_TEXTURE_WIDTH)X554 2110 0.1875(fglGetTexLevelParameter)AN1 f1471(with)X1633(argument)X3 f1956(GL_TEXTURE_HEIGHT)X554 2206 0.1875(fglGetTexLevelParameter)AN1 f1471(with)X1633(argument)X3 f1956(GL_TEXTURE_BORDER)X554 2302 0.1875(fglGetTexLevelParameter)AN1 f1471(with)X1633(argument)X3 f1956(GL_TEXTURE_COMPONENTS)X554 2398(fglGet)N1 f788(with)X950(arguments)X3 f1304(GL_PACK_ALIGNMENT)X1 f2248(and)X2384(others)X9 s266 2532(S)N268(SE)X310(EE)X356(E)X432(A)X434(AL)X488(LS)X534(SO)X576(O)X3 f10 s554 2628(fglDrawPixels)N1 f1035(,)X3 f1177(fglReadPixels)X1 f1644(,)X3 f1786(fglTexEnv)X1 f2141(,)X3 f2284(fglTexGen)X1 f(,)S3 f2787(fglTexImage1D)X1 f3317(,)X3 f3460(fglTexImage2D)X1 f3990(,)X3 f554 2724(fglTexSubImage1D)N1 f1216(,)X3 f1256(fglTexSubImage2D)X1 f1918(,)X3 f1958 0.2232(fglTexParameter)AX1 f266 6144(July)N419(22,)X539(1997)X3794(Page)X3970(2)X10 f0 6428(h)N24(hhh)X4176(h)X4200(hhh)X2 p%%Trailerxtxs

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -