摘要:
定义网格顶点和索引缓冲,绘制了2个分离的三角形。 1 using System; 2 using System.Drawing; 3 using RGeos.SlimScene.Core; 4 using SlimDX; 5 using SlimDX.Direct3D9; 6 using... 阅读全文
摘要:
http://miconvexhull.codeplex.com/可以生成2、3维的最小凸包。可以进行狄洛尼三角剖分,生成Voronoi多边形。This project is a convex hull algorithm and library for 2D, 3D, and higher dim... 阅读全文
摘要:
执行Bat脚本@echo off sqlplus sys/welcome@orcl as sysdba @C:\Users\yangfan\Desktop\login.sqlecho 按任意键结束... pause>nul exit login.sql文件存储sql语句。create or re... 阅读全文
摘要:
https://code.msdn.microsoft.com/3D-Modeling-using-GDI-b93937b9IntroductionMost of us use OpenGL/ DirectX based program to meet our 3d requirement. Als... 阅读全文