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:ior
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_data_structures.h
508
float
ior
= 1.5f;
member
509
}
ior
;
member
H
A
D
gltf2_exporter.cpp
1029
exportMaterial.
ior
.
ior
= (1.f + refSqr) / (1.f - refSqr);
in ExportGltfMaterialIor()
1626
json::value ExportIor(const Material::Ior&
ior
)
in ExportIor()
argument
1629
if (
ior
.
ior
!= 1.5f) {
in ExportIor()
1630
jsonIor["
ior
"] =
ior
.
ior
;
in ExportIor()
1718
if (auto
ior
= ExportIor(material.
ior
); !io
in ExportMaterialExtensions()
[all...]
H
A
D
gltf2_loader.cpp
1139
bool ParseKhrMaterialsIor(LoadResult& loadResult, const json::value& jsonData, Material::Ior&
ior
)
1142
return ParseOptionalNumber(loadResult,
ior
.
ior
, *iorJson, "
ior
",
ior
.
ior
);
1297
if (!ParseKhrMaterialsIor(loadResult, *extensionsJson, material.
ior
)) {
H
A
D
gltf2_importer.cpp
1596
if (gltfMaterial.
ior
.
ior
!= 1.5f) {
in FillIor()
1597
auto reflectance = (gltfMaterial.
ior
.
ior
- 1.f) / (gltfMaterial.
ior
.
ior
+ 1.f);
in FillIor()
Completed in 16 milliseconds