Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (416)
games submitted by our members
Games in WIP (307)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  that ORIENTATION thing  (Read 1392 times)
0 Members and 1 Guest are viewing this topic.
Offline xmariachi

Senior Newbie





« Posted 2005-09-28 20:14:13 »

hi there!

here comes a serious one...
thee lines of code may be familiar to all of you...

        al.alSourcefv(sources[selected_buffer].getSource(), AL.AL_POSITION, listenerPos);
        al.alSourcefv(sources[selected_buffer].getSource(), AL.AL_VELOCITY, listenerVel);

they are in the tutorials.  But curiously, while trying to do the following:

        al.alSourcefv(sources[selected_buffer].getSource(), AL.AL_ORIENTATION, listenerOri);

I can't get a sound. The file is not loaded. Is not casual that the orientation is not set in the tutorials?? It doesn't seem to work in the same way that the others do!

Btw, somebody could explain me what does the following mean?
AL_ORIENTATION
. Type: ALfv6 (at/up) Range: N/A


Please help with this... so strange a thing!
Peace and joal to you all.

Ps. of course i am using the 3 and 6-float vector that come in the sample codes.
Tricky!
Offline Riven
« League of Dukes »

JGO Overlord


Medals: 463
Projects: 4


Hand over your head.


« Reply #1 - Posted 2005-09-28 22:11:19 »

ALfv6 (at/up) means:

f = float
v = vector (array in this case)
6 = length of v
at = your orientation vector (3f)
up = your up vector (3f)

So you have to pass a FloatBuffer (size 6), the first 3 floats your "at" vector, the next 3 floats your "up" vector.

Hi, appreciate more people! Σ ♥ = ¾
Learn how to award medals... and work your way up the social rankings
Projects: Revenge of the Titans, Titan Attacks, Droid Assault, and Ultratron
Offline xmariachi

Senior Newbie





« Reply #2 - Posted 2005-09-29 09:42:08 »

Thanks.

Anyway, that is what I am doing (which actually came in the tutorials).
I really have no clue about this.

Cheers
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
mrbenebob (16 views)
2013-06-19 14:55:23

BrassApparatus (24 views)
2013-06-19 08:52:37

NegativeZero (27 views)
2013-06-19 03:31:52

NegativeZero (30 views)
2013-06-19 03:24:09

Jesse_Attard (34 views)
2013-06-18 22:03:02

HeroesGraveDev (70 views)
2013-06-15 23:35:23

Vermeer (69 views)
2013-06-14 20:08:06

davedes (71 views)
2013-06-14 16:03:55

alaslipknot (63 views)
2013-06-13 07:56:31

Roquen (88 views)
2013-06-12 04:12:32
Smoothing Algorithm Question
by UprightPath
2013-05-28 02:58:26

Smoothing Algorithm Question
by UprightPath
2013-05-28 02:57:33

Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!