Search found 7 matches

by Akiko
Sun Mar 27, 2005 7:28 pm
Forum: Beginners Help
Topic: Vsync with Direct3D
Replies: 5
Views: 296

hi,

i've noticed the same - in window mode with directx , FPS isn't capped with vsync.
by Akiko
Thu Mar 24, 2005 10:45 pm
Forum: Beginners Help
Topic: pk3 files
Replies: 22
Views: 3805

sorry but i don'tt have any idea what kind of error is this. my card supports opengl 1.3. Search maybe for some config file, or parameters to run radiant without gl. I don'tt know what happen. It seams that 1.3 and 1.5 are compatible. that it need some compiling tools for make final pk3. I think tha...
by Akiko
Thu Mar 24, 2005 10:24 pm
Forum: Advanced Help
Topic: Stereoscopic view, glFrustum
Replies: 4
Views: 579

Thanks for answer,

only moving camera to left and right (even if we have nose :) ) doesn't look nice.
I will try to build projection with builProjectionMatrix...(...) function and than change some values by hand before setting it on camera.
by Akiko
Sun Mar 20, 2005 8:50 pm
Forum: Advanced Help
Topic: Stereoscopic view, glFrustum
Replies: 4
Views: 579

Stereoscopic view, glFrustum

Hi. Sorry if it isn’t advanced topic. I need to set up stereo view – two viewports and two cameras with different position. I’ve read posts about multiple cameras but now my question is a little different. In stereoscopic the best results we get using asymmetric view – (I am not sure the definition ...
by Akiko
Sun Mar 20, 2005 7:31 pm
Forum: Beginners Help
Topic: pk3 files
Replies: 22
Views: 3805

i use gtkradiant
ver 1.5 to build the scene
ver 1.3 to set up lights - has better interface for me :)

u can save your work in .map file and compile it to .bsp file.

then put all files generated by radiant, models and gfx files to .pk3. How to do it - read radiant manual.

.wad- I don't know.
by Akiko
Mon Mar 14, 2005 12:29 pm
Forum: Beginners Help
Topic: InOutFader is killing my application
Replies: 5
Views: 377

You are right.

I have’t noticed that because most of my gui elements are transparent.

Removing fader when isReady() helps. THX
by Akiko
Sun Mar 13, 2005 10:49 pm
Forum: Beginners Help
Topic: InOutFader is killing my application
Replies: 5
Views: 377

Hi,

I've solved my problem and registered :)

The steps are:

1. add fader
2. set fader color
3. create other gui elements
4. call fadeIn() function

Anyway, thanks for answer.