Search found 9 matches

by cYanide
Tue Feb 01, 2005 4:28 am
Forum: Off Topic
Topic: B-li-tz Max is out!
Replies: 82
Views: 26390

just a lil note, the exe size, if you compile just as is, they will be including everything, you can however choose what you want included and end up with TINY exe sizes
by cYanide
Wed Mar 17, 2004 11:55 pm
Forum: General Discussion
Topic: opengl viewport in scrollarea
Replies: 1
Views: 1119

opengl viewport in scrollarea

how would you make it so i could have an opengl viewport inside a scrollarea ? i can do the gl thing fine, its just getting it inside thats the prob (trying todo a view like in max/milkshape etc (the 3d preview)
by cYanide
Tue Jan 20, 2004 7:52 pm
Forum: General Discussion
Topic: looking for the multithreaded gl cube example
Replies: 3
Views: 2176

looking for the multithreaded gl cube example

hiya, i remember a while ago seeing the gl cube example using multithreading (so it didnt stop when the window was being moved etc)

now im just trying to find the threading bit, threads are being a lil evl to me atm, does anyone have this? i cant seem to find it anymore in search.
by cYanide
Tue Jan 20, 2004 3:02 pm
Forum: General Discussion
Topic: gluPerspectivef error
Replies: 2
Views: 1241

tnx chief all sorted now
by cYanide
Tue Jan 20, 2004 2:05 pm
Forum: General Discussion
Topic: gluPerspectivef error
Replies: 2
Views: 1241

gluPerspectivef error

hiya i seem to get a gluPerspectivef is not a function etc error msg, is there any updated file i need to use this? (aint used pb for a while)
by cYanide
Wed Aug 20, 2003 6:13 am
Forum: General Discussion
Topic: sound question
Replies: 0
Views: 1029

sound question

edit: how would i set the volume that windows media player uses, its different to the main volume and wav volume... any idea i really need to be able to?
by cYanide
Sat Aug 16, 2003 4:11 am
Forum: Game Programming
Topic: can anyone help me with collision
Replies: 22
Views: 9718

erm all good but from the current commands and the above, it seems pb`s 3d parts could turn into a darkbasic type thing (bad) as apposed to a b3d way of coding 3d (better)

stuff like CameraLocate(0, 128, 25, 128) ehh, why have a special command to position a camera? surely it would make sense to ...
by cYanide
Fri Aug 15, 2003 9:19 pm
Forum: Coding Questions
Topic: drawing question
Replies: 2
Views: 1301

ahhh makes sense tnx alot, btw no matter what i try i cant get a splitter gadget working.

trying to get a window split into 2 like | | | with the scroll area on the right and a panel on the left, tried all the examples to see if i did anything wrong and i dont see i have but it just goes wrong :/
by cYanide
Fri Aug 15, 2003 7:27 pm
Forum: Coding Questions
Topic: drawing question
Replies: 2
Views: 1301

drawing question

lo, how would i go about drawing inside a scroll area? in b+ i would use a canvas or something... what would i do in pb?