3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1780658177
06-06 18:40
Model Name
electric car 3d model
Tags
vehicle
rendering
realistic
Prompt
import bpy, math from mathutils import Vector bpy.ops.object.delete() # 1:43 BYD Sealion 7 tarzı basitleştirilmiş model L = 112 # mm W = 45 H = 30 def cube(name, loc, scale): bpy.ops.mesh.primitive_cube_add(size=1, location=loc) o = bpy.context.object o.name = name o.dimensions = scale bpy.ops.object.transform_apply(location=False, rotation=False, scale=True) bevel = o.modifiers.new("Soft edges", "BEVEL") bevel.width = 3 bevel.segments = 5 o.modifiers.new("Smooth", "WEIGHTED_NORMAL") return o # Gövde body = cube("Sealion7_body", (0,0,16), (L, W, 22)) # Üst cam/tavan formu roof = cube("black_roof_glass_area", (-5,0,31), (70, 37, 15)) roof.scale[0] = 1 roof.modifiers["Soft edges"].width = 4 # Ön kaput eğimi front = cube("front_nose", (45,0,15), (28,43,14)) front.rotation_euler[1] = math.radians(-8) # Arka bagaj/spoiler rear = cube("rear_tail", (-48,0,20), (18,43,18)) spoiler = cube("rear_spoiler", (-57,0,39), (20,38,4)) # Alt siyah etek s
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!