threeagent icon indicating copy to clipboard operation
threeagent copied to clipboard

ClojureScript library for building Three.js apps in a reagent-like fashion

Results 8 threeagent issues
Sort by recently updated
recently updated
newest added

What is the recommended way to add fog to a scene? Can I pass the values to the renderer or is it something I should use interop to add after...

Bumps [three](https://github.com/mrdoob/three.js) from 0.125.0 to 0.137.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=three&package-manager=npm_and_yarn&previous-version=0.125.0&new-version=0.137.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

### Discussed in https://github.com/DougHamil/threeagent/discussions/45 Originally posted by **hkjels** December 2, 2021 I believe `three.js` is possible to use with `react-native`, but I guess the `render`-method of `threeagent` will have to...

Hi, it's not an issue, it's just that I am not able to figure out how would I go about implementing a control like TrackballControl. Thanks.

As I look at more examples, I think this is already there. It was not obvious to me that the output of render actually provides the context so that you...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.0 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

When I try to draw an octahedron I get the following runtime error: `Uncaught TypeError: module$node_modules$three$build$three_cjs.Octahedron is not a constructor` Here's my setup: ```clojure (defn threeagent-root [] [:object [:ambient-light {:intensity...