Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HailToDodongo/pyrite64
/ functions
Functions
1,683 in github.com/HailToDodongo/pyrite64
⨍
Functions
1,683
◇
Types & classes
362
↓ 1 callers
Method
isRunning
n64/engine/include/scene/components/nodeGraph.h:29
↓ 1 callers
Method
isSelfEnabled
* Check if the object itself is enabled (not considering parent/group state). * @return true if enabled */
n64/engine/include/scene/object.h:113
↓ 1 callers
Method
isSelfVisible
* Check if the object itself is visible (not considering parent/group state). * @return true if visible */
n64/engine/include/scene/object.h:136
↓ 1 callers
Function
isTexFormatMono
src/utils/textureFormats.h:49
↓ 1 callers
Method
isXM
n64/engine/include/scene/components/audio2d.h:45
↓ 1 callers
Method
iterObjectChildren
n64/engine/include/scene/scene.h:235
↓ 1 callers
Function
labelMatchesFilter
* Returns whether a label matches a filter, ignoring case. * @param label Item text. * @param filter Filter text. * @return True when the ite
src/editor/imgui/helper.h:374
↓ 1 callers
Function
labelMatchesPascalWordFilter
* Matches a spaced filter against ordered PascalCase word starts. * @param label Item text being searched. * @param filter Filter text split by
src/editor/imgui/helper.h:331
↓ 1 callers
Function
labelStartsWithFilterToken
* Returns whether a label word starts with a filter token, ignoring case. * @param label Item text being searched. * @param labelLength Cached l
src/editor/imgui/helper.h:302
↓ 1 callers
Method
latest
n64/engine/src/debug/overlay/ovlCPU.cpp:32
↓ 1 callers
Function
linearConstraintScale
n64/engine/src/collision/rigidBody.cpp:42
↓ 1 callers
Method
load
n64/engine/src/script/nodeGraph.cpp:37
↓ 1 callers
Function
loadFonts
src/editor/imgui/theme.cpp:38
↓ 1 callers
Function
loadSubFile
n64/engine/src/scene/sceneLoader.cpp:48
↓ 1 callers
Method
log
src/utils/logger.cpp:25
↓ 1 callers
Method
lookDelta
src/renderer/camera.cpp:97
↓ 1 callers
Function
makeMirroredCollisionEvent
n64/engine/src/collision/collisionScene.cpp:80
↓ 1 callers
Function
makeObjectPairKey
n64/engine/src/collision/collisionScene.cpp:73
↓ 1 callers
Method
markNodeGraphDirty
src/project/assetManager.cpp:729
↓ 1 callers
Method
markNodeGraphSaved
src/project/assetManager.cpp:747
↓ 1 callers
Method
markSaved
src/editor/undoRedo.cpp:125
↓ 1 callers
Function
mat4FromSRT
same as 't3d_mat4_from_srt'
src/renderer/skeleton.cpp:11
↓ 1 callers
Function
matrix3Determinant
n64/engine/src/collision/rigidBody.cpp:68
↓ 1 callers
Function
matrix3Inverse
n64/engine/src/collision/rigidBody.cpp:74
↓ 1 callers
Function
miTest
n64/examples/jam25/src/user/BootChecks.cpp:13
↓ 1 callers
Method
moveObject
src/project/scene/scene.cpp:174
↓ 1 callers
Function
normalizeDir
src/editor/pages/parts/assetsBrowser.cpp:38
↓ 1 callers
Method
onColl
n64/engine/include/scene/components/code.h:96
↓ 1 callers
Method
onEvent
n64/engine/src/scene/components/collBody.cpp:90
↓ 1 callers
Function
onScenePreLoad
n64/tests/test_obj_states/src/user/TestSetup.cpp:512
↓ 1 callers
Method
outOfLocalSpace
n64/engine/src/scene/object.cpp:64
↓ 1 callers
Function
parseAttributes
src/utils/codeParser.cpp:75
↓ 1 callers
Function
parseBitmask
Parses a "bit=name" comma separated list (e.g. "0=Fire, 1=Water") into (bit, name) pairs.
src/utils/codeParser.cpp:61
↓ 1 callers
Method
performStateChange
n64/engine/include/scene/object.h:229
↓ 1 callers
Function
planeSignedDistance
@brief Returns the signed distance from a point to a plane. @param plane The plane to test against. @param point The point to measure from. @return Po
n64/engine/include/collision/vecMath.h:213
↓ 1 callers
Function
pointInTriangle
n64/engine/src/collision/capsuleSweep.cpp:21
↓ 1 callers
Method
pollWatch
src/project/assetManager.cpp:431
↓ 1 callers
Method
pop
n64/engine/include/lib/fifo.h:27
↓ 1 callers
Method
preDraw
n64/engine/src/renderer/pipelineBigTex.cpp:71
↓ 1 callers
Function
printEvent
n64/tests/test_obj_states/src/user/TestSetup.cpp:32
↓ 1 callers
Function
processFontRowMajorWithWidths
(png)
tools/createDebugFont.mjs:47
↓ 1 callers
Function
randDir3D
n64/engine/include/lib/math.h:119
↓ 1 callers
Function
randomU32
src/utils/hash.h:59
↓ 1 callers
Function
ray_box_intersection
n64/engine/src/collision/raycast.cpp:58
↓ 1 callers
Function
ray_capsule_intersection
n64/engine/src/collision/raycast.cpp:128
↓ 1 callers
Function
ray_collider_intersection
n64/engine/src/collision/raycast.cpp:477
↓ 1 callers
Function
ray_cone_intersection
n64/engine/src/collision/raycast.cpp:308
↓ 1 callers
Function
ray_cylinder_intersection
n64/engine/src/collision/raycast.cpp:219
↓ 1 callers
Function
ray_pyramid_intersection
n64/engine/src/collision/raycast.cpp:401
↓ 1 callers
Function
ray_triangle_intersection
n64/engine/src/collision/raycast.cpp:499
↓ 1 callers
Method
reApplyScissor
* Re-applies the scissor-area defined via the viewport. * This can be useful if you changed the scissor-area and now wish to reset it. *
n64/engine/include/scene/camera.h:41
↓ 1 callers
Method
readColorImage
src/renderer/framebuffer.cpp:163
↓ 1 callers
Method
readMask
n64/engine/include/collision/colliderShape.h:73
↓ 1 callers
Method
readObjectID
src/renderer/framebuffer.cpp:204
↓ 1 callers
Function
recordWholeModel
n64/engine/src/scene/components/model.cpp:36
↓ 1 callers
Method
reload
src/project/scene/sceneManager.cpp:24
↓ 1 callers
Method
remove
src/project/scene/sceneManager.cpp:95
↓ 1 callers
Method
removeCamera
n64/engine/include/scene/scene.h:172
↓ 1 callers
Method
removeComponent
src/project/scene/object.cpp:92
↓ 1 callers
Method
removeObject
n64/engine/src/scene/scene.cpp:445
↓ 1 callers
Method
removeObject
src/project/scene/scene.cpp:159
↓ 1 callers
Method
removeObjectSelection
src/context.h:114
↓ 1 callers
Method
removeParticle
n64/engine/include/renderer/particles/ptxSystem.h:41
↓ 1 callers
Function
renderSubText
src/editor/pages/launcher.cpp:30
↓ 1 callers
Function
replaceAll
src/utils/string.h:19
↓ 1 callers
Function
replaceFirst
src/utils/string.h:10
↓ 1 callers
Method
request
src/utils/container.h:17
↓ 1 callers
Method
reserveTexture
n64/engine/src/renderer/bigtex/textures.cpp:65
↓ 1 callers
Method
reset
n64/engine/src/renderer/drawLayer.cpp:159
↓ 1 callers
Method
reset
n64/engine/src/collision/collisionScene.cpp:152
↓ 1 callers
Method
reset
src/renderer/animation.cpp:10
↓ 1 callers
Method
resetLayers
src/project/scene/scene.cpp:275
↓ 1 callers
Method
resetPushVelocities
Reset split impulse push velocities at the start of each physics step
n64/engine/include/collision/rigidBody.h:164
↓ 1 callers
Function
rotateEdge
n64/engine/src/collision/epa.cpp:208
↓ 1 callers
Function
rspq_write_2
n64/engine/src/renderer/hdr/rspHDR.cpp:15
↓ 1 callers
Function
rspq_write_3
n64/engine/src/renderer/hdr/rspHDR.cpp:18
↓ 1 callers
Function
rspq_write_4
n64/engine/src/renderer/hdr/rspHDR.cpp:21
↓ 1 callers
Method
save
src/project/scene/sceneManager.cpp:74
↓ 1 callers
Method
saveState
src/editor/window.cpp:114
↓ 1 callers
Function
scaleVec3Components
n64/engine/src/collision/rigidBody.cpp:26
↓ 1 callers
Function
selectContactPointToReplace
@brief Selects which existing contact point to replace when the manifold is full, using an area-maximizing heuristic. 1. Always keep the deepest penet
n64/engine/src/collision/collide.cpp:776
↓ 1 callers
Method
serialize
src/project/scene/object.cpp:101
↓ 1 callers
Method
serialize
src/project/scene/scene.cpp:47
↓ 1 callers
Function
serializeObj
src/project/scene/object.cpp:19
↓ 1 callers
Method
setAngularDamping
n64/engine/include/collision/rigidBody.h:83
↓ 1 callers
Method
setBlendAnim
n64/engine/src/scene/components/animModel.cpp:33
↓ 1 callers
Method
setBounce
n64/engine/include/collision/colliderShape.h:61
↓ 1 callers
Method
setConf
n64/engine/include/renderer/hdr/postProcess.h:38
↓ 1 callers
Method
setConstraints
n64/engine/src/collision/rigidBody.cpp:188
↓ 1 callers
Method
setFriction
n64/engine/include/collision/colliderShape.h:63
↓ 1 callers
Function
setGfxScale
n64/engine/src/collision/gfxScale.cpp:12
↓ 1 callers
Method
setGravityScale
n64/engine/include/collision/rigidBody.h:81
↓ 1 callers
Method
setHasGravity
n64/engine/include/collision/rigidBody.h:85
↓ 1 callers
Method
setKinematic
n64/engine/include/collision/rigidBody.h:121
↓ 1 callers
Method
setMainAnim
n64/engine/src/scene/components/animModel.cpp:29
↓ 1 callers
Function
setMasterVolume
n64/engine/src/audio/audioManager.cpp:68
↓ 1 callers
Method
setOwner
n64/engine/include/collision/colliderShape.h:52
↓ 1 callers
Method
setParentOffset
n64/engine/include/collision/colliderShape.h:58
↓ 1 callers
Method
setReference
n64/engine/src/collision/attach.cpp:33
↓ 1 callers
Method
setResult
src/utils/container.h:24
← previous
next →
601–700 of 1,683, ranked by callers