954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

3d Program

i have a couple of questions to ask.

my first question is:

how do i write, or create(via a wysiwyg program) an interactive executable program that has two 3d models stored on it, which will allow a user to do the following:

1. rotate each model via horizontal and vertical axis(rotate model, not camera). -outlined in red on imaged attached

2. load model from pull-out menu. -outlined in blue

3. render wireframe model via keyboard command (render could be achieved by a simple wipe transition (top-bottom) of two images)

my second question is how long would it take to produce such a program for someone with no programming background and what resources are available on the net to teach me exactly how to do this.

to give you an idea of what the program, i want to produce might look like, have a look at this link(www.webdesignclinic.com/ezine/v1i9/poserbegin/FigA.gif). the only features my program will have, have been explained above. also my program will load the models in wireframe form first.

thank you

eaw80
Newbie Poster
1 post since Apr 2003
Reputation Points: 10
Solved Threads: 0
 

I think the key here is " .. how long would it take to produce such a program for someone with no programming background"

It would take very little time to do this, in fact, but at the expense of costing you some money. With no programming experience you would do the sensible thing and pay someone to develop this for you.

Bob
Junior Poster
Team Colleague
129 posts since Feb 2003
Reputation Points: 15
Solved Threads: 2
 
how do i write, or create(via a wysiwyg program) an interactive executable program that has two 3d models stored on it, which will allow a user to do the following:

I don't know of any such WYSIWYG programs that creates executables of interactive 3D models. I think the closest thing I've ever come across is a 3D modeller like MilkShape...but it doesn't create executables, and its just a modelling tool.my second question is how long would it take to produce such a program for someone with no programming background and what resources are available on the net to teach me exactly how to do this.

At least 2 years. The first year you must learn how to program. You will also have to spend time learning an existing 3D API. You could write your own 3D API, but that'll take another 2 years. I recommend OpenGL or DirectX, if you're using C++.

The second year you will basically be creating the program itself.

Dante Shamest
Light Poster
46 posts since Apr 2003
Reputation Points: 13
Solved Threads: 0
 

Hi Dante, good to see you here ;-)

Bob
Junior Poster
Team Colleague
129 posts since Feb 2003
Reputation Points: 15
Solved Threads: 2
 

Hiya Bob. I came across this site after I ran into a tutorial by you. :)

Dante Shamest
Light Poster
46 posts since Apr 2003
Reputation Points: 13
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You