摘要:
FFmpeg VP8 Encoding Options See http://ffmpeg.org/ffmpeg.html#libvpx for additional parameter information. See http://ffmpeg.org/trac/ffmpeg/wiki/vpxE 阅读全文
摘要:
Linear space lighting is a term that game developers are becoming ever more used to hearing as games reach for the next level of realism with physical 阅读全文
摘要:
E.1 Mathematical Functions Table E-1 lists the mathematical functions that the Cg Standard Library provides. The table includes functions useful for t 阅读全文
摘要:
NameDescription abs Absolute value (per component). acos Returns the arccosine of each component of x. all Test if all components of x are nonzero. Al 阅读全文
摘要:
public static Texture2D TextureCut(Texture2D tex,float ratio = 0.8f) { if (tex == null) return null; if (ratio <= 0) return tex; Color color; int widt 阅读全文