for just a model with triangle faces and a UV map (what most formats carry) all you need:* vertex array (3 elements: each holding x,y,z positions) * face array (3 elements: each pointing to the index of the vertex array of that vertex) * uvVertex array (same as vertex, holds U & V coordinates of the UV verts) * uvFace…
fn sortByMaterial =(--Sorts through the (now sorted) master material array and matches objects from the MSO array to the value -- If a match is found then the object is placed into a new temporary array -- The object is removed from the MSO array so that duplicates are not placed into the new temp array -- The MSO array is…
hello everyone, I've recently created a parametric array modifier for 3ds max. I think it may be very useful for many peoples workflows. please check it out and see if it's useful for yours Use for all sorts of parametric placement needs. Linear or radial arrays are common, but also various oscillating arrays. You can add…
as Noren says.. if you want any texture to be independent from another you need different UVs - eg. by using a second UV set, creating them in your shader or a combination of existing UVs and some maths personally - I'd tile an asphalt texture set in world space and blend it with the unique normals using some masks or…
from a technical standpoint, usually the material will render vertices in the order they were created in your modeling app. when you create a mesh, the verts are given ID's (essentially a mesh is an array of verts). This array is handled in different ways by different mesh formats... if you export as a .obj file then it's…
New version 2025 is out !!!! https://3dcoat.com/forum/index.php?/topic/25785-3dcoat-2024-development-thread/ ------------------------------------- 3DCoat-2025-01 Mon Mar 17 13:56:48 2025 +0200 - Sculpt Room: tool "Replicator" Bug fixed for using Volume for Multiple - The following functions have been added to help you make…
OK so now I need to fill in the PHP file with our art files. Here's a zip with our emoji art, along with the PHP that needs to be edited. It needs our emoji filenames inserted. We also need to add all of them to the Editor section, so they all appear when you click the emoji button in the reply editor. Support dev's notes…
Hey guys, I know this isn't technically a programming forum, but I think what I'm looking at is pretty generic in scripting terms; also pretty basic stuff... needless to say I'm struggling to grasp the concept right now. So I'm working on a little card-flipping game to get the hang of both Unity and programming. Along with…
Hi everyone, Today I released the Alpha version of a tool I’ve been developing called HardCuts. HardCuts focuses on fast hard-surface concept modeling using voxel booleans and parametric shapes. The idea behind the tool is to make workflows like these very fast: • blockout shapes • boolean cutters • base mesh creation •…
Quick question. Lets say I have a single object in a certain location, and created a circular array with it (using an empty object for object offset). After that array in the modifier stack, I have created a lattice modifier, and distorted the array using a lattice. When I now want to edit the original single object and…