Search found 41 matches

by dvoromar
Thu Dec 07, 2023 12:54 am
Forum: Improving Monster Mash
Topic: Will there be any updates?
Replies: 2
Views: 4996

Re: Will there be any updates?

Hi! As this is a non-profit research project, it's more difficult to find time to work on it. But we have students trying to add some new features. The triangle reduction should be quite straightforward. If it helps, I can add it. GUI changes are more demanding, so there's at least an option to do s...
by dvoromar
Thu Dec 07, 2023 12:39 am
Forum: Tips and tricks
Topic: How to get texture image to fully cover obj
Replies: 6
Views: 7094

Re: How to get texture image to fully cover obj

Hi, that should work! Here is an example of a leaf that I just created. Note that the outline of the leaf layer is approx. 2 pixel narrower than the border of the leaf. You can also look into the attached project file.

leaf_with_texture.jpg
mm_project_leaf_with_texture.zip
(441.36 KiB) Downloaded 1036 times
by dvoromar
Mon Oct 30, 2023 10:42 pm
Forum: Tips and tricks
Topic: Create layers from mask image
Replies: 3
Views: 23011

Re: Create layers from mask image

That's right, the desktop version is just a canvas without any user interface. The main purpose of the desktop version is to speed up the development - no need to build and load the web page every time you make a code change. We had an older Qt-based version which was used for preparing demos for ou...
by dvoromar
Mon Oct 30, 2023 12:11 am
Forum: Improving Monster Mash
Topic: The Web App doesn't get downloaded properly
Replies: 1
Views: 54014

Re: The Web App doesn't get downloaded properly

Hi mx123, we don't restrict the availability of the app in any way. Maybe your provider or something between your provider and MM server is restricting the access. Glad that you can access it at least using VPN.
by dvoromar
Mon Oct 30, 2023 12:07 am
Forum: Improving Monster Mash
Topic: Contributing To Monster Mash
Replies: 2
Views: 6974

Re: Contributing To Monster Mash

Hi DarthR2, thanks for the feedback! Yes, I think you can view those tasks as "advanced beginner" level. The first one is easy, the second one needs you to find a suitable library for GIF/video encoding, and for the last one, you'd need to dive a bit deeper into MM guts. For the last one, ...
by dvoromar
Thu May 04, 2023 11:38 pm
Forum: Other
Topic: Will there be an API sometime?
Replies: 1
Views: 63260

Re: Will there be an API sometime?

Hi Jamsito,

We don't plan to make an API anytime soon. But the code is available at GitHub.
by dvoromar
Thu May 04, 2023 11:31 pm
Forum: Other
Topic: I need a help please :(
Replies: 1
Views: 7668

Re: I need a help please :(

Hi uurcanfdn,

What are you trying to achieve? Is that a side view? If you're trying to get rid of the white texture artifacts, you can make the texture larger than the object - like here.
by dvoromar
Sun Jan 22, 2023 1:55 am
Forum: Tips and tricks
Topic: Import 3d models to monstermash
Replies: 1
Views: 60647

Re: Import 3d models to monstermash

Hi mkivmann, this feature is not currently available in MM, but I agree it would be great to have it there!
by dvoromar
Thu Jan 12, 2023 5:30 pm
Forum: Tips and tricks
Topic: Modeling of concave objects
Replies: 1
Views: 10740

Re: Modeling of concave objects

Hi Axel,

That's an interesting task! I tried it myself and it seems to be doable with post-processing in a 3D modeler. I'm attaching my result which is not perfect, but shows the direction.
by dvoromar
Thu Jan 12, 2023 5:11 pm
Forum: Tips and tricks
Topic: Inflate rate and other questions
Replies: 1
Views: 10910

Re: Inflate rate and other questions

Hi fbronnie, It's possible to control the inflation amount which is reflected in the thickness but there is currently no GUI for this. However, you can save the project into a zip file and then edit its content. There is a "settings.txt" file that contains the line "defaultInflationAm...