Changeset 2302


Ignore:
Timestamp:
03/30/07 11:58:04 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/Lib/Illum/IllumModule
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderTechniques/OgreIllumVolumeRenderTechnique.h

    r2240 r2302  
    2525                @param illumTextureResolution           the resolution of the light volume texture 
    2626                @param textureDepth                                     the number of layers to use (should be set to 1) 
    27                 @param illumTexID                                       the id of the texture unit state the resulting illumevolume should be bound to 
     27                @param illumTexID                                       the id of the texture unit state the resulting illum volume should be bound to 
    2828                @param useDistCalc                                      flag to skip updates if the shaded particle system is far away (not used) 
    2929                @param materialName                                     the name of the material that is used while rendering the light volume 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderingRuns/OgreSceneCameraDepthRenderingRun.cpp

    r1670 r2302  
    4343{ 
    4444         
    45         setMaterialForVisibles(String("GameTools/SceneCameraDepthShader"), playerCamera, false, true); 
     45        setMaterialForVisibles(String("GTP/Basic/CameraDepth"), playerCamera, false, true); 
    4646         
    4747        RenderTarget* rt = depthTexture->getBuffer().getPointer()->getRenderTarget(); 
  • GTP/trunk/Lib/Illum/IllumModule/doc/Doxyfile_GTPIllum

    r2261 r2302  
    162162# configuration options related to the LaTeX output 
    163163#--------------------------------------------------------------------------- 
    164 GENERATE_LATEX         = NO 
     164GENERATE_LATEX         = YES 
    165165LATEX_OUTPUT           = latex 
    166166LATEX_CMD_NAME         = latex 
     
    170170EXTRA_PACKAGES         =  
    171171LATEX_HEADER           =  
    172 PDF_HYPERLINKS         = NO 
     172PDF_HYPERLINKS         = YES 
    173173USE_PDFLATEX           = YES 
    174174LATEX_BATCHMODE        = NO 
Note: See TracChangeset for help on using the changeset viewer.