vray - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
microsoft.public ... calendaring 2
microsoft.public ... directx.graphics 1
alt.3d 1
uk.adverts.computer 1
Last week most active authors
No posts for a week
Last active threads
2007/10/17 Autodesk.3D.Studio.Max.v2008(Win.x32/x64), AND/OR DeEspona 3D Models Encyclopedia for 3DSMAX [10 CDS], AND/OR 3Ds Max Plugins Collection ] [[5 CDs]+1 DVD], other new programs
Started ola · Date: Oct 17, 2007 13:14 · 1 post(s)
2007/10/15 Autodesk.3D.Studio.Max.v2008, AND/OR DeEspona 3D Models Encyclopedia for 3DSMAX [10 CDS], AND/OR 3Ds Max Plugins Collection ] [[5 CDs]+1 DVD], other new programs
Started vidocq · Date: Oct 16, 2007 10:14 · 1 post(s)
private calendar items for delegate
Started Tony Schaller · Date: Oct 7, 2007 12:05 · 2 post(s)
Picking/object selection in directx
Started fury · Date: Nov 1, 2006 16:35 · 3 post(s)
Last week hot threads
No posts for a week
Latest posts
2007/10/17 Autodesk.3D.Studio.Max.v2008(Win.x32/x64), AND/OR DeEspona 3D Models Encyclopedia for 3DSMAX [10 CDS], AND/OR 3Ds Max Plugins Collection ] [[5 CDs]+1 DVD], other new programs
Group: alt.3d · Group Profile · Search for vray in alt.3d
Author: ola
Date: Oct 17, 2007 13:14

...3DS.Max.9 2006/10/19 Vray.Advanced.1.50.R3.for.3dsMax.8 2006/10/19 Vray.Advanced.1.50.R3.for.3dsMax.9 2006/10/19 Vray.Advanced.1.50.R3.for.3dsMax...SP3.for.3dsmax 2006/05/01 Vray.1.49.03.for.3dsmax 2006....7.8 2006/02/13 Vray.1.48.03.for.3dsmax ....00.132 2005/07/05 VRay.Advanced.v1.47.03.Beta.... for 3DSMAX 2003/06/16 Vray Advanced v1.09.03G for ... 4.x 2002/05/23 VRay v1.08.2 For 3DSMAX ....3dsmax4.Plugin 2002/05/02 Vray.1.07.Advanced.Retail.Max....
Show full article (23.63Kb)
2007/10/15 Autodesk.3D.Studio.Max.v2008, AND/OR DeEspona 3D Models Encyclopedia for 3DSMAX [10 CDS], AND/OR 3Ds Max Plugins Collection ] [[5 CDs]+1 DVD], other new programs
Group: uk.adverts.computer · Group Profile · Search for vray in uk.adverts.computer
Author: vidocq
Date: Oct 16, 2007 10:14

...3DS.Max.9 2006/10/19 Vray.Advanced.1.50.R3.for.3dsMax.8 2006/10/19 Vray.Advanced.1.50.R3.for.3dsMax.9 2006/10/19 Vray.Advanced.1.50.R3.for.3dsMax...SP3.for.3dsmax 2006/05/01 Vray.1.49.03.for.3dsmax 2006....7.8 2006/02/13 Vray.1.48.03.for.3dsmax ....00.132 2005/07/05 VRay.Advanced.v1.47.03.Beta.... for 3DSMAX 2003/06/16 Vray Advanced v1.09.03G for ... 4.x 2002/05/23 VRay v1.08.2 For 3DSMAX ....3dsmax4.Plugin 2002/05/02 Vray.1.07.Advanced.Retail.Max....
Show full article (23.49Kb)
RE: private calendar items for delegate
Group: microsoft.public.outlook.calendaring · Group Profile · Search for vray in microsoft.public.outlook.calendaring
Author: Tony Schaller
Date: Oct 7, 2007 12:10

... Please ignore that post. Regards, Tony "Tony Schaller" wrote: Hi In Outlook 2007 a delegate cannot see private calendar items even if the checkbox "allow delegate to see private elements" is set (text may vray because we currently use the german version of outlook). Is this a bug or do we have forgotten another option? (Using the same settings all wiorked fine in Outlook 2003). Thanks for any information! ...
Show full article (0.61Kb)
private calendar items for delegate
Group: microsoft.public.outlook.calendaring · Group Profile · Search for vray in microsoft.public.outlook.calendaring
Author: Tony Schaller
Date: Oct 7, 2007 12:05

Hi In Outlook 2007 a delegate cannot see private calendar items even if the checkbox "allow delegate to see private elements" is set (text may vray because we currently use the german version of outlook). Is this a bug or do we have forgotten another option? (Using the same settings all wiorked fine in Outlook 2003). Thanks for any information! Regardy, Tony
Show full article (0.37Kb)
Re: Picking/object selection in directx
Group: microsoft.public.win32.programmer.directx.graphics · Group Profile · Search for vray in microsoft.public.win32.programmer.directx.graphics
Author: Robert Dunlop
Date: Nov 1, 2006 18:31

... space // vFar is intersection of cursor with far plane in world space Vec3 vRay=normalize(vFar-vNear); float rayLen=Length(vFar-vNear); // inside render loop.... Vec3 vCent=TransformVec3(mesh.center,mesh.worldMatrix); Vec3 vh=vCent-vNear; float a=dot(vh,vRay); if (a<0.0f) a=0.0f; else if (a>rayLen) a=rayLen; Vec3 vClosest=vNear+vRay*a; float vToCenter=vCent-vClosest; if (sqRad>=dot(vToCenter,vToCenter)) // possible hit...
Show full article (3.01Kb)