-
演示了OpenSceneGraph(OSG)中如何根据法线图片快速生成简单地形,以及任意物体阴影在此地形上的投射。
VS 2008+OSG 2.6测试通过...
演示了OpenSceneGraph(OSG)中如何根据法线图片快速生成简单地形,以及任意物体阴影在此地形上的投射。
VS 2008+OSG 2.6测试通过-Demonstrate the OpenSceneGraph (OSG) in accordance with normal picture of how quickly generate simple terrain, as well as the shadow of arbitrary objects in this topographical projection. VS 2008+ OSG 2.6 test
- 2022-06-16 18:31:27下载
- 积分:1
-
a bezier curves screen preservation
一个bezier曲线的屏幕保存-a bezier curves screen preservation
- 2023-01-04 15:20:03下载
- 积分:1
-
利用图形的填充,字符可改
利用图形的填充,字符可改-use graphics to fill the characters can be changed
- 2022-05-13 23:29:40下载
- 积分:1
-
关于图形学用VC++的基本代码.改程序包括了几乎所有的计算机图形学基础算法...
关于图形学用VC++的基本代码.改程序包括了几乎所有的计算机图形学基础算法-graphics with VC on the basic code. Changed procedures include almost all of the computer graphics based algorithm!
- 2022-01-26 02:12:19下载
- 积分:1
-
用牛顿插值法绘制曲线,同时涉及vb与excel的连接!
用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with Newton drawing curve interpolation, and excel involved vb link!
- 2022-05-29 19:29:51下载
- 积分:1
-
H.264 CAVLC anti
H.264的 CAVLC的反二进制化的verilog code-H.264 CAVLC anti-binary code of verilog
- 2022-05-24 17:31:51下载
- 积分:1
-
DDA line drawing algorithm to generate line algorithm, in stipple line algorithm...
直线生成算法的DDA画线算法,中点画线算法,bresenham画线算法。-DDA line drawing algorithm to generate line algorithm, in stipple line algorithm, bresenham Line Algorithm.
- 2022-02-14 20:10:52下载
- 积分:1
-
an art font used for generating functional and subtitles procedures
一个用来实现艺术字体和字幕生成功能的程序-an art font used for generating functional and subtitles procedures
- 2022-06-15 06:14:30下载
- 积分:1
-
曲线曲面重建方法研究,发现一个关于曲线曲面有关算法方面的好资料,与大家分享下.可作逆向工程研究参考....
曲线曲面重建方法研究,发现一个关于曲线曲面有关算法方面的好资料,与大家分享下.可作逆向工程研究参考.-Reconstruction of curves and surfaces and found that a related algorithm for curves and surfaces on good information to share with you the next. Can be used for reverse engineering study.
- 2022-01-26 05:56:28下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1