Skip to content

Commit

Permalink
Support COLLADA materials
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 30, 2024
1 parent 9bed218 commit f045140
Show file tree
Hide file tree
Showing 17 changed files with 2,537 additions and 802 deletions.
12 changes: 12 additions & 0 deletions .github/.cspell/project-dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
anims
binormal
bitangent
blinn
brep
bytecount
clearcoat
Expand All @@ -13,21 +14,31 @@ emin
endfacet
endloop
endsolid
FCOLLADA
GLES
GLSL
gltf
GOOGLEEARTH
Gouraud
idents
IDREF
illum
instancenodes
kwxport
Lemire
lightmap
linestrips
lookat
memchr
memrchr
mmap
mtllib
nalgebra
newmtl
newparam
NMTOKEN
OKINO
phong
polylist
powerset
regr
Expand All @@ -53,4 +64,5 @@ vcolors
vcount
vertexcolors
wasi
wireframe
xmlspecialchars
2 changes: 1 addition & 1 deletion examples/kiss3d/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use kiss3d::{light::Light, nalgebra as na, scene::SceneNode, window::Window};
use lexopt::prelude::*;
use na::{Translation3, UnitQuaternion, Vector3};

const DEFAULT_SCALE: f32 = 0.1;
const DEFAULT_SCALE: f32 = 1.;

#[derive(Debug)]
struct Args {
Expand Down
Loading

0 comments on commit f045140

Please sign in to comment.