-
Content Count
506 -
Joined
-
Last visited
Community Reputation
244 ExcellentProfile Information
-
Gender
Male
Recent Profile Visitors
14,677 profile views
-
-
-
-
If you permit it, I share here a passed blog entry about creating terrain from a lua script. I found a few mathematical possibilities to simulate the perlin effect and to create a 3D hill but it has the limits that you cannot make the hill high as you want, without that the base will become somehow buggy. Maybe you can share some of other tricks to get it done...
-
Marcousik started following We have finally made it and Mecha Spider Foot Inverse Kinematics
-
-
-
-
Shouldn't it be; roadModel:UpdateAABB(Entity.LocalAABB | Entity.GlobalAABB) > I got it from there: https://www.leadwerks.com/learn?page=API-Reference_Object_Surface_Add > No it is not needed. Thx for reply. I don't know where is the problem. In the editor you can easily collapse models with different surfaces/materials and generate a polymesh shape. But seems not possible in script. Because collapsing make the entire model with one unique material. I got the shape to be right generated with this: So I created 2 different models wi
-
mmh I don't get it to work.. Something must be wrong but I don't know what. But I could get it running by creating 2 differents models, but maybe worse for performances.
-
thx, Yes I tried that. But then I lost the 2 different Materials applied on the 2 different surfaces ! Is there something else ?
-
Marcousik started following Set Shape with script
-
How should I set a complete polymesh shape with a script on a model with 2 surfaces? I construct the shape like this: local surf1 = Model:GetSurface(0) local surf2 = Model:GetSurface(1) local Shape1 = PolyMesh(surf1) local Shape2 = PolyMesh(surf2) Model:SetShape(--- ??? ----) How to I set the two shapes on one model ????? Thx for help
-
So yes it works, a showcase was created simply by posting a new video.
-
Marcousik started following Demo car and forest