Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:meshManager_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
morphing_system.cpp
88
meshManager_
(*GetManager<IMeshComponentManager>(ecs)), morphManager_(*GetManager<IMorphComponentManager>(ecs)),
in MorphingSystem()
267
if (const ScopedHandle<const MeshComponent> meshData =
meshManager_
.Read(renderMeshData->mesh);
in Update()
285
if (const auto meshData =
meshManager_
.Read(renderMeshComponent.mesh); meshData) {
in Update()
H
A
D
skinning_system.h
88
IMeshComponentManager&
meshManager_
;
member in final
H
A
D
morphing_system.h
78
IMeshComponentManager&
meshManager_
;
member in final
H
A
D
render_preprocessor_system.h
118
IMeshComponentManager*
meshManager_
{ nullptr };
H
A
D
render_preprocessor_system.cpp
128
meshManager_
(GetManager<IMeshComponentManager>(ecs)), nodeManager_(GetManager<INodeComponentManager>(ecs)),
in RenderPreprocessorSystem()
304
if (const auto meshData =
meshManager_
->Read(renderMeshHandle->mesh); meshData) {
in GatherSortData()
471
const auto meshGen =
meshManager_
->GetGenerationCounter();
in Update()
H
A
D
skinning_system.cpp
145
meshManager_
(*GetManager<IMeshComponentManager>(ecs)), threadPool_(ecs.GetThreadPool())
in SkinningSystem()
274
if (const auto meshHandle =
meshManager_
.Read(renderMeshComponent.mesh); meshHandle) {
in UpdateSkin()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_importer.h
162
IMeshComponentManager&
meshManager_
;
member in GLTF2::final
H
A
D
gltf2_importer.cpp
2558
meshManager_
(*GetManager<IMeshComponentManager>(*ecs_)), nameManager_(*GetManager<INameComponentManager>(*ecs_)),
3305
const auto meshEntity = LookupResourceByUri(uri, uriManager_,
meshManager_
);
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H
A
D
lume_common.h
242
CORE3D_NS::IMeshComponentManager*
meshManager_
{ nullptr };
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H
A
D
lume_common.cpp
926
meshManager_
= CORE_NS::GetManager<CORE3D_NS::IMeshComponentManager>(ecs);
in LoadSystemGraph()
Completed in 14 milliseconds