Important alert: (current site time 5/23/2013 7:26:01 AM EDT)
 

Other Entries by Erkan Sanli

Search Results: Page 1 of 1 found. Entries 1 - 15 of 15 found
  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  EGL_3DStudioPro 4EGL_3DStudioPro 4VB 4.0 (32-bit), VB 5.0, VB 6.0Advanced /
Erkan Sanli
19233 since
9/21/2010 4:05:15 PM

By 19 Users
19 Excellent Ratings
        An excellent 3DS viewer application. This 3D application allows you to load 3DS files into the application and view them in 3D and save bitmap. Also editing texture parameters; change, tiling, moving, mirroring, flipping, rotating, change opacity-transpa ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_3DStudioPro 5EGL_3DStudioPro 5VB 6.0Advanced /
Erkan Sanli
3597 since
1/24/2012 2:51:14 PM

By 4 Users
4 Excellent Ratings
       Added Shadow Matrix. Transparency bugs have been fixed in this version. Code optimization was achieved greatly. Texturing of the material gathered in a single module. 3d model served as the fastest ever. DirectX or OpenGL is not used. In addition, the fil ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_Bilinear FilteringEGL_Bilinear FilteringVB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Erkan Sanli
2744 since
4/19/2011 4:46:41 PM

By 2 Users
2 Excellent Ratings
       Ultra fast texture mapping with bilinear filter. Now supported text. No ASM, DX, GL.(Zip:310kb)Click here to see a screenshot of this code!(ScreenShot)
 
Please support the site by visiting our sponsor:
 
  EGL_BumpCubeEGL_BumpCubeVB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Erkan Sanli
1950 since
4/19/2011 4:46:36 PM

By 1 Users

       Simple bumpmapping sample on 3D cube. No DX,GL.(Zip:760 kb)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_CADToolsEGL_CADToolsVB 5.0, VB 6.0Intermediate /
Erkan Sanli
3613 since
3/23/2012 4:33:00 PM

By 5 Users
4 Excellent Ratings
       The tools needed to make the industry standard CAD program. Was clean and simple coding. Here you can learn the basics of algebra. You can learn more about the content by looking at a screen shot. For example, collection of the intersection ,of the geomet ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_ClippingEGL_ClippingVB 4.0 (32-bit), VB 5.0, VB 6.0Beginner /
Erkan Sanli
2130 since
4/4/2011 7:55:20 PM

By 5 Users
5 Excellent Ratings
       Rectangle and triangle intersections and clipping. This project contains canvas and face clip operations for 3D programming. Delaunay triangulations algorithm not used. Simple and fast. Add Bonus Project: AngleClick here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_ClockCubeScreenSaverEGL_ClockCubeScreenSaverVB 4.0 (32-bit), VB 5.0, VB 6.0Advanced /
Erkan Sanli
21381 since
2/11/2011 5:46:58 PM

By 44 Users
43 Excellent Ratings
       BugFix :Error 326. Thnx Robert Rayment and Paul Bahlawan for feedback. By the way Update clock hands color and setup defaults. Real time 3D clock cube screensaver. Supported bilinear filtering. Pure VB.(267 KB)(Rev:11.Feb.2011)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_ColorSelectorEGL_ColorSelectorVB 5.0, VB 6.0Intermediate /
Erkan Sanli
2177 since
6/15/2011 8:14:47 PM

By 2 Users
2 Excellent Ratings
       Like a 3DS Max color selector dialog box. (Zip:11kb)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_ComplexClippingEGL_ComplexClippingVB 4.0 (32-bit), VB 5.0, VB 6.0Advanced /
Erkan Sanli
2220 since
4/21/2011 4:44:40 PM
Unrated
       Complex clipping for 3D. Next step from simple clipping. Without FillGradientTriangle API. Cute transparent gradient. (Zip:66kb)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_dxf versionEGL_dxf versionVB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Erkan Sanli
16664 since
7/20/2007 3:33:39 AM

By 20 Users
19 Excellent Ratings
       computer graphics and 3d programming tutorial.No DirectX or OpenGL. Matrix math , Lighting , Culling , Z order function , Open ".prt" file , quick frame rate (20~400 FPS), animation , various render options , luminance , only pure windows api use. smoot ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_GlassCubeEGL_GlassCubeVB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Erkan Sanli
10542 since
10/15/2008 11:59:08 AM

By 8 Users
7 Excellent Ratings
       this is a final project. 3d transparent material texture.No DX,GL.Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_LineLineIntersectionEGL_LineLineIntersectionVB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0Beginner /
Erkan Sanli
1709 since
4/20/2011 4:32:54 PM
Unrated
       Simple Line Line IntersectionClick here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_PngTgaPcxEGL_PngTgaPcxVB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, ASP (Active Server Pages) , VBA MS Access, VBA MS ExcelIntermediate /
Erkan Sanli
7218 since
1/26/2009 8:48:48 AM

By 8 Users
5 Excellent Ratings
       (Reduce)PNG,TGA and PCX image viewer. Review of original code by Alfred Koppold. Understanding bitmap struct, file formats, BitPerPixel ,Bit depth ,RLE and LZ77 compression method,32bit DIB, transparency etc. Useful(zip:320kb)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL_PointCloud V1.0EGL_PointCloud V1.0VB 5.0, VB 6.0Intermediate /
Erkan Sanli
4679 since
8/7/2009 9:00:42 AM

By 7 Users
7 Excellent Ratings
       Review project. Create point to mesh and object. Export OBJ 3D model file. Use delaunay triangulation algorithm. Addition mouse buttons and wheel events.(Zip:837kb)Click here to see a screenshot of this code!(ScreenShot)
 
 
  EGL25EGL25VB 6.0Intermediate /
Erkan Sanli
19004 since
5/27/2007 7:46:57 PM

By 18 Users
18 Excellent Ratings
       computer graphics and 3d programming tutorial.No DirectX or OpenGL. Matrix math , Lighting , Culling , Z order function , Open ".prt" file , quick frame rate (20~400 FPS), animation , various render options , luminance , only pure windows api use. Click here to see a screenshot of this code!(ScreenShot)
 


Search Results: Page 1 of 1 found. Entries 1 - 15 of 15 found

Compatibility Filter Profile:

VB 3.0
VB 4.0 (16-bit)
VB 4.0 (32-bit)
VB 5.0
VB 6.0
VB Script
ASP (Active Server Pages)
VBA MS Access
VBA MS Excel