+Loading manual… + +If JavaScript is disabled, the Markdown below is the documentation. ++
diff --git a/core.cm b/core.cm index cfc29d8..db68e3c 100644 --- a/core.cm +++ b/core.cm @@ -728,7 +728,6 @@ return { // Draw API load_model: load_model, - recalc_model_textures: recalc_model_textures, make_cube: make_cube, make_sphere: make_sphere, make_cylinder: make_cylinder, diff --git a/examples/modelview.ce b/examples/modelview.ce index 3d1dad1..d4a054e 100644 --- a/examples/modelview.ce +++ b/examples/modelview.ce @@ -173,10 +173,6 @@ function _switch_to_style(new_style) { if (style == new_style) return style = new_style lance3d.switch_style(style) - // Recalculate model textures for new style - if (model) { - lance3d.recalc_model_textures(model) - } log.console("Switched to " + style + " style") } diff --git a/website/index.html b/website/index.html new file mode 100644 index 0000000..1ded857 --- /dev/null +++ b/website/index.html @@ -0,0 +1,157 @@ + + +
+ ++Loading manual… + +If JavaScript is disabled, the Markdown below is the documentation. ++