Ximore

Results 3 issues of Ximore

I tried to Use a texture map like this: ```js // Cube.js -> line 212 if (edge.name === "R") { var texture = new THREE.TextureLoader().load('/assets/icons/android-chrome-192x192.png'); edge.material.map = texture; } ```...

I am trying to get latest posts from my collection, but want only to fetch those that are published until this day today. So I want to know how to...

Let's consider I have a collection of blog posts called `posts`. Then I will have access to a GraphQL command called `allPosts`. This works perfectly fine except when dealing with...

bug