What are you working on currently? (2017)

Well, one issue right now is that it tries to stick to edges between parts, like here:

https://i.gyazo.com/6b1c01bbef1556fc5fb6a7023524ec78.gif

It also doesn’t like thin things:

https://i.gyazo.com/6c4b629469f8b91703ae87c3c59bb579.gif

It works pretty well other than that, all things considered.

Ah. lol Yes. These were all the problems that I expect I would be running into (again, no pun intended!!!) too.

Is it able to handle CSG or mesh parts though? I wouldn’t expect it to, but maybe you found a way, I don’t know.

What am I working on currently, you ask…?

my BLOXY speech at the last second because I thought it was due Saturday. send help plz

1 Like

It depends on how complicated the CSG is. If it doesn’t have any curved edges or thin areas, it works. I haven’t tested it on MeshParts, but I’d assume it’s the same case.

Raycasting will give you back the position where it hit and the surface normal, so the algorithm shouldn’t care what kind of part it actually is. Only have to watch out that the hitbox is refined enough or it’ll look weird probably.

Yeah, it uses some of this math by Fractality_alt to handle surfaces. I dunno why it has a lot of trouble with curved edges 'n stuff, though. I’ll see if it’s something I can fix after everything else is in working order.

Before mesh importing, I was always fascinated by how builders on Roblox would be able to pull off cars mainly using triangle tools. Cars are so complicated in their shape compared to other things you see everybody build. They’re like sculpted bubbles. Although we now have mesh importing, I wanted to give myself the challenge to figure out how to do sculpted cars myself. I was given tips as I went from a veteran car builder on Roblox and I couldn’t be happier with the results. It’s a ton of work, and mesh importing is The way to be doing things like this, but the amount of building knowledge I gained from this challenge was absolutely worth it.

My car of choice was a Tesla Model 3. It took two attempts to get it right!


21 Likes

Learning the great joy of architectural modeling and alignment methods.

This literally took me all day - I restarted it twice because I found 1 object that was rotated by 0.029, it was then cloned repeatedly and the whole thing was ruined. I think it turned out pretty well in the end though, you can tell it’s a little Roblox-esc.

11 Likes

I love cars that have that triangle look. I personally feel that a blocky game like roblox with these kinds of cars match well.

1 Like

I really like the look too, but if I tried interior too, one car would take a solid couple weeks. Not ideal if I want variety. :l

1 Like

This is where fancy camera angles come in (aka dodge looking on the inside.) :123:

Edit: nvm.

Gonna post a pic once it’s done.

More skybox stuff

https://i.gyazo.com/89533ae42e3eecd12ac1bdaeb2559c85.mp4

3 Likes

I’ve made a few skyboxes in Roblox, and seeing you have a tool to make it easier makes me very jealous! I always wished Roblox had something built in to help make the skybox building much easier.

5 Likes

I’m trying to find a decent way of actually, making it so everyone can use this tool. Because it requires you to do like two manual things?

Right now it only works for space engine.

2 Likes

That’s neat!
Have you tried doing the same but in a planet atmosphere?

working on a newer approach to terrain generation.

the old way basically added a bunch of noise together and made something out of the result.
this splits the map into separate areas, allowing to apply different noise patterns to different areas.

https://i.gyazo.com/a53a2588f73956b1c0765018b64746ff.gif

https://i.gyazo.com/ee19dfa7143ce22c43d552777a5aac9b.gif

I’m considering just sending the map seed to the client and let it do all the generation (as my rig can currently generate this in under a minute), but that runs the risk of someone just deleting terrain on their client and being able to fly wherever they want…

EDIT: this just in, i figured out how to make a desert biome
https://i.gyazo.com/142c77541057fd6c4f002a63e3adff61.gif

7 Likes

ezgif.com-optimize.gif

12 Likes

Haha, looks great! But why, though?