?

Bookmark 3D Models

Find the best Bookmark 3D Models, free download in STL, FBX, GLB, OBJ, 3MF, USDZ for 3D modeling and creation in Blender, 3D printing, game developing, animation, eCommerce, AR/VR and etc. Generated by Tripo AI 3D Generator.

You May Also Like :
Anonymous1776254411
Anonymous1776254411
Anonymous1775840730
Anonymous1728012382
сделай книгу которая в лежит просто
Anonymous1775499576
Anonymous1775397720
Anonymous1775397720
Anonymous1775397720
Anonymous1775227385
cat paw bookmark
Anonymous1753656685
Anonymous1770665121
Anonymous1724684543
Anonymous1741840365
Anonymous1748414199
OBJECT: Bookmark  
GEOMETRY:  
  - Flat kite silhouette (Shayan swallow shape)  
  - Dimensions: 60mm height × 45mm width × 0.8mm thickness  
  - Symmetric wings with stylized feather engraving  
  - Central axis reinforcement rib (raised 0.3mm)  
MATERIAL:  
  - Base: Polished brass (Metalness: 0.9, Roughness: 0.1)  
  - Engraved details:  
    - Wing patterns: Etched lines (Depth: 0.2mm)  
    - University seal (10mm diameter) at tail: Gold-plated inset  
ATTACHMENT:  
  - Silk thread (Red/Gold):  
    - Length: 150mm  
    - Attached to kite nose via 1mm eyelet  
TEXT:  
  - "WEIFANG UNIVERSITY" laser-etched along wing edge (Font: Sans-serif, 2pt)
Anonymous1750088233
Anonymous1750138560
import pygame
from pygame.locals import *
from OpenGL.GL import *
from OpenGL.GLU import *
import math
import numpy as np

def draw_ruyi_bookmark():
    # 书签主体 - 如意造型
    glPushMatrix()
    glTranslatef(0, -1.5, 0)
    
    # 主体颜色 - 中国红
    glColor3f(0.7, 0.1, 0.1)
    
    # 绘制如意头部
    glPushMatrix()
    glTranslatef(0, 2.5, 0)
    glScalef(1.2, 0.8, 0.3)
    glutSolidSphere(0.8, 32, 32)
    glPopMatrix()
    
    # 绘制如意颈部
    glPushMatrix()
    glTranslatef(0, 1.8, 0)
    glScalef(0.4, 0.8, 0.3)
    glutSolidCube(1.0)
    glPopMatrix()
    
    # 绘制如意柄部
    glPushMatrix()
    glTranslatef(0, 0.5, 0)
    glScalef(0.3, 3.0, 0.2)
    glutSolidCube(1.0)
    glPopMatrix()
    
    # 绘制如意尾部
    glPushMatrix()
    glTranslatef(0, -0.8, 0)
    glScalef(0.8, 0.8, 0.3)
    glutSolidSphere(0.6, 32, 32)
    glPopMatrix()
    
    # 添加金色装饰
    glColor3f(0.9, 0.8, 0.2)
    
    # 头部装饰
    glPushMatrix()
    glTranslatef(0, 2.5, 0.15)
    glutSolidTorus(0.1, 0.5, 16, 32)
    glPopMatrix()
Anonymous1750416440
Enter invite code to get credits!