Search Home Members Contacts
About Us
Products
Downloads
Community
Support
Pages: 1 [2] 3 4 ... 7
  Print  
Author Topic: TV3D 6.5 Samples for newbies  (Read 11027 times)
AriusEso
Customers
Community Member
*****
Posts: 377

Esoteric


« Reply #20 on: July 11, 2008, 12:05:41 PM »

Well, it shouldn't take long to set up really. I have mambo installed on my server already. It's really just a case of making ZaPP an admin and getting to work. But I think the wise course is to finish the samples first. But anyway, I'm glad you're finding them easy to read. The particle sample won't use the editor( as I've never used it ). I'll comment every line of the rig though Smiley.
Logged

ZaPPZion
Community Member
*
Posts: 341


« Reply #21 on: July 11, 2008, 12:10:47 PM »

yea, my temporary webspace is up now. I'll explain why i didn't put the common folder in: I didn't have the webspace to host that folder twice. So you can now download it from my webspace, and then put it in the right folder (see top post).
Link: http://members.home.nl/bmkuipers/
Logged
AriusEso
Customers
Community Member
*****
Posts: 377

Esoteric


« Reply #22 on: July 11, 2008, 12:25:33 PM »

Ok, the C++ pack now includes:

#14: Simple Text.
#15: Simple 2D.
#16: Simple Input.

See the top post for the updated download.

The .NETters will have to wait for ZaPP to port the new ones. So, until he posts here saying his end has been updated, only the C++ ones contain the 3 new samples.
Logged

Raul
Customers
Community Member
*****
Posts: 394


« Reply #23 on: July 11, 2008, 12:37:53 PM »

i am waiting for the media files. very good these tutorials.

thanks
Logged
ZaPPZion
Community Member
*
Posts: 341


« Reply #24 on: July 11, 2008, 01:53:16 PM »

OK, i´m finished with the converting! I did both the C# and the VB.NET samples
re download the common.rar as well, since there´s an updated model.

http://members.home.nl/bmkuipers

btw: 90 minutes work isn't bad Tongue
Logged
XXL
Customers
Community Member
*****
Posts: 117


WWW
« Reply #25 on: July 11, 2008, 01:58:57 PM »

perhaps you can put a table of content on the page.. that we can see what the current stuff is..
by the way.. thanks for the great job
Logged
ownage
Community Member
*
Posts: 17


« Reply #26 on: July 11, 2008, 02:00:33 PM »

OK, i´m finished with the converting! I did both the C# and the VB.NET samples
re download the common.rar as well, since there´s an updated model.

http://members.home.nl/bmkuipers

btw: 90 minutes work isn't bad Tongue

What can i say? So fast! Both of you are doing a really god job, when you combine and make the website im sure it will be ... well - amazing!
Logged
ZaPPZion
Community Member
*
Posts: 341


« Reply #27 on: July 11, 2008, 02:22:26 PM »

perhaps you can put a table of content on the page.. that we can see what the current stuff is..
by the way.. thanks for the great job

Done the table of contents, and i´m glad i could help the community a bit Smiley
Logged
Daggio
Community Member
*
Posts: 17


« Reply #28 on: July 12, 2008, 03:07:38 AM »

I can download it now, right now I'm downloading the C# files and the new common.rar

I'll comment the tutorial when I'm finished trying them Cheesy
Logged
AriusEso
Customers
Community Member
*****
Posts: 377

Esoteric


« Reply #29 on: July 16, 2008, 01:35:16 AM »

C++ pack now includes:

#17: Billboard Particles.
#18: Shadow Volumes.
#19: HLSL Basic Object.

See the first post for the download link.

Please wait for ZaPP to port to c# or VB.NET before downloading those - as you'll just get the old version if you download them at the moment.

Enjoy!
Logged

shsdevries
Community Member
*
Posts: 19


« Reply #30 on: July 16, 2008, 02:34:59 AM »

Thanks for the tutorials, they are very helpful!
I'm trying to translate them to VB6 Smiley
Logged
AriusEso
Customers
Community Member
*****
Posts: 377

Esoteric


« Reply #31 on: July 16, 2008, 02:39:06 AM »

Thanks for the tutorials, they are very helpful!
I'm trying to translate them to VB6 Smiley

Hey, thanks, good good and welcome to the forum. Cheesy
Logged

shsdevries
Community Member
*
Posts: 19


« Reply #32 on: July 16, 2008, 03:12:42 AM »

I translated the first tutorial, but how can I send it to you, so you can put it online?

BTW, I can't open the VB.Net tutorials in Visual Studio 2005, it gives an error message telling me the file was created using a newer version... Sad Is there a solution for that?
Logged
ownage
Community Member
*
Posts: 17


« Reply #33 on: July 16, 2008, 04:12:44 AM »

I translated the first tutorial, but how can I send it to you, so you can put it online?

BTW, I can't open the VB.Net tutorials in Visual Studio 2005, it gives an error message telling me the file was created using a newer version... Sad Is there a solution for that?

Yeah, download VB.net 2008 (express), its better and free! (But visual studio 2008 is even better, but it costs...)

EDIT: i think you might still be able to open the forms (form1.vb), so you can see the code.
« Last Edit: July 16, 2008, 04:15:19 AM by ownage » Logged
shsdevries
Community Member
*
Posts: 19


« Reply #34 on: July 16, 2008, 04:24:15 AM »

Yes, I'm translating the code by opening the forms in VS 2005...
I've translated 5 tutorials now...
There is a little mistake in tutorial 6: 06 loading animated geometry... In Form1.vb, on line 112, this line:
UpdateScene() 'Update our scene. We want the cube to spin.
Should be something like this, as there is no cube that should be spinned:
UpdateScene() 'Update our scene.
Logged
ownage
Community Member
*
Posts: 17


« Reply #35 on: July 16, 2008, 04:40:23 AM »

Im glad that opening the forms helped, i did that once before! As for that error, i spotted it to, but its only am error with the comment, not with the code.
Logged
shsdevries
Community Member
*
Posts: 19


« Reply #36 on: July 16, 2008, 04:44:28 AM »

Yes that's true...
I converted 6 tutorials now, they all work except the 6th one Sad
It renders just a black screen with a white sphere on it (the lightmark)... Rancor doesn't appear, and I can't figure out why...
Logged
ZaPPZion
Community Member
*
Posts: 341


« Reply #37 on: July 16, 2008, 05:02:46 AM »

shsdevries: make sure you've got the latest dll of truevision (the one of 15 may 2008). I had the same problem while converting to VB.NET and C#, but when i installed the latest version, it worked immediately Smiley. It's the download from the website, not from a mirror btw!
Logged
ZaPPZion
Community Member
*
Posts: 341


« Reply #38 on: July 16, 2008, 05:59:44 AM »

Ok, done converting those 3 samples for both C# and VB.NET. Check them out!

http://members.home.nl/bmkuipers
Logged
shsdevries
Community Member
*
Posts: 19


« Reply #39 on: July 16, 2008, 06:01:44 AM »

Yeah, thanks, it works now Cheesy
But how can I send the converted tutorials to you?
Logged
Pages: 1 [2] 3 4 ... 7
  Print  
 
Jump to:  

Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks