Support Forum       G3D Web Page     
G3D::VoxelSurface Member List

This is the complete list of members for G3D::VoxelSurface, including all inherited members.

bindDepthPeelArgs(Args &args, RenderDevice *rd, const shared_ptr< Texture > &depthPeelTexture, const float minZSeparation) constG3D::VoxelSurfaceprotectedvirtual
canBeFullyRepresentedInGBuffer(const GBuffer::Specification &specification) const overrideG3D::VoxelSurfaceinlinevirtual
canChange() constG3D::Surfacevirtual
canRenderIntoSVO() constG3D::Surfaceinlinevirtual
create(const String &name, const CFrame &frame, const CFrame &previousFrame, const shared_ptr< VoxelModel > &model, const shared_ptr< Entity > &entity, const Surface::ExpressiveLightScatteringProperties &expressive)G3D::VoxelSurfacestatic
createShared(ArgTypes &&... args)G3D::ReferenceCountedObjectinlineprotectedstatic
cull(const CoordinateFrame &cameraFrame, const class Projection &cameraProjection, const class Rect2D &viewport, Array< shared_ptr< Surface > > &allSurfaces, Array< shared_ptr< Surface > > &outSurfaces, bool previous, bool inPlace)G3D::Surfaceprotectedstatic
cull(const CoordinateFrame &cameraFrame, const class Projection &cameraProjection, const class Rect2D &viewport, const Array< shared_ptr< Surface > > &allSurfaces, Array< shared_ptr< Surface > > &outSurfaces, bool previous=false)G3D::Surfaceinlinestatic
cull(const CoordinateFrame &cameraFrame, const class Projection &cameraProjection, const class Rect2D &viewport, Array< shared_ptr< Surface > > &allSurfaces, bool previous=false)G3D::Surfaceinlinestatic
entity() constG3D::Surfaceinline
expressiveLightScatteringPropertiesG3D::Surface
frame(bool previous=false) const overrideG3D::VoxelSurfaceinlinevirtual
getBoxBounds(const Array< shared_ptr< Surface >> &surfaceArray, AABox &bounds, bool previous=false, bool &anyInfinite=ignoreBool, bool onlyShadowCasters=false)G3D::Surfacestatic
getCoordinateFrame(CoordinateFrame &cframe, bool previous=false) constG3D::Surfacevirtual
getObjectSpaceBoundingBox(G3D::AABox &, bool) const overrideG3D::VoxelSurfacevirtual
getObjectSpaceBoundingSphere(G3D::Sphere &, bool) const overrideG3D::VoxelSurfacevirtual
getObjectSpaceGeometry(Array< int > &index, Array< Point3 > &vertex, Array< Vector3 > &normal, Array< Vector4 > &packedTangent, Array< Point2 > &texCoord, bool previous=false) constG3D::Surfaceinlinevirtual
getSphereBounds(const Array< shared_ptr< Surface > > &surfaceArray, Sphere &bounds, bool previous=false, bool &anyInfinite=ignoreBool, bool onlyShadowCasters=false)G3D::Surfacestatic
getTris(const Array< shared_ptr< Surface > > &surfaceArray, CPUVertexArray &cpuVertexArray, Array< Tri > &triArray, bool computePrevPosition=false)G3D::Surfacestatic
getTrisHomogeneous(const Array< shared_ptr< Surface > > &surfaceArray, CPUVertexArray &cpuVertexArray, Array< Tri > &triArray, bool computePrevPosition=false) constG3D::Surfaceinlinevirtual
hasTransmission() constG3D::Surfaceinlinevirtual
isSkybox() constG3D::Surfaceinlinevirtual
lastChangeTime() constG3D::Surfacevirtual
m_entityG3D::Surfaceprotected
m_frameG3D::VoxelSurfaceprotected
m_modelG3D::Surfaceprotected
m_nameG3D::VoxelSurfaceprotected
m_preferLowResolutionTransparencyG3D::Surfaceprotected
m_previousFrameG3D::VoxelSurfaceprotected
m_profilerHintG3D::VoxelSurfaceprotected
m_rigidBodyIDG3D::Surfaceprotected
m_voxelModelG3D::VoxelSurfaceprotected
model() constG3D::Surfaceinline
name() constG3D::Surfacevirtual
preferLowResolutionTransparency() constG3D::Surfaceinline
render(RenderDevice *rd, const LightingEnvironment &environment, RenderPassType passType) const overrideG3D::VoxelSurfacevirtual
renderDepthOnly(RenderDevice *rd, const Array< shared_ptr< Surface > > &surfaceArray, CullFace cull, const shared_ptr< Texture > &depthPeelTexture=nullptr, const float minZSeparation=0.0f, TransparencyTestMode transparencyTestMode=TransparencyTestMode::REJECT_TRANSPARENCY, const Color3 &transmissionWeight=Color3::white()/3.0f)G3D::Surfacestatic
renderDepthOnlyHomogeneous(RenderDevice *rd, const Array< shared_ptr< Surface > > &surfaceArray, const shared_ptr< Texture > &previousDepthBuffer, const float minZSeparation, TransparencyTestMode transparencyTestMode, const Color3 &transmissionWeight) const overrideG3D::VoxelSurfacevirtual
renderHomogeneous(RenderDevice *rd, const Array< shared_ptr< Surface > > &surfaceArray, const LightingEnvironment &lightingEnvironment, RenderPassType passType) constG3D::Surfacevirtual
renderIntoGBuffer(RenderDevice *rd, const Array< shared_ptr< Surface > > &sortedVisible, const shared_ptr< GBuffer > &gbuffer, const shared_ptr< Texture > &depthPeelTexture=shared_ptr< Texture >(), const float minZSeparation=0.0f, const LightingEnvironment &lightingEnvironment=LightingEnvironment())G3D::Surfacestatic
renderIntoGBufferHomogeneous(RenderDevice *rd, const Array< shared_ptr< Surface > > &surfaceArray, const shared_ptr< GBuffer > &gbuffer, const shared_ptr< Texture > &depthPeelTexture, const float minZSeparation, const LightingEnvironment &lighting) const overrideG3D::VoxelSurfacevirtual
renderIntoSVO(RenderDevice *rd, Array< shared_ptr< Surface > > &visible, const shared_ptr< SVO > &svo, const CoordinateFrame &previousCameraFrame=CoordinateFrame())G3D::Surfacestatic
renderIntoSVOHomogeneous(RenderDevice *rd, Array< shared_ptr< Surface > > &surfaceArray, const shared_ptr< SVO > &svo, const CFrame &previousCameraFrame) const overrideG3D::VoxelSurfaceinlinevirtual
renderMask() constG3D::Surface
renderWireframe(RenderDevice *rd, const Array< shared_ptr< Surface > > &surfaceArray, const Color4 &color=Color3::black(), bool previous=false)G3D::Surfacestatic
renderWireframeHomogeneous(RenderDevice *rd, const Array< shared_ptr< Surface > > &surfaceArray, const Color4 &color, bool previous) const overrideG3D::VoxelSurfaceinlinevirtual
rigidBodyID() constG3D::Surfaceinline
setStorage(ImageStorage newStorage) overrideG3D::VoxelSurfaceinlinevirtual
G3D::Surface::setStorage(const Array< shared_ptr< Surface >> &surfaceArray, ImageStorage newStorage)G3D::Surfacestatic
sortBackToFront(Array< shared_ptr< Surface > > &surfaces, const Vector3 &wsLookVector)G3D::Surfaceinlinestatic
sortFrontToBack(Array< shared_ptr< Surface > > &surfaces, const Vector3 &wsLookVector)G3D::Surfacestatic
Surface(const ExpressiveLightScatteringProperties &e=ExpressiveLightScatteringProperties(), bool preferLowResTransparency=false)G3D::Surfaceinlineprotected
transparencyType() const overrideG3D::VoxelSurfaceinlinevirtual
VoxelSurface(const String &name, const CFrame &frame, const CFrame &previousFrame, const shared_ptr< VoxelModel > &model, const shared_ptr< Entity > &entity, const Surface::ExpressiveLightScatteringProperties &expressive)G3D::VoxelSurfaceprotected
~ReferenceCountedObject()G3D::ReferenceCountedObjectinlinevirtual
~Surface()G3D::Surfaceinlinevirtual

documentation generated on Wed Nov 24 2021 08:02:02 using doxygen 1.8.15