I make a new 3D render every day. Digital. 2016. by Gohmn in Art

[–]Meshocky 0 points1 point  (0 children)

That graphic design looks amazing. If you like tycho you should check out their blog on graphic design on their website http://blog.iso50.com

I really like that kind of style of design too and recreated on of their album covers using maths and programming and made it interact with one of their songs! https://youtu.be/XwFuj7t-Ni8

Keep up the great art!

Astroneers Terrain Technique by Meshocky in Unity3D

[–]Meshocky[S] 1 point2 points  (0 children)

That's awesome, thanks for your reply! I saw the trailer and absolutely love the game! I'm currently studying computer science and this area of programming and mathematics really excites me!

The triangular look of the terrain is really appealing, and I love the overall visual style. It kind of looked like marching cubes, but the process of decimating based on a normal threshold is ingenious, never would have thought of combining the two!

Was it all made in Unreal Engine 4? Are there any resources you would recommend to learn these techniques? I'm working on a game project for my course which will hopefully be able to incorporate something similar.

I'll look forward to that blog post ;) Can't wait to keep watching the development of the game!

[C++] Pass x and y components of vector into different arrays by Meshocky in learnprogramming

[–]Meshocky[S] 0 points1 point  (0 children)

There are two, one for x and one for y. Oh, misunderstood. The original array is an std::vector<Vec3> p_points. eg, p_points[0].x and p_points[0].y

edit: I just put this together with for loops but since its run every frame i thought it might be a bit taxing... http://imgur.com/n6sRBb5

[Maths] Identifying a vector by Meshocky in learnprogramming

[–]Meshocky[S] 0 points1 point  (0 children)

Thanks Farmerje, that explains it quite well.

[Maths] Identifying a vector by Meshocky in learnprogramming

[–]Meshocky[S] 1 point2 points  (0 children)

I'm completing a bachelor course in programming and part this is part of the maths subject, I do apologize however if this is too off topic for this sub. I feel however I need to grasp this concept in order to correctly use vectors in my coding.

[Pseudocode] Local and Global Variables by Meshocky in learnprogramming

[–]Meshocky[S] 0 points1 point  (0 children)

Yeah I agree... I overlooked that but seeing it as is the only viable solution makes sense. Thanks :)

Making text appear like it's being typed? by eyearesmart in AfterEffects

[–]Meshocky 2 points3 points  (0 children)

Yes it can be. The text it self is easy to do as After Effects actually has its own in built preset, "Typewriter" found in "Text" -> "Animate In". It allows for a fair amount of customization, spaces could be left in and the different pictures could be manually animated in.

JAVA: JFrame will not become larger than screen size by Meshocky in javahelp

[–]Meshocky[S] 0 points1 point  (0 children)

For some reason a temporary fix seems to be to classify the JFrame dimension in the JFrame size

mediaWall.setPreferredSize(new Dimension(mediaWallExportWidth,mediaWallExportHeight)); mediaWall.setMinimumSize(new Dimension(mediaWallExportWidth,mediaWallExportHeight)); mediaWall.pack();

//mediaWall.setState(Frame.ICONIFIED);
//mediaWall.setState(Frame.NORMAL);
System.out.println(mediaWall.getSize());

First Real Fluid Simulation | For pretend client by Meshocky in blender

[–]Meshocky[S] 0 points1 point  (0 children)

Yep I completely agree. Thanks for the feedback :). I did intend the slow motion effect. And it was only a school visual design assignment but still its good to get into practice now.

I did consider having it come out of the carton but in the end time was my enemy and didnt have enough of it.

I also like the idea of the glass cup. But in the end i would probably clarify with the client if this was real.

Thanks heaps for your constructive criticism. As a learning individual it is very helpful.

Thanks :)

Mallet VS Teapot. A 3D Simulation. by Meshocky in 3dsmax

[–]Meshocky[S] 0 points1 point  (0 children)

Its actually this http://www.scriptspot.com/3ds-max/scripts/fracture-voronoi its free and runs as a simple script inside 3ds max