 | | Re: mouse model manipulation
|
|
(...) Just clicking on the model in preparation for mouse rotation (LDGLite mode) gives pdn(314, 219), -> (-6.00, 21.00, -4000.00) platform_step(-1, 2, 0) platform_step(-1, 2, 0) platform_step(-1, 2, 0) platform_step(-1, 2, 0) platform_step(0, 1, 1) (...) (24 years ago, 11-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: mouse model manipulation
|
|
(...) snip (...) Sorry Jim, I have to disagree. Mouse rotation is not usable on my PowerBook. The model almost always rotates in one direction whether the I start LDGLedit or LDGLite with the j or J option. But for building, I have found that the (...) (24 years ago, 11-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Some bugs with LDGLite
|
|
(...) Did you get my last post about how all of the keys that do anything also casue LDGLite to step the model? From now on, should I say LDGLEdit for edit mode? Should I say LDGLDraw (a bit redundant) or LDGLIte for the viewing mode? (...) For (...) (24 years ago, 11-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: mouse model manipulation
|
|
(...) Do you mean cursor doesn't disappear when you drag the mouse with the button pressed? It's supposed to. That way you can't see it warp back to the center of the window when it strays too far. Or does the cursor reappear when you leave the (...) (24 years ago, 11-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: mouse model manipulation
|
|
(...) Well, I looked at the pdn and pan values, but they never seemed to get crazy or anything (although I'm not familiar with the inner workings of OpenGL so I'm not entirely sure what constitutes fishy). Their values stay relatively close (...) (24 years ago, 11-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Could someone run a perspective mode test on ldglite?
|
|
(...) That sounds good to me. If anyone else has any preferences on this issue (keyboard camera controls) I hope they speak up, I wouldn't want to push for something that was contrary to someone else's needs. But otherwise, sounds like a good (...) (24 years ago, 10-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Could someone run a perspective mode test on ldglite?
|
|
(...) Hmmm, well, I don't believe I've ever received a single comment on the "camera" moving keys before. Plus I've never been quite happy with the way they affect the opengl view matrix (but not the ldraw matrix). So I suppose I could just redefine (...) (24 years ago, 10-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: mouse model manipulation
|
|
(...) Maybe we can get to the bottom of this one. Try the debugging command line switch -g and see what it prints out when you do a mouse spin. It should spew all sorts of stuff to the console window. Look for pdn(x,y) and pan(x,y) to see if there's (...) (24 years ago, 10-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | mouse model manipulation
|
|
More about mouse spinning - as Chris mentioned in the post I noted before, when rotating the model with the mouse it often doesn't seem to rotate appropriately for the direction of mouse movement -- the model will rotate about a given axis as if it (...) (24 years ago, 10-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Could someone run a perspective mode test on ldglite?
|
|
(...) Here is the post where the mouse issue was originally pointed out: (URL) (at the bottom of the post). It doesn't matter what mode the program is in (perspective or orthographic), mouse rotation is still off somewhat. Basically the problem is (...) (24 years ago, 10-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Some bugs with LDGLite
|
|
(...) I'm pretty sure that's a bug with the OS X version of GLUT. I bet it gives 2 events for each key or button press. Probably a key up and a key down event. I'll have to filter out the extra ones. (...) Hmmm, a quick calculation says 1024x768 (...) (24 years ago, 10-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Could someone run a perspective mode test on ldglite?
|
|
(...) Hi Jim, the internet is a bit smaller than you thought, eh? Imagine my surprise to find a website full of pictures from someone (besides myself) who actually uses ldglite? (...) I must've missed that elsewhere part of the thread. Oh well, I'll (...) (24 years ago, 10-Jun-02, to lugnet.cad.dev.mac, lugnet.cad.dev)
|
| |
 | | Re: Could someone run a perspective mode test on ldglite?
|
|
(...) Hello, all! My name is Jim and it just so happens that the web site you've been discussing in regards to the rendering problems is mine. I'm new to LUGNET, so imagine my surprise when I first start reading its Mac section and see people (...) (24 years ago, 9-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Some bugs with LDGLite
|
|
(...) OK, this on made me laugh (the odd things that happened)j. First I didn't know that the enter key and space bar did anything, but they don't work quite right either. The spacebar causes LDGLite to draw two steps. The enter key causes LDGLite (...) (24 years ago, 7-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Some bugs with LDGLite
|
|
(...) Just to be clear, the two step jump has nothing to do with LDGLite Launcher. Well, the problem with the full screen modes for me is that the parts remain highlighted. I can't go any bigger than about 750x550 if I want the selected part (...) (24 years ago, 7-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Could someone run a perspective mode test on ldglite?
|
|
(...) Hmm. I was under the (mistaken) impression that glPolygonOffset was introduced in OpenGL 1.2. A NULL return from wglGetProcAddress means that the extension function requested doesn't exist. Apparently the ATI driver returns NULL for core (...) (24 years ago, 7-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Some bugs with LDGLite
|
|
(...) That's most likely a problem with the version of GLUT available for Mac OS X. It's known to have bugs like that. There's an improved version of GLUT available, that I might try to use for the next release, but I don't know how difficult it is (...) (24 years ago, 7-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Some bugs with LDGLite
|
|
(...) Hehehe. I know. I never did implement it. I think I tried to disable it (so that I didn't have to delete it from the layout), but I couldn't figure out how. OK, so I didn't put that much time into it. That is why the version is pre 1.0. :-P (...) (24 years ago, 7-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Could someone run a perspective mode test on ldglite?
|
|
(...) I knew it! The opengl driver for my older Rage Pro is terrible. I think they just tested it for quake, which probably doesn't use lines at all. (...) I'm not sure what that NULL means. Does it mean there's no fn, or that it falls back to a (...) (24 years ago, 7-Jun-02, to lugnet.cad.dev.mac)
|
| |
 | | Re: Could someone run a perspective mode test on ldglite?
|
|
(...) True, but lucky for you, I was following this thread, and my work machine (Windows 2000) has a Rage 128 Pro. I get the same effect with the -J option. The -z100 -Z2000 fixes it. One really strange thing, though. As far as I can tell, LDView (...) (24 years ago, 6-Jun-02, to lugnet.cad.dev.mac)
|