Cobertos

Results 85 comments of Cobertos

It's a zip folder with just a ton of PDFs and other things. I'll have to unzip and upload

I think that's currently a WIP, see https://github.com/w3reality/three-geo/blob/master/src/models/building.js

Nope, sorry, I've just been going through the repo and found the file with the comment in it.

Not quite? If you look at the Twitter link in the link I pasted above... https://twitter.com/w3reality/status/1063321659342434310 ...whoever runs the account has an example that seems to work quite well, but...

I'm just a user of the library, not a contributor (yet), and thought pointing out that `building.js` exists and is WIP but also a pretty far along WIP from the...

The checkboxes from the side panel clip into the recording space when I disable DPI scaling. Though it at least grabs the right screen region when I do. Surface Pro...

@mattjis Do you have an example by chance?

```javascript import React, { useRef, useState, useEffect } from 'react'; import { CSSTransition } from 'react-transition-group'; import { useRouter } from 'next/router'; import './app.css'; function PageTransition(props) { const { c:...

Duplicate of #21. Workaround for now is to use v1.0.0

This tool is for extracting asset bundles (.unitypackage files). You're probably looking for a "Unity decompiler" or related stuff, like https://github.com/djkaty/Il2CppInspector maybe? You can also check out any general .exe...