Posts

Showing posts from 2012

Calc3D- A complete 3D Vizualisation tool

Image
Introduction calc3d lets you visualize three dimensional mathematical elements , viz Point, vector, line curve and allows to plot and explore 3 Dimensional Graphs of Mathematical Functions. download Elements Supported Point Vector Line Explicit 2D Curve Implicit 2D Curve Parametric 3D Curve Explicit 3D Surface Implicit 3D Surface Parametric 3D Surface File operations supported Save and open scene Print Scene Export to picture Rendering Java2d as renderer red-Cyan Anaglyps(StereoScopy) math-Parser exp4j Parser (I modified it a bit as per my use)

3D Engine in Pure VB.net

Image
Hi Friends, This is long time after I am here on my blog. This is about the 3D stuff that I recently learnt and tried to implement in  Vb.net 2010 . This project does't use any of directX, OpenGl or XNA, It is completely written in pure VB.net. Actually I learned VB.net through this project.I made this project just to learn VB.net 2010 so it is not written in professional way. So please do not bother about that, Just look at what it can do. Screenshot: Source code Link: [url=" http://www.mediafire.com/download.php?p5zp4cp7gkmso3g "] I could successfully implement: 1. z order sorting 2. z buffer(beta) 3. lights(beta) 4. cartesian, polar, parametric plot 5. gradient coloring I could't implement 1. Polygon intersection(hidden surface removal for intersecting objects) ,BSP Tree 2. Shading models 3. Menus settings are not working since I first wanted to resolve following problem and then working on this project from scratch again. Menus just show what I ...