Skip to content

Programare si Robotica pentru Copii

Lectii Online

Globuri pentru Pomul de Craciun

Posted bydani@media10.eu December 5, 2019January 12, 2022

import maya.cmds as cmds
import random
for i in range(50):

 
      j=i%4+1
      cmds.polySphere()
      cmds.move (random.randint(0,10),random.randint(0,30),random.randint(0,10))  
      cmds.hyperShade(assign='blinn%d'%j)

Posted bydani@media10.euDecember 5, 2019January 12, 2022Posted inProgramare Python in Maya

Post navigation

Previous Post Previous post:
Elevi selectati modulul 2 Programare
Next Post Next post:
Steaua pentru Pomul de Craciun
Programare si Robotica pentru Copii, Proudly powered by WordPress.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok