Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Roy-zZZ08/Texture-Atlas-Compression
/ functions
Functions
242 in github.com/Roy-zZZ08/Texture-Atlas-Compression
⨍
Functions
242
◇
Types & classes
35
Function
prepare_shading_normal
Takes care of all corner cases and produces a final normal used for shading: - Constructs tangent space - Flips normal direction based
Code/nvdiffmodeling/src/renderutils/ops.py:175
Function
prepare_shading_normal_bwd
Code/nvdiffmodeling/src/renderutils/c_src/torch_bindings.cpp:162
Function
prepare_shading_normal_fwd
Code/nvdiffmodeling/src/renderutils/c_src/torch_bindings.cpp:120
Function
projection
(x=0.1, n=1.0, f=50.0)
Code/nvdiffmodeling/src/util.py:127
Function
random_rotation_translation
(t)
Code/nvdiffmodeling/src/util.py:176
Function
random_weights
(base_mesh, ref_mesh)
Code/nvdiffmodeling/src/mesh.py:241
Function
reflect
(x: torch.Tensor, n: torch.Tensor)
Code/nvdiffmodeling/src/util.py:23
Function
reflect
Code/nvdiffmodeling/src/renderutils/c_src/vec3f.h:71
Function
render_mesh
( ctx, mesh, mtx_in, view_pos, light_pos, light_power,
Code/nvdiffmodeling/src/render.py:162
Function
render_mesh_rast
( ctx, mesh, mtx_in, view_pos, light_pos, light_power,
Code/nvdiffmodeling/src/render.py:248
Function
rgb_to_srgb
(texture)
Code/nvdiffmodeling/src/texture.py:109
Function
rgb_to_srgb
(f: torch.Tensor)
Code/nvdiffmodeling/src/util.py:49
Function
rotate_x
(a)
Code/nvdiffmodeling/src/util.py:139
Function
rotate_y
(a)
Code/nvdiffmodeling/src/util.py:146
Function
safeNormalize
Code/nvdiffmodeling/src/renderutils/c_src/vec3f.h:87
Function
safe_normalize
(x: torch.Tensor, eps: float =1e-20)
Code/nvdiffmodeling/src/util.py:29
Function
save_image
(fn, x : np.ndarray)
Code/nvdiffmodeling/src/util.py:330
Function
save_mtl
(fn, material)
Code/nvdiffmodeling/src/material.py:72
Function
save_texture2D
(fn, tex, lambda_fn=None)
Code/nvdiffmodeling/src/texture.py:146
Function
scale
(s)
Code/nvdiffmodeling/src/util.py:153
Function
scale_img_hwc
(x : torch.Tensor, size, mag='bilinear', min='area')
Code/nvdiffmodeling/src/util.py:84
Function
segment_sum
(data: torch.Tensor, segment_ids: torch.Tensor)
Code/nvdiffmodeling/src/util.py:108
Function
skinning
(mesh)
Code/nvdiffmodeling/src/mesh.py:151
Function
srgb_to_rgb
(texture)
Code/nvdiffmodeling/src/texture.py:106
Function
srgb_to_rgb
(f: torch.Tensor)
Code/nvdiffmodeling/src/util.py:58
Method
store
Code/nvdiffmodeling/src/renderutils/c_src/tensor.h:33
Method
store_grad
Code/nvdiffmodeling/src/renderutils/c_src/tensor.h:34
Function
subdivide
(mesh, steps=1)
Code/nvdiffmodeling/src/mesh.py:343
Function
sum
Code/nvdiffmodeling/src/renderutils/c_src/vec3f.h:35
Function
tex_2d
(tex_map : torch.Tensor, coords : torch.Tensor, filter='nearest')
Code/nvdiffmodeling/src/util.py:73
Function
time_to_text
(x)
Code/nvdiffmodeling/src/util.py:342
Function
to_hvec
(x: torch.Tensor, w: float)
Code/nvdiffmodeling/src/util.py:32
Function
tonemap_srgb
(f: torch.Tensor)
Code/nvdiffmodeling/src/util.py:39
Function
translate
(x, y, z)
Code/nvdiffmodeling/src/util.py:133
Function
unit_size
(mesh)
Code/nvdiffmodeling/src/mesh.py:100
Method
vec3f
Code/nvdiffmodeling/src/renderutils/c_src/vec3f.h:16
Method
vec4f
Code/nvdiffmodeling/src/renderutils/c_src/vec4f.h:16
Function
write_obj
(folder, mesh)
Code/nvdiffmodeling/src/obj.py:145
Function
xfm_bwd
Code/nvdiffmodeling/src/renderutils/c_src/torch_bindings.cpp:744
Function
xfm_fwd
Code/nvdiffmodeling/src/renderutils/c_src/torch_bindings.cpp:709
Function
xfm_points
Transform points. Note: this method does not back-propagate matrix gradients by default for performance reasons. For matrix gradients, enabl
Code/nvdiffmodeling/src/renderutils/ops.py:383
Function
xfm_vectors
Transform vectors. Note: this method does not back-propagate matrix gradients by default for performance reasons. For matrix gradients, enab
Code/nvdiffmodeling/src/renderutils/ops.py:404
← previous
201–242 of 242, ranked by callers