There's a little over 3800 lines of code for the whole thing. If you would like, I could give you the executible and readme. I cannot post the package because its about 163KB.
I can email it as an attachment, though.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
It'd be more useful as a .dll if not the source code, you wont be able to add it to a program anyone is making if its in .exe form
When your thread has been resolved please edit the original post in the thread ()
and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.
Well, this is just a personal project so I can (1) build a portofolio for industry, (2) sharpen my skills in programming, and (3) have some fun with something I learned.
This was meant to be a complete project by itself because it is not all that big (relatively. )
And lastly, I don't know how to build dlls using C++ and never thought of that option. (Probably that's why there's forums... )
If you have some sources for the dll thing, I could break it down into a few dlls, so it will be easier to update if I decide to actually build this up even further. It would be most appreciated.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
I can't use C++ so I couldn't tell you how to make a dll in it however its simple in VB so I wouldn't think it would be too difficult. You'd only need to put it as one dll,no??
When your thread has been resolved please edit the original post in the thread ()
and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.
hehe I reached the 512 mark, I'm now a 'Fanatic Member', next stop 1024.
When your thread has been resolved please edit the original post in the thread ()
and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.
Check here Theres also a link in this thread part way down that points to a thread with the list of all the marks on.
When your thread has been resolved please edit the original post in the thread ()
and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.
New Member (Minimum Posts: 0)
Junior Member (Minimum Posts: 16)
Member (Minimum Posts: 32)
Lively Member (Minimum Posts: 64)
Addicted Member (Minimum Posts: 128)
Hyperactive Member (Minimum Posts: 256)
Fanatic Member (Minimum Posts: 512)
Frenzied Member (Minimum Posts: 1024)
Ultra-Member (Minimum Posts: 2048)
Custom (you can choose) (Minimum Posts: 4096)
When your thread has been resolved please edit the original post in the thread ()
and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.
This is closed source (sorry , I need this for my portfolio.), however, if you are creating something similar and need some help, I am willing to share some insight.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
When your thread has been resolved please edit the original post in the thread ()
and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.
Originally posted by Darkwraith In order to render a surface in three-dimensional space, you set up a grid of vertices. Then go through the grid in a Z fashion rendering each strip.
Well its not quite that simple.
If you know the x,y,z values of anything to draw (a dot for example) where on the screen should it be drawn?
If you also have a camera that could be moved and rotated...thats alot of thing you have to calculate, so its really not that simple...
Darkwraith, any chance you could post the new version?
Plus, could you make the wire mesh the default fill?
And do you have a website or something where you can post up the latest version?
There are 10 types of people in the world - those that understand binary, and those that don't.
I am still working on the newest revision, though. There were a few bugs with the equation editor (like a totally invalid function crashing the program. )
Sorry thast this has been going so slow. I wanted to finish an algorithm that I was working on (check "Draft for collision") first before I completed some of the major revisions.
When you press a key (say rotate in some axis), it rotates a small amount, then there's a delay, then it smoothly continues rotating.
Can you implement some sort of mouse rotation?
Can you make the form resizable? I know it at least runs full screen cos I ran it with the shell function and vbMaximise parameter from vb
I have not implemented these yet either. I will make the default, though, to be culled line.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.