x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
VolumeRenderable.h - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\ogre\sample_include\VolumeRenderable.h
Girar
Efecto
Propiedad
Historial
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2006 Torus Knot Software Ltd Also see acknowledgements in Readme.html You may use this sample code for anything you like, it is not covered by the LGPL like the rest of the engine. ----------------------------------------------------------------------------- */ #ifndef OWL_VOLUMERENDERABLE #define OWL_VOLUMERENDERABLE #include
#include
/** Direct Volume Rendering. TODO: LOD: reduce number of slices in distance TODO: option to generate normals for lighting @author W.J. van der Laan */ class VolumeRenderable: public Ogre::SimpleRenderable { public: VolumeRenderable(size_t nSlices, float size, const Ogre::String & texture); ~VolumeRenderable(); // Copydoc Ogre::SimpleRenderable::notifyCurrentCamera void _notifyCurrentCamera( Ogre::Camera* cam ); void getWorldTransforms( Ogre::Matrix4* xform ) const; /** * Retrieves ratios of the origin-centered bounding sphere for this * object. */ Ogre::Real getBoundingRadius() const; /** * Returns the camera-relative squared depth of this renderable. */ Ogre::Real getSquaredViewDepth(const Ogre::Camera*) const; protected: void initialise(); size_t mSlices; float mSize; float mRadius; Ogre::Matrix3 mFakeOrientation; Ogre::String mTexture; Ogre::TextureUnitState *mUnit; }; #endif
VolumeRenderable.h
Dirección de la página
Dirección del archivo
Anterior
34/35
Siguiente
Descargar
( 1 KB )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.