|
-
May 12th, 2001, 06:01 AM
#1
Thread Starter
Hyperactive Member
Add Comments
Download my file. Give it a try. Post comments or e-mail me at [email protected] dont just watch tell me you are their and get the file
-
May 12th, 2001, 06:19 AM
#2
Thread Starter
Hyperactive Member
?!
STOP JUST VIEWING THIS EITHER POST A MESSAGE OR DOWNLOAD THE FILE IT IS A GOOD CONTROL FOR NOVICE PROGRAMMERS
-
May 12th, 2001, 07:43 AM
#3
Good Ol' Platypus
Yelling at people isn't the best way to get your post-count up...
Upload it somewhere else 'cuz for some reason I cant get to it, please?
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
May 12th, 2001, 08:10 AM
#4
Thread Starter
Hyperactive Member
Goto 3-D Wireframe it has the file. Its an ACTIVE X control extract itappears as ThreedXD when you goto add components.
-
May 13th, 2001, 10:06 AM
#5
Frenzied Member
Hey, there's only one problem with that - the control doesn't appear in the Components when I unzip it to C:\Windows\System!
-
May 13th, 2001, 10:30 AM
#6
Thread Starter
Hyperactive Member
Reply
Try clicking browse it should appear as ThreedXD normally. It Will appear as 3XD if you browse through Windows System by clicking browse
Give it a try
Last edited by VBD; May 13th, 2001 at 10:34 AM.
-
May 13th, 2001, 10:55 AM
#7
transcendental analytic
register it, type regsvr32 filename in run
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 13th, 2001, 06:04 PM
#8
Frenzied Member
Hey, thanks, it works now.
I tried the AddLine method just for testing, but it doesn't seem to work. I already made it 640x480. Maybe it's just me, I'll try again later - don't have much time now
-
May 13th, 2001, 06:41 PM
#9
Thread Starter
Hyperactive Member
Problem
It has a scalewidth of 640, a scaleheight of 480, you can make it be ass big as you want. To get the line to be displayed, you must call the Draw Function on it(XD1.Draw)
-
May 14th, 2001, 09:00 AM
#10
Frenzied Member
-
May 14th, 2001, 05:46 PM
#11
Frenzied Member
-
May 14th, 2001, 06:16 PM
#12
Thread Starter
Hyperactive Member
Clear
Before drawing a new frame if you want animation, call XD1.Clear to clear its view. this does not erase the object in memory, just the appearence
-
May 16th, 2001, 02:48 AM
#13
Frenzied Member
Heh, thanks! Again, sorry for not looking at the code like I should, ok?
-
May 16th, 2001, 02:48 AM
#14
Frenzied Member
Heh, thanks! Again, sorry for not looking at the code like I should, ok? 
BTW: You should include an help file!
-
May 16th, 2001, 05:49 AM
#15
Thread Starter
Hyperactive Member
-
May 18th, 2001, 06:33 PM
#16
Thread Starter
Hyperactive Member
Waz^? Anyone created anything interesting with X3D? Post it. Tell about it
-
May 18th, 2001, 06:55 PM
#17
Good Ol' Platypus
It is a cool control...
Sorry for kinda yelling at you back there 
I made a line spin in like 4 mins.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
May 20th, 2001, 07:45 PM
#18
Thread Starter
Hyperactive Member
Help!!!!
To Display a line add this code
XD1.Clear
'Clears the Display
XD1.AddLine X1,X2,Y1,Y2,Z1,Z2,Red,Green,Blue
'X1 and X2 are the x values of each end of the line.
'Y1 and Y2 are the y values of each end of the line.
'Z1 and Z2 are the z values of each end of the line.
'Red is the red value of the line on a value from 0 to 255
'Green is the green value of the line on a value from 0 to 255
'Blue is the blue value of the line on a value from 0 to 255
XD1.Draw CX,CY,CZ,XAngle,YAngle
'CX is the X of the camera
'CY is the Y of the camera
'CZ is the z of the camera
'XAngle is the XAngle of the
'YAngle is theYAngel of the Camera
'X and Y Angle may have some errors
Use this code!!!
I am currently working on a game using XD1
-
May 21st, 2001, 04:59 AM
#19
-
May 22nd, 2001, 05:32 AM
#20
Thread Starter
Hyperactive Member
Because DirectX has more capabilitys i am creating a second version which runs on DirectX. It will be the same except let you add spheres,triangles, tetragons etc. It will all be in the same format though. Also, just as easy to use.
Such as to draw a sphere you would do his..
XD1.Add Sphere X,Y,Z,Diameter,Red,Green,Blue
I am still learning DirectX and developing the new version. It will be much better. Also without the problems when rotating
-
May 23rd, 2001, 02:18 AM
#21
Member
nice job
cool control... it's a little complicated to use though, can you give a bit of a more in depth tutorial?
thanks -
emptywords
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|