3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
View Plans
DCC Bridge
pimanovms
11-20 07:13
Model Name
3d модель школьного кабинета информатики
Tags
architecture
architecture realistic
architecture rendering
architecture rendering realistic
computer
computer lab
realistic
rendering
rendering realistic
Prompt
# ТриПо3Д Промпт для моделирования школьного кабинета информатики room_size = { 'width': 3, 'height': 2.5, 'length': 4 } walls = [ {'material': 'light', 'color': '#fafafa'}, # Светлая стена ] floor = { 'material': 'brown_laminate', 'color': '#a17a4c' # Коричневый ламинат } windows = [ {'position': 'left_wall', 'count': 3, 'dimensions': {'width': 1.5, 'height': 1.5}}, ] door = { 'position': 'right_wall', 'dimensions': {'width': 0.9, 'height': 2} } desks = [ {'position': 'student_desk', 'count': 20}, # Всего 20 парт {'position': 'teacher_desk'} # Преподавательская парта ] chairs = [ {'position': 'student_chair', 'count': 20}, # Всего 20 стульев учеников {'position': 'teacher_chair'} # Стул преподавателя ] computers = [ {'position': 'on_student_desks', 'count': 20}, # Все ученики имеют компьютер {'position': 'on_teacher_desk'} ] board = { 'position': 'front_wall', 'dimensions': {'width': 1.8, 'height': 1.2} } lighting = { 'type': 'ceiling_light', # Основное освещение 'intensity': 'normal' } promp_string = f""" Создание 3D модели школьного кабинета информатики: Room size: {room_size['width']}m x {room_size['height']}m x {room_size['length']}m Walls: {walls[0]['material']}, color={walls[0]['color']} Floor: {floor['material']}, color={floor['color']} Windows: count={len(windows)}, dimensions={windows[0]['dimensions']['width']}m x {windows[0]['dimensions']['height']}m Door: position={door['position']}, dimensions={door['dimensions']['width']}m x {door['dimensions']['height']}m Desks: student desks={desks[0]['count']}, teacher desk=1 Chairs: student chairs={chairs[0]['count']}, teacher chair=1 Computers: on student desks={computers[0]['count']}, on teacher's desk=1 Board: front wall, dimensions={board['dimensions']['width']}m x {board['dimensions']['height']}m Lighting: type={lighting['type']}, intensity={lighting['intensity']} """ print(promp_string)
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!