MCPcopy Create free account

hub / github.com/JiayinCao/SORT / functions

Functions1,426 in github.com/JiayinCao/SORT

↓ 2 callersFunctionpickBestSplit
@brief Pick the best split among all possible splits. @param axis The selected axis id of the picked split plane. @param split_pos Positio
src/accel/bvh_utils.h:69
↓ 2 callersMethodpoll
(cls, context)
blender-plugin/addons/sortblend/material.py:1155
↓ 2 callersFunctionray_ori_dir_x
src/simd/simd_ray_utils.h:85
↓ 2 callersFunctionray_ori_dir_y
src/simd/simd_ray_utils.h:88
↓ 2 callersFunctionray_ori_dir_z
src/simd/simd_ray_utils.h:91
↓ 2 callersFunctionray_rcp_dir_x
src/simd/simd_ray_utils.h:112
↓ 2 callersFunctionray_rcp_dir_y
src/simd/simd_ray_utils.h:115
↓ 2 callersFunctionray_rcp_dir_z
src/simd/simd_ray_utils.h:118
↓ 2 callersFunctionreplace_socket
(socket, new_type, new_name=None, new_pos=None)
blender-plugin/addons/sortblend/material.py:209
↓ 2 callersFunctionsah
@brief Evaluate the SAH value of a specific splitting. @param left The number of primitives in the left node to be split. @param right
src/accel/bvh_utils.h:56
↓ 2 callersFunctionsameHemisphere
src/scatteringevent/bsdf/bxdf_utils.h:76
↓ 2 callersMethodsample_f
src/scatteringevent/bsdf/hair.cpp:204
↓ 2 callersMethodserialize_exposed_args
(self,fs)
blender-plugin/addons/sortblend/material.py:1219
↓ 2 callersFunctionsimd_cmpneq_ps
src/simd/simd_arm.h:133
↓ 2 callersFunctionsimd_or_ps
src/simd/simd_arm.h:151
↓ 2 callersFunctionsimd_rcp_ps
src/simd/simd_arm.h:121
↓ 2 callersFunctionsimd_sqrt_ps
src/simd/simd_arm.h:118
↓ 2 callersFunctionsimd_zero
src/simd/simd_arm.h:85
↓ 2 callersFunctionsinTheta2
src/scatteringevent/bsdf/bxdf_utils.h:32
↓ 2 callersFunctiontanTheta
src/scatteringevent/bsdf/bxdf_utils.h:72
↓ 2 callersFunctionvectorFromEular
(theta, phi)
scripts/file_generator/multi_scattering_lut.py:31
↓ 1 callersMethodApplyTransform
src/entity/visual.cpp:35
↓ 1 callersMethodBind
src/job/scheduler.cpp:88
↓ 1 callersMethodBuild
src/accel/bvh.cpp:43
↓ 1 callersMethodBuildAccelerationStructure
src/core/scene.cpp:280
↓ 1 callersMethodBuildEmbreeGeometry
src/shape/quad.cpp:124
↓ 1 callersMethodClose
@brief Close the currently opened stream file. @return It returns true if there is a currently opened file, otherwise false will be retur
src/stream/fstream.h:66
↓ 1 callersFunctionConductorFresnel
src/scatteringevent/bsdf/fresnel.h:75
↓ 1 callersFunctionConnectSocket
src/core/socket.cpp:38
↓ 1 callersMethodConvertIntersection
src/shape/quad.cpp:111
↓ 1 callersMethodCreateMaterialProxy
src/material/matmanager.cpp:298
↓ 1 callersMethodCreateSharedType
@brief Create a shared instance of a specific type based on class name. @return Return a reference of a newly created instance.
src/core/rtti.h:43
↓ 1 callersFunctionCreateTSLThreadContexts
src/material/tsl_system.cpp:140
↓ 1 callersMethodCreateUniqueType
@brief Create an unique instance of a specific type based on class name. @return Return a reference of a newly created instance.
src/core/rtti.h:51
↓ 1 callersMethodD
src/scatteringevent/bsdf/disney.cpp:77
↓ 1 callersFunctionDestroyTSLThreadContexts
src/material/tsl_system.cpp:148
↓ 1 callersFunctionDielectricSpecularToF0
src/scatteringevent/bsdf/kylin_principle.cpp:32
↓ 1 callersFunctionDiffuseAttenuation
Diffuse attenutation to perserve energy conservation A Microfacet Based Coupled Specular-Matte BRDF Model with Importance Sampling https://www.researc
src/scatteringevent/bsdf/multi_scattering.h:106
↓ 1 callersMethodDisconnectDisplayServer
src/core/display_mgr.cpp:78
↓ 1 callersMethodDispatch
src/core/log.cpp:46
↓ 1 callersMethodEavg
src/scatteringevent/bsdf/microfacet.cpp:99
↓ 1 callersMethodEnableCategory
src/core/stats.cpp:89
↓ 1 callersMethodEnqueue
src/job/scheduler.cpp:119
↓ 1 callersMethodEvaluate
@brief This the interface for evaluating volume density inside a volume. Apart from heterogenous volume, no other closure needs this interface.
src/material/closures.cpp:138
↓ 1 callersMethodEvaluateAvg
@brief Evaluate the average of the fresnel term Fresnel average is defined this way F_avg = 2.0 /int_0^1 F(/mu) /mu d /mu With only a few parameters,
src/scatteringevent/bsdf/fresnel.h:102
↓ 1 callersMethodEvaluateOpacity
@brief Evaluate the opacity of the closure. @param param Closure parameter. @param w Weight of the current closure. @return
src/material/closures.cpp:114
↓ 1 callersFunctionEvaluateTransparency
src/material/tsl_system.cpp:120
↓ 1 callersMethodEvaluateTransparency
src/material/material.cpp:271
↓ 1 callersFunctionEvaluateVolumeSample
src/material/closures.cpp:613
↓ 1 callersFunctionExecuteSurfaceShader
src/material/tsl_system.cpp:73
↓ 1 callersFunctionExecuteVolumeShader
src/material/tsl_system.cpp:92
↓ 1 callersMethodExpend
src/math/bbox.cpp:127
↓ 1 callersMethodGenSmoothTagent
src/core/mesh.cpp:42
↓ 1 callersMethodGenUV
src/core/mesh.cpp:60
↓ 1 callersMethodGenerateRay
generate camera ray
src/camera/ortho.cpp:23
↓ 1 callersMethodGenerateSample
@brief This interface is not well supported in SORT for now.
src/integrator/integrator.h:90
↓ 1 callersMethodGetAk
src/scatteringevent/bsdf/fourierbxdf.h:88
↓ 1 callersMethodGetAlphaFromtUV
src/texture/texturebase.cpp:105
↓ 1 callersMethodGetData
@brief Get raw data;
src/stream/mstream.h:179
↓ 1 callersMethodGetDataSize
@brief Get written size of the stream. @return The size of written bytes.
src/stream/mstream.h:158
↓ 1 callersMethodGetDefaultMat
get default material
src/material/matmanager.h:54
↓ 1 callersMethodGetForward
@brief Get viewing direction. @return Camera forward direction.
src/camera/ortho.h:90
↓ 1 callersMethodGetMaterial
@brief Get the material of the primitive. A default red material will be used for primitives with no materials or invalid materials. @return
src/core/primitive.h:93
↓ 1 callersMethodGetMaterialId
@brief Get the material id. @return Material id of the shape.
src/shape/line.h:125
↓ 1 callersMethodGetResource
src/material/matmanager.cpp:291
↓ 1 callersMethodGetScreenCoord
get camera coordinate according to a view direction in world space
src/camera/perspective.cpp:109
↓ 1 callersMethodGetShapeType
@brief Get the type of the shape @return The type of the shape.
src/shape/disk.h:99
↓ 1 callersMethodGetSkyLight
get sky light
src/core/scene.h:141
↓ 1 callersMethodHasSSS
src/material/material.cpp:279
↓ 1 callersMethodHasVolumeAttached
src/material/material.cpp:283
↓ 1 callersFunctionInitializeSocketSystem
src/core/socket.cpp:23
↓ 1 callersMethodIsDisplayServerConnected
src/core/display_mgr.cpp:44
↓ 1 callersMethodIsInfinite
@brief Whether the light is an infinite light source. @return Whether the light is an infinite light.
src/light/light.h:101
↓ 1 callersMethodIsNoMaterialMode
src/material/matmanager.cpp:45
↓ 1 callersMethodIsOccluded
src/accel/bvh.cpp:148
↓ 1 callersMethodLi
radiance along a specific ray direction
src/integrator/ir.cpp:95
↓ 1 callersMethodLoadHdrImage
src/light/hdrskylight.cpp:34
↓ 1 callersMethodLoadScene
src/core/scene.cpp:112
↓ 1 callersFunctionLogI0
src/scatteringevent/bsdf/hair.cpp:56
↓ 1 callersFunctionLogistic
src/scatteringevent/bsdf/hair.cpp:70
↓ 1 callersFunctionMatrixSortToBlender
()
blender-plugin/addons/sortblend/exporter.py:129
↓ 1 callersFunctionMicrofacetMs
Revisiting Physically Based Shading at Imageworks http://www.aconty.com/pdf/s2017_pbs_imageworks_slides.pdf
src/scatteringevent/bsdf/multi_scattering.h:57
↓ 1 callersMethodNeedFullTargetRealtimeUpdate
@brief Need full target real time update.
src/integrator/integrator.h:78
↓ 1 callersMethodNeedImageLock
@brief Whether the image update needs a lock
src/integrator/integrator.h:122
↓ 1 callersMethodNeedRefreshTile
@brief Though most integrators do support live update in Blender, some doesn't, like light tracing.
src/integrator/integrator.h:68
↓ 1 callersFunctionOpenFile
( filename )
blender-plugin/addons/sortblend/ui/ui_render.py:114
↓ 1 callersFunctionOpenFolder
( path )
blender-plugin/addons/sortblend/ui/ui_render.py:122
↓ 1 callersMethodOutput
src/texture/texturebase.cpp:27
↓ 1 callersFunctionPerspective
perspective matrix
src/math/transform.h:190
↓ 1 callersMethodPickPDF
@brief Get the pdf to pick the light. @return The pdf of picking the light source.
src/light/light.h:162
↓ 1 callersMethodPower
src/light/area.cpp:77
↓ 1 callersMethodPrintStats
src/core/stats.cpp:60
↓ 1 callersMethodProcess
src/core/display_mgr.cpp:85
↓ 1 callersFunctionProcessOpacity
src/material/closures.cpp:630
↓ 1 callersFunctionProcessVolumeClosure
src/material/closures.cpp:596
↓ 1 callersMethodPushLine
@brief Push a line in the data structure. @param pri The original primitive. @return Whether the data structure is full.
src/simd/simd_line.h:69
↓ 1 callersMethodPushTriangle
@brief Push a triangle in the data structure. @param pri The original primitive. @return Whether the data structure is full.
src/simd/simd_triangle.h:74
↓ 1 callersMethodRegister
src/core/stats.cpp:26
↓ 1 callersFunctionRegisterClosures
src/material/closures.cpp:564
↓ 1 callersMethodRequestSample
src/integrator/bidirpath.cpp:233
← previousnext →301–400 of 1,426, ranked by callers