We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Loading a ".3ds" file with Processing.
Page Index Toggle Pages: 1
Loading a ".3ds" file with Processing. (Read 1454 times)
Loading a ".3ds" file with Processing.
May 16th, 2009, 10:01am
 
Hello.

Anybody have a solution, please ?
Thank's.
Re: Loading a ".3ds" file with Processing.
Reply #1 - May 16th, 2009, 10:38am
 
A solution is to use the search feature of Discourse... Don't forget to enlarge the time frame!
One of the first threads I found: Load 3d FIles.
Re: Loading a ".3ds" file with Processing.
Reply #2 - May 16th, 2009, 2:10pm
 
posts:
http://www.pixelnerve.com/v/2009/01/01/3ds-loader-for-javaprocessing/
http://www.pixelnerve.com/v/2009/01/03/3ds-loader-for-javaprocessing-new-version/

lib+doc:
http://www.pixelnerve.com/processing/libraries/
Re: Loading a ".3ds" file with Processing.
Reply #3 - May 17th, 2009, 1:16am
 
Thank's for your help.


But I have always this message with Processing:

Note that release 1.0, libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.
Re: Loading a ".3ds" file with Processing.
Reply #4 - May 17th, 2009, 1:36am
 
So You followed this advice Have you looked at the Libraries page instructions
Re: Loading a ".3ds" file with Processing.
Reply #5 - May 17th, 2009, 6:42am
 
Here is my sketch location, in the preferences:

C:\3ds avec processing\mri3ds\examples\exemple\load3ds

The ".pde" file is in the location:

C:\3ds avec processing\mri3ds\examples\exemple\load3ds

The ".jar" file is in the location:

C:\3ds avec processing\mri3ds\examples\exemple\load3ds\libraries

I don't understand where there is an error !

Thank's.
Re: Loading a ".3ds" file with Processing.
Reply #6 - May 17th, 2009, 6:58am
 
i think the libraries folder is at My Documents\Processing\libraries, not in your sketch folder. ive never tried it so im not sure..

i just use the old way.. put it in the processing\libraries folder.

that if you're using windows.
Re: Loading a ".3ds" file with Processing.
Reply #7 - May 17th, 2009, 8:02am
 
I have Processing version 1.0.2.

Sorry, but the loader 3ds does not run anyway !

Even when the "mri3ds.jar' is now in the folder "documents/libraries".

I don't know the solution.

Thank's.
Re: Loading a ".3ds" file with Processing.
Reply #8 - May 17th, 2009, 8:16am
 
yes it works, you just not doing it right.

first, find out how to work with libraries and then get back to mri3ds.
Re: Loading a ".3ds" file with Processing.
Reply #9 - May 17th, 2009, 12:37pm
 
Hello.

I have an error with the old version of Processing, in the file 'load3ds.pde'

The ambient(), diffuse() and specular() fonctions do not exist !

Thank's.

Re: Loading a ".3ds" file with Processing.
Reply #10 - May 17th, 2009, 3:42pm
 
just to make sure i've downloaded the lib from the page and just copied it to the libraries folder of processing.
then i ran the example in the examples folder.. it went just fine.

i dont know what the problem is. i need more information.

are u on windows/mac? what version of processing r u using? where are u putting the library folder ?


i have processing 103, windows 32bit, i copy the mri3ds folder to c:\processing\libraries\
Re: Loading a ".3ds" file with Processing.
Reply #11 - May 17th, 2009, 3:54pm
 
go to the settings and check where your processing sketch folder is. there you create a libraries folder if its not already there and copy the library there...
Page Index Toggle Pages: 1