To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.rayOpen lugnet.cad.ray in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Ray-Tracing / *2787 (-20)
  Re: L3P On Strike
 
--snip-- (...) Is the above '@' verbatim? Could it be causing the problem? Tim (17 years ago, 22-Apr-07, to lugnet.cad.ray)
 
  L3P On Strike
 
I have used L3P for years, and suddely it went on strike. AutoExec.bat still contains: SET LDRAWDIR=F:\LDraw And the SET command still outputs: LDRAWDIR=F:\LDraw And C:\Windows\ldraw.ini still contains: BaseDirectory=f:\LDraw But running the .bat (...) (17 years ago, 22-Apr-07, to lugnet.cad.ray)
 
  Re: POV Color Cheat! Turn Pink into Medium Blue
 
(...) I thought it was, but in this case it wasn't. The color 24 line can be skipped. And the double pigment declaration was just a pure mistake; one definition is of course sufficient. :) /Tore (17 years ago, 9-Apr-07, to lugnet.cad.ray)
 
  Re: POV Color Cheat! Turn Pink into Medium Blue
 
(...) Good to know. Thanks! (...) I kind of recall that. In some cases, I've seen that L3P ignores an LDraw file with just Type 0 lines. I haven't checked if the IFPOV code makes it not ignore C13-73.dat, but I just did it in a routine manner. /Tore (17 years ago, 9-Apr-07, to lugnet.cad.ray)
 
  Re: POV Color Cheat! Turn Pink into Medium Blue
 
(...) If you want to see the medium blue in LDView, just add the following line to C13-73.dat (anywhere outside the IFPOV section): 0 !COLOUR Medium_Blue CODE 13 VALUE #6E99C8 EDGE 0 Tore, is the color 24 line in the file necessary in order to make (...) (17 years ago, 9-Apr-07, to lugnet.cad.ray)
 
  Re: POV Color Cheat! Turn Pink into Medium Blue  [DAT]
 
(...) This is a great idea that deserves to be highlighted while we're waiting for L3P and other programs to support ldconfig.ldr! Inpired be the objects like timers, dialog objects, menu items etc I add to a Form in a Delphi project, I just came up (...) (17 years ago, 9-Apr-07, to lugnet.cad.ray)
 
  Re: Inverse matrix?
 
The latest: (URL) (17 years ago, 8-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
(...) Well I'll be! That works too! Thanks you guys! James (17 years ago, 8-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?  [DAT]
 
(...) Did you mean this: [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ] [ 1 5 9 13 2 6 10 14 3 7 11 15 4 8 12 16 ] I have yet to try it. James (17 years ago, 8-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
(...) I learned my matrix math from a 3d game programming book and I have no idea what the diagonals are... I was going to look it up but I got Travis' code to work! (URL) might still look it up as I may need to know about it) James (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
(...) I mean swap the OFF-diagonals, leave the diagonals as is. (...) (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
(...) Just take the transpose of the 3x3 world rotation matrix and it should work as the inverse. Transpose means swap diagonals M[1,2] <=> M[2,1] etc. If this doesn't work I've misunderstood you. Tim (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
(...) Hehehe, cool, I'll try that. Thanks! James (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
Clarification! .... snip (...) I am using additional points to specify the location of feet. Combined with the model location, I have 3 points for the hip and feet. [now the following paragraph should make more sense] (...) (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
(...) Arg. I thought this was going to be easy. I liked this part of the wikipedia article: "In practice, inverting a matrix is rarely required. Most of the time, one is really after the solution of a particular system of linear equations." Hm. I (...) (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
(...) I just realised something... do you want a general inverse or a specific inverse? Some inversions are simple eg. a pure rotation can be inverted by taking its transpose and reflections are their own inverses. Tim (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
(...) There really is no easy way to do it. Feel free to look at TCVector::invertMatrix in the LDView code if you want to see code that does it on a 4x4 matrix. To convert a 3x3 matrix into a 4x4 matrix, put the 3x3 in the top left, put a 1 in the (...) (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: Inverse matrix?
 
(...) The inverse of <1,0,0,0,1,0,0,0,1,0,0,0> is itself. To compute the inverse of a general 3x3 matrix (essentially what you need to do) is rather complicated. You could do it in a macro using Gaussian elimination [1]. Tim [1] (URL) (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Inverse matrix?
 
Does anyone know how to generate an inverse matrix. By inverse I mean it will undo the rotation of the original matrix. I thought the inverse of <1,0,0,0,1,0,0,0,1,0,0,0> was <-1,0,0,0,-1,0,0,0,-1,0,0,0>. In other words, multiply every value by -1. (...) (17 years ago, 7-Apr-07, to lugnet.cad.ray, lugnet.cad)
 
  Re: A question about an animation scene
 
(...) You are not specifying a custom clock value so your spline lasts from frames 1 to 121. You actually want to specify a custom clock value. Something like this: animate_by_spline (east_to_south, auto_banking (0) + spline_clock ( ..... ) )} The (...) (17 years ago, 6-Apr-07, to lugnet.cad.ray)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR