Code Monkey home page Code Monkey logo

implicit-wiki's Introduction

implicit-wiki's People

Contributors

mikolalysenko avatar

Stargazers

Rodrigo Muñoz avatar Hugh Kennedy avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

implicit-wiki's Issues

Model rejected from Shapeways

I am having problems exporting models to Shapeways. None of my weird exports worked, but then it turned out that the default sphere did not work either. Here is one that broke:

exports.potential = function(x,y,z) {
  x *= 1.2
  y *= x+y
  z *= x > 1 ? y/x : Math.sin(x)
  return 80 - (x * x + y * y + z * z)
}

exports.color = function(x, y, z) {
  var r = Math.cos(x*0.01)
  var g = (y+5)/10 * Math.cos(x) / Math.sin(z*4.4)
  var b = (Math.cos(z)+1) * z + 0.5  
  return [r,g,b]
}

I'm not especially familiar with STL so I'm not sure what could be going wrong. For what it's worth, I was unable to load the STL in this viewer I found, it ran into range errors getting data out of the model:
https://github.com/tonylukasavage/jsstl

Fun site though. It's neat seeing all your modules come together in a project like this. A GLSL/shadertoy type thing that you can actually print is so cool!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.