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 26, 2024
1 parent b70dc14 commit f881c9f
Show file tree
Hide file tree
Showing 14 changed files with 2,199 additions and 579 deletions.
11 changes: 11 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,30 @@ emin
endfacet
endloop
endsolid
FCOLLADA
GLES
GLSL
gltf
GOOGLEEARTH
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 +63,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 f881c9f

Please sign in to comment.