Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AGP

Pages: 1 ... 102 103 [104] 105 106 ... 116
1546
Support / Re: Is it possible to support JoGL?
« on: April 15, 2009, 08:30:31 pm »
Cool, thanks a lot.

1547
Support / Re: Is it possible to support JoGL?
« on: April 15, 2009, 06:43:14 pm »
Egon, can I ask what it is you e-mail him? I'm very interested in this issue right now.

1548
Support / Re: Okino Website Claims 3DS Exports Cameras
« on: April 08, 2009, 09:14:17 am »
OK, I could try one. I did, 10 years or so ago, write an OBJ one myself, but you're a better programmer than me. But how would I go about doing it? object = new Object3D(maxNumberOfTriangles) then object.addTriangle(SimpleVector, SimpleVector, SimpleVector)?

1549
Support / Re: Okino Website Claims 3DS Exports Cameras
« on: April 08, 2009, 07:27:18 am »
You have and I said "the only jPCT-supported format that stores cameras is 3DS." One more format wouldn't hurt the engine, I assure you. Hey, one of the things I love about jPCT is that it's so intuitive. I want it to stay that way. But adding a file format wouldn't make the Loader class (itself pretty self-explanatory) clobbered.

1550
Support / Re: Okino Website Claims 3DS Exports Cameras
« on: April 08, 2009, 01:54:17 am »
What about supporting DXF, which stores lights and cameras, or at least Lightwave's (.lwo/lws), or OpenGL (.c) (though DXF is better because EVERYTHING exports DXF)? Pretty please? I need to be able to transfer my camera perfectly.

EDIT:
Here's a link to the DXF file description: http://www.martinreddy.net/gfx/3d/DXF12.spec

And this is a different 3DS page (probably more helpful than the first link I sent you: http://www.martinreddy.net/gfx/3d/3DS.spec

1551
Support / Re: jPCT benchmark?
« on: April 06, 2009, 11:45:56 pm »
Dude, that is awesome. Congratulations, and thanks again for this great engine. I'm very happy to use nearly every day of my life (and I'm building some cool things with it right now).

1552
Support / Re: Okino Website Claims 3DS Exports Cameras
« on: April 06, 2009, 11:35:26 pm »
By the way, what are the camera settings for jPCT's cameras for field-of-view and lens millimeters?

1553
Support / Re: Okino Website Claims 3DS Exports Cameras
« on: April 06, 2009, 11:02:31 pm »
I don't suppose you've had any progress here, have you, Egon?

1554
Support / Re: Midi Volume (Not jPCT But Java)
« on: February 06, 2009, 07:28:48 am »
To clarify, the volume change worked. The contrast between 0 and 127 may not have been huge, but it was noticeable (now that the keyboard input was improved). And thanks again for showing that.

1555
Support / Re: Midi Volume (Not jPCT But Java)
« on: February 06, 2009, 03:08:01 am »
I guess the volume does change on my laptop (now that the keyboard input was improved I can tell the difference). It's just a matter of how much, and the difference isn't huge on my computer.

4 MIDI Devices:
    Microsoft MIDI Mapper
    Microsoft GS Wavetable Synth
    Real Time Sequencer
    Java Sound Synthesizer
Using 'Real Time Sequencer' as the Sequencer.
Variable 'sequencer' is NOT an instance of Synthesizer
Using 'Java Sound Synthesizer' as the Synthesizer.
Method 'getDefaultSoundbank()' did NOT return 'null'.

1556
Support / Re: Midi Volume (Not jPCT But Java)
« on: February 04, 2009, 05:46:41 am »
To clarify: the applet ran fine, but the volume (whose value changed) didn't change.

1557
Support / Re: Midi Volume (Not jPCT But Java)
« on: February 04, 2009, 05:45:33 am »
About the soundbank test, that's the whole point: it works in software on most computers, but hardware on most Windows JREs. The point is to work on all computers. And your applet didn't work on my laptop (the computer I'm currently using since I'm not home), whose sound chip I can't identify since Windows 7 only tells me "High Definition Audio Device" and it's a Microsoft driver.

1558
Support / Re: Midi Volume (Not jPCT But Java)
« on: February 04, 2009, 02:03:21 am »
Thanks for your help, pal, but as yours hasn't worked for me either, I'm going to assume that it's my hardware (or maybe fact that I'm running the Windows 7 beta). But moving the start() call up was a good suggestion.

1559
Support / Re: Midi Volume (Not jPCT But Java)
« on: February 03, 2009, 10:31:48 pm »
By the way, I assume your CHANGE_VOLUME is 7. If not what is it?

1560
Support / Re: Midi Volume (Not jPCT But Java)
« on: February 03, 2009, 10:07:21 pm »
Have a look at mine. It's no different than yours as far as I can tell.

An observation: wouldn't the following code (your code) always yield true for the first one (or false for both, but never true for the second)? You would have to flip that test to make sure either can be true.
Code: [Select]
        if( synthesizer != null ) {
...
        }
        else if( sequencer != null && sequencer instanceof Synthesizer){
...
        }

Pages: 1 ... 102 103 [104] 105 106 ... 116